I have set the category sort order to ‘position’ both in store catalog settings and categories settings. It works fine on category view. However when on a product page the previous/next product link doesn’t have the same order as per the category page. I’ve come across many post on this […]
Magento
Let’s say I have a product in category A and B. On the product page, is there a way to know if the user clicked on the product from the category A or B (or came directly with product URL from outside link) ? It would be useful to display […]
I am facing this error in Magento 2.3 There is no error logging in var/log/system.log. What are the steps i can follow to find the cause of this error.
At header template is: <style type="text/css"> {{var template_styles|raw}} {{css file="css/email.css"}} </style> At email html is content of file (css/email.css) : <style type=3D"text/cs= s">=0A =0A=0A =0A=0A=0A=0A=0A=0A@import 'source/lib/_lib.l= ess'; // Global lib=0A@import 'source/lib/variables/_email.less'; // Glo= bal email variables=0A@import 'source/_theme.less'; // Global variables=20= override=0A@import 'source/_variables.less'; // Local theme variables=0A= @import 'source/_email-variables.less'; // Theme […]
Is it possible to display Minimum Advertised Price and retail pricing on product details page? https://prnt.sc/b-CNIKcWvvW9
I have a widget that selects the product but it returns the sku and the id of the product, and what I need is the image or a thumbail. any idea what block I call because for this I make the call to the block <parameter name="id_path" xsi:type="block" visible="true" required="true" […]
I’m writing a mixin for vendor/magento/module-checkout/view/frontend/web/js/sidebar.js I need to add extra events to _initContent: function () { var self = this, events = {}; this.element.decorate('list', this.options.isRecursive); /** * @param {jQuery.Event} event */ events['click ' + this.options.button.close] = function (event) { event.stopPropagation(); $(self.options.targetElement).dropdownDialog('close'); }; events['click ' + this.options.button.checkout] = $.proxy(function () […]
I have version 8.1.3 of PHP and I am getting the following error message on Magento 2.4.4: Exception #0 (Exception): Deprecated Functionality: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /data/web/magento2/lib/internal/Magento/Framework/Stdlib/DateTime/Timezone.php on line 259 on the homepage, category pages etc. Have you faced this issue […]