I'm using the Colossus ReadyTheme to develop a new website, but on my CTGY page, product images aren't showing. Upon looking at the code, the source is blank.
<picture class="x-product-list__picture">
<img class="x-product-list__image" data-src="&mvte:product:imagetypes:main;" src="" alt="&mvte:product:name;">
</picture>
If I hard code an image url into src it works and displays properly, but obviously uses the same picture for every product in the foreach loop.
What variable do I need to put into src to get Miva to show the picture for the respective product in the loop?
I guess the bigger question is: how do I know what variables are even available and their names? I could have sworn there used to be a way to show all of the variables available on a page along with their current values. Is that a feature that is still available in Miva, and if not where do I go for this information?
Sorry if this is a stupid question; there's a big learning curve here.
Thanks!
<picture class="x-product-list__picture">
<img class="x-product-list__image" data-src="&mvte:product:imagetypes:main;" src="" alt="&mvte:product:name;">
</picture>
If I hard code an image url into src it works and displays properly, but obviously uses the same picture for every product in the foreach loop.
What variable do I need to put into src to get Miva to show the picture for the respective product in the loop?
I guess the bigger question is: how do I know what variables are even available and their names? I could have sworn there used to be a way to show all of the variables available on a page along with their current values. Is that a feature that is still available in Miva, and if not where do I go for this information?
Sorry if this is a stupid question; there's a big learning curve here.
Thanks!
Comment