I need to apply out-of-stock products at the end of the page. How to set an order? ->add Attribute To Sort(‘is_in_stock’, ‘DESC’) or ->order(‘is_in_stock DESC’) DIR: MAGENTOappdesignfrontendBASETHEMEMagento_Catalogtemplatesproductlist.phtml
Magento
i want to specifically add the country_id (e.g. FR for France) in the order mail template. The variable with the Billing Adress only returns the full adress block. Is there a way to solve this? Magento Version is 2.4.5 Thanks
How can I remove ‘Create New Order’ button from sales order grid? I don’t want to hide it, i know about following code <item name="style" xsi:type="string">display:none</item>
I’m trying to move a live site to a dev server. Export SQL has been done with phpmyadmin. When importing via CLI; mysql -u “user” -p “name_new_database” < bupsqlfile.sql I get this error: ERROR 1062 (23000) at line 4659855: Duplicate entry ‘NULL’ for key ‘sales_order_grid.SALES_ORDER_GRID_PICKUP_LOCATION_CODE’ The part where the line […]
I’ve installed “mercadopago/magento2-plugin” on Magento 2.4.6 and managed to complete purchase flows with test users. However, when I apply a discount coupon in the second step of the checkout, it keeps loading indefinitely, and I get this error in the console: The code of the installed module creates a JS […]
I am getting errors on CSP_Whitelist headers in an apache2.4 environment. Apparantly there are too many of them, and I can’t say which ones are more important than others. Is there a way to determine which headers are used, which are important, and which can be ignored or are already […]
I have a module setup for Magento 2.4.6 which replaces the product name of a configurable with the simple product selected. It replaces this in the minicart & cart. It works fine except that the simple product in cart/minicart no longer links to the listing. I need it to link […]
Strange behaviour cart price rules. Situation: I have set price rules for free delivery above some price and its working more or less Let assume that I have different 3 products, different prices. If I add product A “OR” B “OR” C in cart.. even if price is low and […]
I’m trying to sent out addtional emails after a customer has placed an order. These additional emails will be sent from configurable email adressess and templates. It is part of a custom payment module. So far I have created my custom module and all logic is working as expected, but […]