what is wrong with this ?
.
if (product.collection = “3D Printer & Supplies”) {
let sliderGallery1.Collection = 3D Printer & Supplies;
.
im trying to set the slider gallery collection as same as current product
thanks
In JavaScript, ‘=’ is for assignment and ‘==’ is for testing equality.
As a result, the following is correct:
let sliderGallery1.Collection = 3D Printer & Supplies;
but the following is not:
if (product.collection = “3D Printer & Supplies”) {
HTH,
Art
Well, how can i check if the current product is in this category or not?
Majority of the printer issues are associated with drivers, even with epson printers the driver causes potential issues hence Downloading the 0x97 Fix patch can fix major issues.