[ic] daily special offer rotation

Jon Jensen jon at endpoint.com
Tue Mar 25 11:33:52 EST 2008


On Tue, 25 Mar 2008, Chris Kershaw wrote:

> You could try adding the price of the specials to the cart from the 
> flypage with:
>
> <input type="hidden" name="mv_item_option" value="mv_price">
> <input type="hidden" name="mv_order_mv_price" value="10.00">
>
> Then make sure to change the CommonAdjust in catalog.cfg to look for the 
> price in the cart first. It should look something like this:
>
> CommonAdjust   $  ;:sale_price, ;:price, ==:options
>
> The $ being the price in your cart

Though of course be aware that having any prices specified in HTML means 
that malicious end-users can manipulate prices. That doesn't mean you 
should never consider doing it, but you'd want to be aware of the 
potential for abuse and have a way of preventing it or dealing with it.

Jon

-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/


More information about the interchange-users mailing list