Daily Archives: March 23, 2020
I have 3 sets of product swatches representing different measurements (I.E. EU UK US sizes) and each time a customer selects a swatch from one of the units (I.E. 42 EU) I want to auto-select the corresponding swatches (I.E. 8.5 US and 8 UK). Only the corresponding swatches remain enabled. […]
I am unable to login to site and admin in my website e.g. example.com/admin due to ERR_TOO_MANY_REDIRECTS error. This page isn’t working example.com redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS I am using Amazon Lightsail host. How do I access admin using localhost , creating a tunnel, […]
I want to extend a js widget that applies plus minus buttons. Is there a way to get the defaultqty of a product inside the widget? ;(function ($, window, document, undefined) { $.widget("infortis.qtycontrol", { options: { qtyButtonSelector: '.qty-button' , qtyButtonsWrapperSelector: '.qty-buttons-wrapper' , errorColor: 'red' } , inputField: undefined , qtyButtons: […]
during the data migration from Magento 1.9.2.3 to magento 2.3.4 with data migration tool, this warning is displayed. Not sure if it is to be ignored or looked into. Please help me get to the root cause of this warning. “[WARNING]Mismatch of Datatypes Source Document. yotpo_rich_snippets. Fields: review_count”
Added via migrations to sales_invoice table new column named custom_invoice_sum. I do not need eav attribute. Just want to ask: how fill this column when we save invoice. I think there is not enough $invoice-setData('custom_invoice_sum', $customSum) ? Thanks for any help!
I installed the RSAT tools to try to mange some certificates via the standard CA library certadm.dll. The dll is showing in C:WindowsSystem32 in the windows explorer But is invisible in other programs like in everything or, more importantly for my use, in Visual Studio 2019 : Why is it […]