Domain- Welcome to the store We have a liquid pixel item -800l and we have a field in the item record to identify the liquid pixrel ite. if it is checked the Liquid pixel extension will work for that item. But currently, the client has added 2 more items to the liquid pixel. in quick… Continue reading Quick view issue
Tag: Quick view
How to display uploaded image in the quick view scenario for liquid pixel item.
To display an uploaded image in the quick view scenario for a Liquid pixel item, here is the example of code snippet First we have to fetching the uploaded image file from the model’s attributes and storing it in uploadedImage Second we need to add condition,if statement that checks whether the uploadedImage variable is truthy… Continue reading How to display uploaded image in the quick view scenario for liquid pixel item.