Thursday 18 September 2003 1:36:11 am
Yes, you would override the ezprice.tpl in your own design. Read up on overriding standard templates: http://ez.no/developer/ez_publish_3/documentation/customization/custom_design/override_templates With the override in place you can whatever code you want to display your information. You should consider that this will apply to *every* ezprice you use though. It may be better to to not use {attribute_view_gui} in some instances and instead just access the variable and display the parts you want manually. Hope this helps! Paul
|