Calculate Shipping Plugin General Discussion

Avatar
  • Moderator
  • Total Posts: 85

Support

Here you can discuss plug-in operation.

Avatar
  • Total Posts: 3

Cameron

How do you make the system calculate a fixed rate for shipping a whole order? i.e. I have 5 items in an order. Shipping is $8. I want the system to display a total of $8. Not show $8x5 = $40 for the shipping. To add complication. Shipping is $8 for Sydney metro, I have a list of postcodes and $15 for outside areas, how do I make a rule that does this. Again it is $15 for the whole order not $15 for each item in the order. Say 1 item is $8 then if I am shipping 5 items I dont want $40, I want it to stay at $8. How do I do this?
Also I have 212 postcodes that are $8 and the other 8000 in Australia will be $15 how do I configure this?

Avatar
  • Moderator
  • Total Posts: 85

Support

Thank you for your message.
Cameron wrote:
Say 1 item is $8 then if I am shipping 5 items I dont want $40, I want it to stay at $8. How do I do this?

The shipping price does not depends on Total price.
Cameron wrote:
Also I have 212 postcodes that are $8 and the other 8000 in Australia will be $15 how do I configure this?

You can try to use regular expressions for your post codes
BS1.* pays £20
BS9.* pays £10
Etc.
Also you can import your list of your postcodes to DeliveryPrices table - https://support.microsoft.com/en-us/kb/321686