Post by uksitebuilder » Wed Nov 09, 2011 6:03 pm

I get just UK options when checking out for UK, but like you I get no options for international

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by rpmb » Wed Nov 09, 2011 6:57 pm

Well Ive set up a geo zone for EU countries and now get shipping international signed for rates displayed for EU countries.

If you change the code to use your modification but in a different place then it will no longer show the international rates for the UK.

Just after

// International Signed

Add

$exclude=explode(',', 'GB');
if(!in_array($address['iso_code_2'], $exclude))
{

And then add the closing bracket before // Airsure

This then stops the signed for rates being displayed for a UK address

opencart 3.0.2.0


User avatar
New member

Posts

Joined
Wed Jun 30, 2010 9:13 pm
Location - Cornwall

Post by uksitebuilder » Wed Nov 09, 2011 10:15 pm

Nice one

The code cold be changed a little as it really doesn't need to be an array

change

Code: Select all

$exclude=explode(',', 'GB');
if(!in_array($address['iso_code_2'], $exclude))
{
to

Code: Select all

if($address['iso_code_2']!='GB')
{

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by arch72 » Sun Nov 13, 2011 3:02 am

I HAVE THE SAME PROBLEM, i can only get uk shipping, NO INTERNATIONAL OPTIONS will work for me , i am using 1.5.3.1 have set up all the country codes zones etc, stuck bemused!, any idea what is wrong and what i need to fix so that it works is daniel aware of this?

New member

Posts

Joined
Sat Jul 31, 2010 7:00 am

Post by eggman08.2008 » Wed Dec 07, 2011 2:50 am

has anyone solved this issue for 1.5.1.3? i have the same problem. international shipping for the Uk but not for other countries. also, the rates are different to that of royal mail?

Pass The Dutchie: Head Shop - We sell Bongs, Ashtrays, Vaporizers
lighters & more


New member

Posts

Joined
Thu Sep 15, 2011 6:30 pm
Who is online

Users browsing this forum: No registered users and 60 guests