[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] discount... help please
****** message to minivend-users from Victor Nolton <ven@pragakhan.com> ******
I still use
[discount ENTIRE_ORDER]
$original = $s;
$f =($s);
if ($s <= 2499.99) {
$discounted = $s * .93;
} elsif ($s <= 4999.99) {
$discounted = $f * .88;
} elsif ($s <= 9999.99) {
$discounted = $f * .83;
} elsif ($s <= 19999.99) {
$discounted = $f * .81;
} elsif ($s >= 20000.00) {
$discounted = $f * .78;
}
$difference = $original - $discounted;
return $discounted;
[/discount]
which I found in the archives. It has been tweaked for me.
>****** message to minivend-users from "Andre Bunting"
><andre_bunting@hotmail.com> ******
>
>hi all,
> I have a problem with the discount tag..
>
>I am running multiple catalogs on the same vendroot and for some
>reason the [discount] tag does not want to work..
>
>here is the coding I have using the tag
>
>[price code=ALL_ITEMS discount=1]
>[discount code=ALL_ITEMS] $s *.85 [/discount]
>
>..now I have also tried the tag by itself
>
>[discount code=ALL_ITEMS] $s *.85 [/discount]
>
>and still I dont get a discount anywhere on the site..not even on
>the checkout page....any ideas y
>
>I really am buffled with this.. I have this tag in my browse.html file...
>
>can some please help me
>
>Andre
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>-
>To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
>email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
>Archive of past messages: http://www.minivend.com/minivend/minivend-list
Ven's News (Bookmark It) : http://www.vensnews.com
Ven (ven@pragakhan.com) _________________ http://ven.pragakhan.com __
AOL: WebmstrVen Praga Khan's Official Website ICQ: 8321393
http://www.pragakhan.com
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list