How to get custom attribute value in swatch-renderer.js for selected simple product on configurable product page, and show it after on one class?
Magento
I have a table controlled by a dropdown box. My dropdown for example has all animals, lion, crocodile, and wolf. When I press lion results show fine, I then click crocodile and again results are fine but when I click the browser back button I can no longer see the […]
Please see the screenshot: First 1:https://i.stack.imgur.com/d1SNR.png Second 2:https://i.stack.imgur.com/MKcci.png
I am new in the magento. If anyone have idea how to do this then please let me know. I have two files in different module in in that two .phtml file will be there. From First .phtml file to another .phtml file i want pass array variable I am […]
Is there any way to give a customer coupon code for first order only ? ( in cause second order for customer can’t use the coupon even if Its not use it in first order)
CSV validation working fine in existing code, so how to add excel formate in that validation phtml code:- <input data-validate="{required:false, 'validate-custom-file-csv':true}" type="file" name="file" data-reset="true" id="sku_csv" class="upload" value=""> When I upload another formate file, I got message https://i.imgur.com/fJpJxRx.png already js file commented link this layout file drop your suggestion and answer
I am working on cms page restriction for specific customer group.I am using controller_action_predispatch event observer to check whether the current page is set for restriction and the current customer’s group is allowed to visit the page. If customer’s group is not allowed I am redirecting them to a error […]
how can i remove billing step from checkout one page magento 1.9? I tried to remove it from the array with the steps, and from the block and from the abstract class but at the end of the order it keeps asking.
Hello i’m doing some debug for an issue i have and i made an override of messages.phtml to following path /app/design/frontend/Company/template_child/Magento_Theme/templates/messages.phtml inside messages.phtml file there is following script <script type="text/x-magento-init"> { "*": { "Magento_Ui/js/core/app": { "components": { "messages": { "component": "Magento_Theme/js/view/messages" } } } } } </script> Now someone is […]