REAL CLOSE… PLEASE, SOMEBODY HELP ME!!!
Current Lightbox Code:
// For full API documentation, including code examples, visit Velo API Reference - Wix.com
import {lightbox} from ‘wix-window’;
$w.onReady( () => {
let item = lightbox.getContext();
// console.log(item)
// console.log(“===========================================================REPEATER DATA===================================”)
let repimg = item.image_url;
console.log(“from Repater”,item.image_url)
console.log(“derived for LB”, repimg)
let repdesc = item.description;
let reppart = item.oe_part_no;
let repapart = item.aftermkt_vendor_part_no;
let repcomments = item.comments;
$w(“#CVPartImg”).link = repimg;
$w(“#LBdescription”).text = repdesc;
$w(“#LBoepartno”).text = reppart;
$w(“#LBaftermkt”).text = repapart;
$w(“#LBcomments”).text = repcomments;
console.log(repimg)
console.log(‘#CVPartImg’).link;
});
See Uploaded Error Log from Preview Mode:
