I'm trying to get a custom product field named pinterest to appear on the CTGY page.
This is my coding:
It's suppose to display just above the Add to Basket button for product, but it is not.
Does anybody have any ideas why it is not?
PR7 Update 10.
Thanks!
Cway
This is my coding:
Code:
<mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:pinterest"> <div class="custom-field" id="customfields-pinterest">&mvte:customfield_names:customfields:pinterest;:<span class="bold">&mvt:product:customfield_values:customfields:pinterest;</span></div> </mvt:if>
Does anybody have any ideas why it is not?
PR7 Update 10.
Thanks!
Cway
Comment