Miva Merchant 4 Module FAQs » Category Page Templates (BROK_CTGYTEMPLATES)
Yes it is. Many people do this by using the products "cost" field to store the retail price and then display it in the template with something like:
Retail price:%prodcostF%
which will display it stricken through.
If your are providing the discount to your customers by price groups or other means of discounting and your "retail price" is the product's regular price, then you could use (the U in the token indicates that it is "unadjusted" for discounts; the F indicates that it is formatted with the currency module that you have installed in the store):
Retail price:%prodpriceUF%
Regular price: %prodpriceF%
You can make the display of the retail price conditional (i.e. have it display only if the customer is getting a discount) with something like:
%begin_pricediscount%
Retail price:%prodpriceUF%
%end_pricediscount%
Regular price: %prodpriceF%
In this case, the stricken through retail price would be displayed only if the customer is getting a discount and the adjusted price is lower than the list price of the product.
Most Recent FAQ Entries:
Top 10
Creating "Strike-Through" Pricing
Is it possible to have a strike-through pricing?
Example:
Product Name
Retail Price: 100$
Sale price: 60$
Example:
Product Name
Retail Price: 100$
Sale price: 60$
Yes it is. Many people do this by using the products "cost" field to store the retail price and then display it in the template with something like:
Retail price:
which will display it stricken through.
If your are providing the discount to your customers by price groups or other means of discounting and your "retail price" is the product's regular price, then you could use (the U in the token indicates that it is "unadjusted" for discounts; the F indicates that it is formatted with the currency module that you have installed in the store):
Retail price:
Regular price: %prodpriceF%
You can make the display of the retail price conditional (i.e. have it display only if the customer is getting a discount) with something like:
%begin_pricediscount%
Retail price:
%end_pricediscount%
Regular price: %prodpriceF%
In this case, the stricken through retail price would be displayed only if the customer is getting a discount and the adjusted price is lower than the list price of the product.
Last update: 2003-07-29 00:56
Author: Support
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- Alternate ways to display the product and attribute data ... (2008-09-02 18:40)
- Adding both "Add All to Basket" and "Add to ... (2008-09-01 09:46)
- When adding a product to the basket from an ... (2008-08-27 19:02)
- I have the module configured to add the key ... (2008-08-13 14:50)
- What is the format for the htaccess file if ... (2008-08-12 14:50)
Top 10 
- 2940 views:
Adding Tokens to Evaluate Expressions - 2872 views:
Is there a way to "Limit" the number of ... - 2794 views:
Why won't you call me for technical support? I ... - 2682 views:
Are license keys valid for more than one store? ... - 2580 views:
I'm trying to enter a license key and get ... - 2569 views:
How do I install a module? - 2413 views:
How do I check for a module upgrade? - 2377 views:
How can display and change the parameters of an ... - 2220 views:
The total on my checkout pages are not correct. ... - 2018 views:
I have select and radio type attributes in my ...
















