Say, another question. I'm trying to make a conditional statement now for disaplaying the custom field for 'regular price,' in case the selling price is not lower than the regular price (like if the product is on sale)
For instance:
Code:
<mvt:if expr="g.list GT l.all_settings:bestsell:formatted_price">
Is this not an appropriate comparison? My syntax wrong? g.list always displays now . . . even if that conditional should be canceling some out. You can see it here, mid way down:
http://www.woodworkerssource.com/index.php Some products have an equal list price, but I'd think my conditional should be forcing those not to display. HMMMMMM