I was able to change the price design for only product page using the solution in this link Change price template only for product view page? My code: In catalog_product_view.xml file I have added this code in the body tag <block class="MagentoFrameworkPricingRender" name="product.price.render.default"> <arguments> <argument name="price_render_handle" xsi:type="string">blanco_catalog_product_prices</argument> <argument name="use_link_for_as_low_as" xsi:type="boolean">true</argument> […]
Magento
I have in my theme template file head.phtml, and here is added: <link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400,600,italic,700" rel="stylesheet" type="text/css"> So question is how to remove it through my template layout local.xml? or maybe another method?
We have a problem with our Magento 2.4 website with PayPal All-in-One Payment Solution (Website Payment Standard) payment method. Some of our customers are getting an error when trying to make a payment, the error message says: “A wrong PayPal Express Checkout Token is specified.” The error is presented to […]
I will really appreciate any guidance on how to exclude a CSS file from CSS merge on all pages. The closest post I found is: Magento 2 : Exclude CSS from merged file just for the homepage I purchased the Amasty Google Page Speed Extension since it states it allows […]
In my product gallery code I am displaying several product images. I would like to specify each image’s height & width in the img tag. How can I get each image’s height & width in Magento (without using getimagesize)?
We have a huge catalog of products, most of which we want to continue to have the standard setup of “When out of stock do not display product” as we currently have it setup. However, we have setup a attribute (faux_oos) which we want to use to identify certain products […]
I have added the grunt but when i execute the below command then css file is generated but js file is not created inside the pub/static/frontend/ Missing file is : en_US/requirejs/require.js, en_US/mage/requirejs/mixins.js, en_US/requirejs-config.js FYI, i am using a windows 11. grunt clean grunt exec grunt less is anyone have an […]
I have atm one email that will notify the customer when the order has been packed and shipped. But how can we create an email that is sent when the order is ready for pickup? How can we separate these 2?