The default templates that come with VPCART don't include the Special Offer field - if you want to use the Special Offer functionality and aren't using templates, then it will display with no changes.
If you are using templates, however, you will need to add the following to your template.
1. Make sure the first item in
xsortproducts in your Configuration is "specialoffer desc".
xsortproducts = specialoffer desc,
cname
2. Open tmp_product.htm and tmp_productformat.htm and add the following code where you want the special offer to appear:
$[SpecialOffer]
Note: The "$" symbol will hide the line from displaying if there is nothing in the specialoffer field for that particular product. It must be the first character on the line.