Hi, I'm pretty new to Drupal and have searched the forums for a solution but am still a bit lost. Maybe I've overlooked something?

What I'm trying to do is to set up a store with some tangible products. Here's the situation:
- some products are taxable while some aren't and taxes only apply if ordering from a particular location
- some products have a fixed shipping rate (per item) that is added after taxes

I've found numerous references to the flexicharge module which appear to be useful (http://drupal.org/node/68363). I installed & tried it out out but there's only "site-wide" charge available which doesn't do what I need. There were discussions of things like charging a price per product, etc. but no actual solution I could find.

I've also tried out the taxes module but it applies taxes to the whole order.

I'd be really grateful if anyone can give me some suggestions/solutions/pointers. Thanks in advance.

Comments

ditalz’s picture

Can anyone please help me out on this?

To add to my last posting, here's an example of what I'm trying to achieve:

Product 1
------------
Price: $50
Shipping Charge: $5
Tax: 14% (if ordered from Ontario)

Product 2
------------
Price: $20
Shipping Charge: $3
Tax: N/A

Example Transaction: Ordering from Ontario, 2x [Product 1] and 1x [Product 2]
-----------------------------------------------------------------------------------------------------
Total = [Price of Products] + [Taxes] + [Shipping Charges]
Total = [($50 x 2) + ($20 x 1)] + [($50 x 2) x .14] + [($5 x 2) + ($3 x 1)]