For shipping there are 2 conditions that i would like to use. Mostly for international shipping i want my shipping fee to be counted based on per item. So lets say a chair shipping cost is $10, it will be $20 for 2. There is also another condition mostly for my local shipping where i want it to be based on per order. So only $10 for orders for chairs for any quantity. How do i set this up ? I am currently using table rate shipping http://codecanyon.net/item/table-rate-shipping-for-woocommerce/3796656?s_phrase=&s_rank=1. Anybody also using table rate shipping can help me ? Because it seems that you can select only 1 condition, either per item or per order. Thanks!
Not sure if that will do the trick. I was looking at this the other day but I didn't have time to check the admin demo yet. http://codecanyon.net/item/woocommerce-advanced-shipping/8634573 Admin demo is here so you can check that it will do the job http://was-demo.jeroensormani.com/w...was-demo.jeroensormani.com/wp-admin/&reauth=1 If I find a sec I can check on the one you are using to try and resolve it. N.
Hello @imza86, I am not aware of how your plugin works, but I am using a plugin called WooCommerce Table Rate Shipping Pro Plugin for similar purpose. You have two queries; Setting cost per item and cost per order (for local pickup). For the first problem, you can create a Shipping Class, say "Chairs" and use the Table Rate plugin to create a rule and set method title (like CHAIRS), assign the shipping class and set cost per unit as $10. For the next one, set local pickup cost ($10) in the Shipping Zone section of the Shipping settings (Here's how to set the cost). These settings will give your customer, two shipping options for the product 'chair' as "Local Pickup:$10.00" and "CHAIRS:$10.00". As the customer increases the quantity, the rate for CHAIRS option also increases with no change in Local Pickup option. A small note: The table rate shipping method CHAIRS may not be available if you add a different product. You can add a code snippet to make it work. Hope this helps.