We have been experiencing an odd issue on some of our sites since moving from Magento 1.7 to 1.9. When a sites cache hasn’t been cleared for a while add to cart is extremely slow. This also affect the checkout. As soon as we clear the cache it speeds up […]
Magento
Previously I had been using the code below to get the payment method title of an order and placing it in an email {{var order.getPayment().getMethodInstance().getTitle()}} However, since the upgrade to Magento 2.4.4 this no longer works because of the changes to do with the improved email syntax. I thought just […]
Is there any way we can create multiple categories at once and also create sub-categories in Magento 2?
Where is the status of “Confirmed email” saved in the database? How can I change the value directly in the database for this customer? I searched everywhere, but I can’t find the table where this relation between customer and attribute is stored. I searched in customer_entity_text customer_entity_varchar customer_entity_int
After 2.4.3-p1 all folders that are not in wysiwyg or catalog/category are hidden in admin panel, there is official instruction how to add folder link. But we have multistore with more then 10 clients, and each customer have their own images and folders. Creating 10 extensions sound not very smart, […]
I have a custom form that trigger a email. But I’m being attacked by some bot. I’ve added the form_key in my form but the same key can be used N times and the validation is not working properly. How can I prevent this? <form action="<?= $this->getUrl('module/Ajax/myController') ?>" method="post" name="myForm"id="myForm" […]
I need to create a button in Edit Product Attribute Form. When I click the button I need to see slide modal window with some content on it. Any help will be appreciated)