Daily Archives: April 6, 2020
i am using below code to show modal, i am using semantic ui ,i get below error ** Uncaught Error: cannot call methods on modal prior to initialization; attempted to call method 'show' at Function.error (jquery.js:259) at HTMLDivElement. (widget.js:186) at Function.each (jquery.js:376) at jQuery.fn.init.each (jquery.js:142) at jQuery.fn.init.$.fn. [as modal] (widget.js:182) […]
It is frustrating that core Magento has a mechanism to deal with configurable options reviews on a configurable product, but NOT simple products on a grouped products. My site uses grouped products. As all orders are of simple products the reviews end up being of the simple products, but these […]
If I see an element such as this in the code, how do I work out what to put in my less file to override the CSS used on it? button id=”bundle-slide” class=”action primary customize” type=”button” I believe the background color for this one would be: @button-primary_background
Is there a standard way (without overwriting the model) to intercept every “get” call of the object: Mage_Catalog_Model_Product? I would like to make sure that every time the getSpecialPrice() or getTaxClassId() function is called for “Grouped” products, my custom logic comes into play. This would allow me to have with […]
Shipping address gets blanked , while adding new billing address no errors in console , tried to debug and found that quote.shipping is getting unset in the js file default.js /Magento/luma/en_US/Magento_Checkout/js/view/shipping-address/address-renderer in initObservable() method , just when adding the new billing address. https://prnt.sc/rtji6n Any fix ?