topusumi Posted December 13, 2007 Posted December 13, 2007 Hi I am looking for the following two solutions. 1. While registering an item (as admin), I need to specify whether the item is of "A" type or "B" type. The customers will see "A type" or "B type" on the page. How can I do that? Example: Category name: Electronics Item name: Item1 Type : A (small product) Category name: Electronics Item name: Item2 Type : B (heavy product) 2. For "A," free shipping limit is 100$, For "B" free shipping limit is $1000. (if subtotal >= free_shipping_limit, shipping = 0 else shipping = flat_rate) How do I do that? Thanks in advance.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.