[ic] Combining Product with Discount

Joshua Lavin josh at myprivacy.ca
Wed Jul 19 13:26:31 EDT 2006


On Jul 18, 2006, at 12:29 PM, Henry Ho wrote:

> This is the scenario, I hope this feature can be
> implemented on Interchange.
>
> Product A: $9.99
> Product B (Add-on to Product A):
> Pricing: $4.99 purchased alone.
>          $2.99 purchase with Product A.
>
> If a buyer purchase product A and also include product B,
> how do I set a the special pricing for Product B of $2.99.

Someone may have a better way, but this is how I've done it for just  
a product or two:

[if ordered A]
   [discount B] $s - 2 [/discount]
[else]
   [discount B][/discount]
   [comment] Resets if A is removed from cart [/comment]
[/else]
[/if]

--
Josh Lavin
Kingdom Design   http://www.kingdomdesign.com/



More information about the interchange-users mailing list