I need to show an Attribute Option Price outside of the PROD page? I'm trying to display the first attribute price because the product price is 0
My initial hack:
It displays the correct price, except it displays 3 of them (I assume because there are 3 attributes for the product).
displays nothing.
There are products displaying $0.00 - on the CTGY, the Related Products, on the SRCH, etc...
I'm thinking someone has already done this, but my searches are coming up short.
My initial hack:
Code:
<mvt:foreach iterator="attribute" array="attributes"> <mvt:foreach iterator="option" array="attribute:options"> &mvt:attribute:options[1]:formatted_price; </mvt:foreach> </mvt:foreach>
Code:
&mvt:attribute:options[1]:formatted_price;
There are products displaying $0.00 - on the CTGY, the Related Products, on the SRCH, etc...
I'm thinking someone has already done this, but my searches are coming up short.
Comment