I have a bit of code on the site which allows me to have Sale prices listed i.e. was £34 now £15. I've done this by having a condition that when anything is in variable field PreSalePrice then the pre-sale price is shown.
http://www.musthave.co.uk/acatalog/B...ifts_Kits.html
This works fine but we're doing some major hierachical uploads and want to remove the Sale price from the site. We've tried leaving the spreadsheet cell blank but obviously it fails to overwrite the sale price with nothing which I believe is the norm.
Is there a way of getting round this? I wondered if by changing the condition it might be possible for us to enter something into the spreadsheet field which triggers a blank or deleted result?
I just have the following in my block/condition at the moment:
(<actinic:variable name="PreSalePrice" /> !="")
Thanks in advance ...
Amy
PS I'm not a developer, just a designer ...
musthave : the natural skincare store
http://www.musthave.co.uk
http://www.musthave.co.uk/acatalog/B...ifts_Kits.html
This works fine but we're doing some major hierachical uploads and want to remove the Sale price from the site. We've tried leaving the spreadsheet cell blank but obviously it fails to overwrite the sale price with nothing which I believe is the norm.
Is there a way of getting round this? I wondered if by changing the condition it might be possible for us to enter something into the spreadsheet field which triggers a blank or deleted result?
I just have the following in my block/condition at the moment:
(<actinic:variable name="PreSalePrice" /> !="")
Thanks in advance ...
Amy
PS I'm not a developer, just a designer ...
musthave : the natural skincare store
http://www.musthave.co.uk
Comment