Hi,

I am trying to get the Per Unit shipping module working with products with price by attribute.

I have products in fixed quantities with fixed shipping rates, i have the quantities as an attribute and the product is priced by attributes.

Product 1: Attribute Quantity 10 (actual quantity 1), Price 22.50, Shipping Cost 2.95

I have the Per Unit shipping module variables set as:

Enable Per Weight Unit Shipping: True
Shipping Cost per Unit: 1
Handling Fee:0
Tax Class:none
Tax Basis:Shipping
Shipping Zone:UK

The formula is meant to be :
Product Quantity * Units (products_weight) * Cost per Unit
Which should translate to this right ?
1 * 2.95 * 1 = 2.95
But when i make a dummy purchase the shipping price comes up as 5.95

Why is it not working for me ?

Thanks in advance,

Jason