Hi. Is there a way to have different Per Item shipping costs for a EU Geo Zone , and then a rest of the world Geo Zone ?
And is there a way to offer shipping insurance for one Geo Zone and make it mandatory for another Geo Zone?
Thanks!
And is there a way to offer shipping insurance for one Geo Zone and make it mandatory for another Geo Zone?
Thanks!
In Extensions
Share this post:
Responses (10)
-
Accepted Answer
I haven't looked into the default shipping option myself yet, but I wonder if this will give you a start: http://arastta.org/docs/user-manual/marketplace/shipping
For the shipping insurance I suspect you might need a extension for it. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Thanks Rune. So if I set the weight of every product to say 100g, then I can set the Zone 1 charge to 100: 1.50; 200: 3.00 etc.
They also want to offer insurance for some zones and make it compulsory in others. I think that will mean charging a special shipping rate to include insurance and then have a special product 'Insurance' which people may add. Maybe someone has a better idea.
I like Arastta - chose it over several other options - but there will always be a few of these gotchas -
Accepted Answer
Remember that many of the OC extensions will work fine in Arastta: http://arastta.org/forum/arastta-supports-both-vqmod-and-ocmod
So maybe this will help: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=13535
Else I'm quite sure there is some more advanced suiting here: http://www.opencart.com/index.php?route=extension/extension&filter_search=shipping+insurance&filter_download_id=41 -
Accepted Answer
Agree with Rune here. In addition, here you can find the compatibility list:
http://arastta.org/docs/developers/opencart-compatibility
Regards -
Accepted Answer
Thanks for the help on this.
Weight-based is the way to go - set a nominal weight to every item. (I have seen a comment somewhere on supressing the weight from the postage selection form.)
I discovered that one country can be in more than one Geo Zone with a set of prices. So if you want to offer a price without insurance and a price without, create a Geo Zone for each and add the countries to both zones.
Hope that helps someone else... -
Accepted Answer
And a few more tips... (Hope this is all that is needed)
To customise the popup page where the customer selects the shopping method...
1. remove the Weight data
IN:
/catalog/model/shipping/weight.php
REPLACE:
'title' => $result['name'] . ' (' . $this->language->get('text_weight') . ' ' . $this->weight->format($weight, $this->config->get('config_weight_class_id')) . ')',
WITH:
'title' => $result['name'],
2. remove 'Weight Based Shipping' title
IN:
\catalog\view\theme\(your theme)\template\checkout\shipping.tpl ... Line 87
REPLACE
html += 'xxxx' + json['shipping_method'][i]['title'] + '
';
WITH
html += ''; -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »