Right now in my template phtml file I am using this code to fetch the data and log it: console.log("Product Information: ", <?=json_encode($block->getProduct())?>); But I am unable to fetch information when the user customises the product by changing the size or color of the product, I need that information that […]
Magento
I am trying to write a custom sql that will provide to me data related to the Magento2 EE reward points. My issue is that my queries seem to be showing 0 as the result which can not be because when I manually look at some customer’s profiles in the […]
Could you let me know where is customer firstname and lastname being stored in magento 1 database table ? I didn’t seem to find them in customer_address_entity or customer_entity. I wanted to select all customers from my database whose total characters in name is greater than 15
I want to show the minicart content on plp page at the bottom, can any one help me on this, thanks in advance.
Friends, I am working on a Magento 2.3.5-p1 site Server transfer work (to a different and better provider) In this new site with exact same settings, when compiling, I am facing this error – Class MagentoMediaGallerySynchronizationApiApiSynchronizeFilesInterface does not exist All files are uploaded, re-uploaded (x2) and verified. PHP version (7.3) […]
I have had a Magento 1.9.1 site since 2015. All has worked fine. I moved hosting companies and now a year later when I have gone to upload more products the images do not appear on the front end. All that is shown on the front end is a placeholder […]
I have the below code but its throwing a 500 error and I can not get to the server logs to find the actual error. Nor is the page giving a better error message. Hoping someone could spot my error ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); echo "page loading"; $tempcon = […]
I have created a module with graphql schema where I will get the custom collection. Now I need to add a filter based on a few fields so I referred to this blog but I need to use 2 fields in the filter logic. Need your guidance on this. Any […]
Imagine having a category with 10 products, all having the same weight of 2 lbs. Weight filter will still show in layered navigation as: Weight 2 lbs (10) How to remove such attributes from layered navigation?