Skip to content

Change currency symbol

My store use SAR currency and now it has a new symbol.. Unfortunately the new symbol only available as icon, how can I achieve that ? Really I need your help because I’m lost.

Type Error occurred when creating object: MagentoUiComponentDataSource, Argument 2 passed to MagentoUiComponentDataSource::__construct()

I am facing this error on Magento backed Grid page loading. Type Error occurred when creating object: MagentoUiComponentDataSource, Argument 2 passed to MagentoUiComponentDataSource::__construct() must implement interface MagentoFrameworkViewElementUiComponentDataProviderDataProviderInterface, instance of CatwalkCustomersPendingReviewsModelResourceModelOrderReviewGridCollectionInterceptor given my code in Catwalk/CustomersPendingReviews/Model/ResourceModel/OrderReview/Grid/Collection.php <?php namespace CatwalkCustomersPendingReviewsModelResourceModelOrderReviewGrid; use MagentoFrameworkViewElementUiComponentDataProviderSearchResult;… Read More »Type Error occurred when creating object: MagentoUiComponentDataSource, Argument 2 passed to MagentoUiComponentDataSource::__construct()

Fetch Products using Slug in Magento

<?php $adminToken = “”; $slug = “dish-washing-powder”; $url = “https://mysite.com/rest/V1/products?searchCriteria[filter_groups][0][filters][0][field]=url_key&searchCriteria[filter_groups][0][filters][0][value]=$slug&searchCriteria[filter_groups][0][filters][0][condition_type]=eq”; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HTTPHEADER, [ “Authorization: Bearer $adminToken”, “Content-Type: application/json” ]); $response = curl_exec($ch); curl_close($ch); $products = json_decode($response, true); echo “<pre>”; print_r($products); echo… Read More »Fetch Products using Slug in Magento

Brazilian Host or Nearby Server

Hi, I want to target the Brazilian market this time, could the expert please guide which hosting service would be good for this? Other co… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1935705&goto=newpost

Magento 2.4.5 unable to access Sales Orders page on backend admin – main.ERROR: Unable to unserialize value. Error: Syntax error

I’ve not installed any new plugins or made any version updates recently. But today I tried to open the Sales > Orders page on my Magento 2.4.5 instance backend admin, it shows an error: [2025-02-26T04:04:59.571219+00:00] main.ERROR: Unable to unserialize value.… Read More »Magento 2.4.5 unable to access Sales Orders page on backend admin – main.ERROR: Unable to unserialize value. Error: Syntax error

Failed to add the foreign key constraint ‘—/CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID’ to system tables

On running the setup:upgrade command I’m receiving this error on Schema generation. Schema creation/updates: SQLSTATE[HY000]: General error: 1823 Failed to add the foreign key constraint ‘/CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID’ to system tables, query was: ALTER TABLE customer_entity ADD CONSTRAINT CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID FOREIGN KEY (store_id)… Read More »Failed to add the foreign key constraint ‘—/CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID’ to system tables