You are here: Home
Support site for Tips and Tricks HQ premium products
Seems to work great! Thanks much!
Wow, that is so cool. I must say that I am totally impressed by your responsiveness. Thank you very much. I’m off to give this a whirl. I’ll let you know how it goes.
Is this the right place in gallery-wp-estore-auto-addtocart.php? I’m copying this file to add another automatic product for another set of images with different sizes and prices.
<!– Thumbnails –>
<?php foreach ($images as $image) : ?>
<div id=”ngg-image-<?php echo $image->pid ?>” class=”ngg-gallery-thumbnail-box” <?php echo $gallery->imagewidth ?> >
I’m thinking I have to replace the “pid” in <php ecoh $image->pid ?> with a product ID that I create in Add/Edit Products.
Am I on track?
Cool! I’ll see if I can find the place to hardcode a different product ID. I’ll ask you where if I can’t find it. Thanks!
Sure would be nice to have more than just one product for the “alternate” method. What if I created a copy of the template?
Thanks, much! I’ll try your ideas.