[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Combining Product with Discount


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/

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.