Can I use sitemap_products_generating_before event names in Magento2.4? What is the name of the event that changes to sitemap_products_generating_before in Magento 2.4?
Magento
I import all product by custom script. but I’m not able to import the product video programmatically. Basically, I have youtube link of videos. I can put url the using admin panel but I have 3000 product so, i can’t do that way. I want to add Video progrmatically.
So right now I am using the magento2 platform and I want my site to look more presentable to the customer after my research I am inclined to move towards creating labels for products. However, I am not well versed in Magento code so not sure how to achieve this. […]
I would like to add a custom attribute to the configurable products as a unique value per product. (Step 3 Bulk Images, Price and Quantity) It now lets me set images, price and quantity in the product configuration, but i would also like it to include shipping time as a […]
I’m trying to save and show custom field value in Shipping/Billing addresses in the Sales > Order View in the admin. The data is being written to quote_address sales_order_address sales_order_grid sales_order quote tables successfully. And I have added it to the shipping/billing address snippet in adminhtml. But still, it does […]
I want all the products that have discount prizes under them in one place(let us say under the sales category). Is there a way to do it in magento2?
I switched the image processor from GD2 to ImageMagick, as well as forcing Magento to convert all images to WEBP. Everything works as expected for different image types (product, category, configuration etc.), but not for media gallery. Those images are loaded at their full size and are not converted to […]
If reloading is not possible, perhaps triggering a reload somehow? I wish to update the payment section based on minicart changes. Right now I have an ugly solution by reloading the entire checkout page (payment step) again, which forces the payment methods to reload – but I don’t like it, […]