Hi, I had 10 storeviews in mi Magento 2.3.5-p1 installation I removed 4 storeviews and ran a bin/magento indexer:reindex after that but i still can see all the storeview tables in the db full populated as: catalog_product_flat_x catalog_category_product_index_storex catalog_category_flat_store_x Is that normal?
Magento
I have this revolution slider link I am working with: <a href="#" id="clickme" onclick="document.dispatchEvent(new Event('RS_OPENMODAL_slider-2')); return false">Auto Popup</a> I need to turn this into an auto popup. I have tried a few methods with javascript to get it to work, but it only seems to work on Safari and no […]
bin/magento sampledata:deploy executed perfectly without error, when bin/magento setup:upgrade i got following error:- Unable to apply data patch MagentoGroupedProductSampleDataSetupPatchDataInstallGroupedProductSampleData for module Magento_GroupedProductSampleData. Original exception message: Rolled back transaction has not been completed correctly Magento Version is 2.4.3-p1 Please help me with your ideas so I can fix, Thanks…
I have a special price set on some products in Magento 2.4. The price works fine when you put an original QTY in (on the cat page, product page, minicart or cart page) but as soon as the qty is changed the price reverts to the base price. No matter […]
I have a shop build in Magento 2.2, I am using Ebizmarts_SagePaySuite for payments. I just have a call with Sagepay to ask if I need to do anything for the 3D secure change. They say that Magento should use Transation Protocol 4. Do you know where I can confirm […]
My error log has this message “the ‘catalog.compare.link’ tries to reorder itself towards ‘top.links’, but their parents are different: ‘header.links’ and ‘header.panel’ respectively. [] [] [2022-03-09 16:44:01] main.INFO: Broken reference: the ‘yotpo_bottomline’ tries to reorder itself towards ‘product.info.addto’, but their parents are different: ‘product.info.main’ and ” respectively. [] []…how can […]
Sometimes we refund some amount to customers for promotional offers or if we delay shipment, as compensation. if we have more than one item then it is ok but if we have a single item in order After partial refund order status changed to closed. We need to remain order […]
Hi I have been trying to install Magento 2 on my Ubuntu localhost. I followed the below-mentioned command. sudo composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition mag2 Then cd /var/www/html/mag2 sudo find var generated vendor pub/static pub/media app/etc -type f -exec chmod g+w {} + sudo find var generated vendor pub/static pub/media app/etc […]
I am working on Magento 2.3.5-p1. I need to move the gift message block to the checkout just after the shipping address and before the shipping methods, for this I have followed the steps in this answer Now the gift message block appears exactly where I want but when I […]