I am trying to add a large photo gallery underneath my product description. I’m not sure if this get feature is the proper way or if I need to import wix stores backend and direct it that way. Here is my shot, and again no errors, but it does not do anything.
// Velo API Reference: Introduction - Velo API Reference - Wix.com
import wixStores from ‘wix-stores’ ;
//import products from wix-stores
$w . onReady ( function () {
$w ( ‘#HoodBillyMall’ ). getProduct ()
. then (( products ) => {
let productPageGallery = products . mediaItems
//This should send product pages media items to a larger pro gallery
})
. catch (( error ) => {
console . error ( error );
});
Any help is appreciated, & thanks in advance. ~HoodBilly~