hello, anyone who can explain or help please ?
$w.onReady(function () { /* { "seoData": "null", "inStock": true, "weight": 0, "name": "PALAWAN rukavice nylon. latex. dlaň", "sku": " CL0108002999", "formattedDiscountedPrice": "0,00 €", "productOptions": {}, "mainMedia": "wix:image://v1/0a2c49_1d33f8caa46b4c19baede94904fec650~mv2.png/file.png#originWidth=1000&originHeight=1000", "description": "<p> bezšvové pletené rukavice zo syntetických priadzí • na dlani a prstoch povrstvené latexom</p><p> </p><p><strong>Materiál máčania:</strong> latex</p><p><strong>Materiál rukavíc:</strong> polyamid (nylon), Pletený</p><p> </p><p>EN ISO 21420 </p><p>EN 388 (2131X)</p><p> </p><p>Typ manžety: knitwrist</p><p>Priemysel: Automobilový priemysel, Strojárstvo</p><p>Oblasť máčania: Dlaň, Prsty</p><p>Mierka: 13 GG</p><p> </p><p><u><a href=\"https://0a2c49e7-8fb2-455f-9986-2fc6cbcff849.usrfiles.com/ugd/0a2c49_f385319b18754267b8887d6c3dcde1bb.pdf\" target=\"_blank\">TECHNICKÝ LIST </a></u></p>", "_id": "fbcf3f48-c8af-f086-2ce7-dcf66dbe779a", "discountedPrice": 0, "link-products-slug": "/products/palawan-rukavice-nylon-latex-dla%C5%88", "formattedPrice": "0,00 €", "price": 0, "quantityInStock": "null", "collections": "null", "inventoryItem": "0430c0b7-3750-0f79-d318-230992418865", "_updatedDate": "Mon May 13 2024 18:55:19 GMT+0100 (GMT+01:00)", "formattedPricePerUnit": "null", "slug": "palawan-rukavice-nylon-latex-dlaň", "productType": "physical", "brand": "null", "ribbons": [ { "text": "Rukavice máčené bezošvé" } ], "pricePerUnitData": "null", "mediaItems": [ { "description": "", "id": "0a2c49_1d33f8caa46b4c19baede94904fec650~mv2.png", "link": "null", "src": "wix:image://v1/0a2c49_1d33f8caa46b4c19baede94904fec650~mv2.png/file.png#originWidth=1000&originHeight=1000", "title": "stahování.png", "type": "Image" } ], "trackInventory": false, "customTextFields": [], "pricePerUnit": "null", "ribbon": "Rukavice máčené bezošvé", "currency": "EUR", "productPageUrl": "/product-page/palawan-rukavice-nylon-latex-dlaň", "numericId": "1715621420630000", "manageVariants": false, "discount": { "type": "NONE", "value": 0 }, "additionalInfoSections": [], "createdDate": "Mon May 13 2024 18:30:20 GMT+0100 (GMT+01:00)" } */ $w("#mediaRepeater") $w("#dynamicDataset").onReady(()=>{ const product = $w("#dynamicDataset").getCurrentItem(); console.log(product); $w("#mainMedia").src = product.mainMedia; const populateMediaRepeater = ()=>{ const mediaData = product.mediaItems.map((item, index)=>({...item, _id: index.toString()})); $w("#mediaRepeater").data = mediaData; } }) });
Hi Filip,
You have most likely accidentally named a section element "#mediaRepeater" instead of the repeater you intended. Best,
Eitan