Magento 2 : Cart price rule issue for uses per customer not working
Magento 2: Cart price rule issue for uses per customer not working
Magento 2: Cart price rule issue for uses per customer not working
Mageto 2 : How to call CMS block in Magento 2 using Layout XML? we have added code in the answer. Please check.
I’m currently noticing that all the search results are appearing in descending order and the relevant products are showing up for example on page 2. Can anyone recommend to me what I need to do on the CMS end to… Read More »Search Function appearing in descending order
I already had 2 stores, translation was working fine in them, then I created another 3 stores and translated them from csv file, but the translation is not working. Magento2.3.2 this is already had 2 stores and work well en_US.csv… Read More »translation not working when added new store in magento 2.3.2
Index No.38 is Available in Market Magento 2 Theme – Fashion Store Have Good Days! If you are looking for a theme about Fashion Store, Index #38 – Fashion Store Magento 2 Theme is the best choice for you. Its… Read More »[MAGENTO UPDATE] SM Market Magento 2 Theme Added Index No.38
I am trying to get a products selected attribute value via MySQL. Basically, what I need is the SQL equivalent of this: $_product->getResource()->getAttribute(‘my_attribute’)->getFrontend()->getValue($_product) Does any one know how I can return the same result but by using a MySQL query?… Read More »Magento 2 – Get product attributes selected value via MySQL
I tried now a lot of times on two magento2 instances to enable the google recaptcha function. I followed these instruction: https://docs.magento.com/user-guide/stores/security-google-recaptcha.html Website is: https://goldschmiede-jaqueline.de The Google Recaptcha symbol appears but I can put any cryptic mails i.e. in the… Read More »Google Recaptcha seems not to work on Magento 2.4.2
I have recently imported 200 products, the import went well and the images do show up on the back-end correctly, however there is no cached version available. If I look at the category page and image that supposed to show… Read More »Image cache is not generated properly when importing new products – Magento 2.3.4
I installed magento2.4.6-p2 in my C:xampphtdocsmagento2. But I can see this. In pub .htaccess file is : ############################################ ## Optional override of deployment mode. We recommend you use the ## command bin/magento deploy:mode:set to switch modes instead # Options are… Read More »After installing Magento2.4.6-p2 CSS and JS 404 not found
I am currently creating a preference module to add additional functionality to MagentoCatalogModelProduct and in reviewing some of the tutorials, example below, I noted that dependencies weren’t being passed to the parent constructor. Is this just a careless omission or… Read More »Preference Module – When to Pass in Parent Dependencies