How to install Mailchimp in magento 2.4.5
I am trying to install MailChimp in the following way but unfortunately, it did not work for me. composer require mailchimp/mc-magento2 composer require mailchimp/mc-magento2:103.4.53
I am trying to install MailChimp in the following way but unfortunately, it did not work for me. composer require mailchimp/mc-magento2 composer require mailchimp/mc-magento2:103.4.53
We did an upgrade from version 2.4.3 to the version 2.4.6-p1 and we started to have a problem on cloud environments (production and staging, but mostly on production) but not locally. So, the steps to reproduce are being these: Go… Read More »Import products 2.4.6-p1 error SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key
I have a phtml file in our magento2.4.4 enterprise cloud which I call via url and want to when the page is loaded programmatically generate a gift card. My phtml file which is embedded in a cms page has the… Read More »Magento2.4 enterprise cloud programatically create gift card
We have a client running on Magento 2.4 and their store’s currency is British Pounds (GBP). When they export any sales reports from the Reports menu (eg Reports > Sales > Orders) the pound character is shown in Excel with… Read More »Pound sign formatting issue in CSV reports
Good afternoon all, I am currently working with a custom frontend for Magento 2 that uses Graphql to grab product data: Currently for the product image section we are getting back the following data attributes: media_gallery { url position label… Read More »Magento 2 Graphql Additional Product Image Values
I Need Magento 2 Banner extension slider, that will display image different for both mobile and desktop between the dates Which I saved. Please suggest me for this?
I am looking for information what i can not sell using magento open source. Is there list of forbidden items? This information for my blog article.
using magento 2.4.6 getting issue in plp custom sort Elasticsearch is working fine and also run indexer:reindex command <?php namespace TekglideCategorySortByPluginCatalogBlock; class Toolbar { public function aroundSetCollection( MagentoCatalogBlockProductProductListToolbar $subject, Closure $proceed, $collection ) { $currentOrder = $subject->getCurrentOrder(); if ($currentOrder ==… Read More »Sorting not working on magento246p1 (Facing error : We can’t find products matching the selection)
Bizarre problem here. I live in the UK so have VAT rates set at 20%. All vatable products are assigned ‘M2E Product Tax Class’ which has been assigned the tax rate of 20%. All has been hunky dory for 4… Read More »Magento 2.3.2. Why is my VAT Tax Rate Changing without me changing it?
Facing a strange issue when applying patch with composer install (I have added correct patch file path in composer.json). When running “composer install” it is throwing error “Could not apply patch! Skipping.” But when applying patch using git apply then… Read More »Could not apply patch! Skipping