Hi,
I've seen several posts and am trying to implement this.
I thought one of Weiland's modules would work but he pointed me to templates and open OUI, which I have.
The main module that might do this is the Vicking's Volume Pricing starting with one item and then implementing one the following codes?
(a couple of these use the Price Group function but I can't see how to get all customers landing to join a price group right away - although I saw an example of clicking through a link).
This is what I've been experimenting with:
<P>
Price: <B>%prodpriceF%</B><BR>
<P>
%begin_pricegroup%
Regular Price: <strike>%prodprice%</strike>
<br>
%end_pricegroup%
<b>Your Price:</b>
<font color="red"><b>%prodpriceF%</b></font>
<P>
%begin_pricediscount%
Retail price: %prodpriceUF%
%end_pricediscount%
Regular price: %prodpriceF%
<br>
<!--
$%var|(Options.d.price + Products.d.price) * .8|%
-->
When they add to basket it should be the discounted price (like 15%).
Also, I changed one and the entire coding appeared - why might that happen?
I'm a little late on this, but coupons don't seem to be working this season so I thought I would implement this.
Still using Miva 4 although might upgrade to 5 - would have to do it myself as Pair.com doesn't support it. (would be open to ideas on how to do this as well!)
Thanks,
Andree
I've seen several posts and am trying to implement this.
I thought one of Weiland's modules would work but he pointed me to templates and open OUI, which I have.
The main module that might do this is the Vicking's Volume Pricing starting with one item and then implementing one the following codes?
(a couple of these use the Price Group function but I can't see how to get all customers landing to join a price group right away - although I saw an example of clicking through a link).
This is what I've been experimenting with:
<P>
Price: <B>%prodpriceF%</B><BR>
<P>
%begin_pricegroup%
Regular Price: <strike>%prodprice%</strike>
<br>
%end_pricegroup%
<b>Your Price:</b>
<font color="red"><b>%prodpriceF%</b></font>
<P>
%begin_pricediscount%
Retail price: %prodpriceUF%
%end_pricediscount%
Regular price: %prodpriceF%
<br>
<!--
$%var|(Options.d.price + Products.d.price) * .8|%
-->
When they add to basket it should be the discounted price (like 15%).
Also, I changed one and the entire coding appeared - why might that happen?
I'm a little late on this, but coupons don't seem to be working this season so I thought I would implement this.
Still using Miva 4 although might upgrade to 5 - would have to do it myself as Pair.com doesn't support it. (would be open to ideas on how to do this as well!)
Thanks,
Andree
Comment