Jump to content

check out wont add shipping cost


Recommended Posts

I am having issues with my current shipping module

It wont add the shipping charge to the total price during check out

It seems the store isn't sending the shipping module server any destination/delivery details.

No postcode or suburb

 

The code in the shipping module php file reads

 

$dcode = ($recipient_country['iso_code'] == "AU") ?$address->postcode:$recipient_country['iso_code'] ;

 

So it seems the "$address->postcode" variable isn't being set or passed on from the page where the customer enters this information.

 

Could it be an issue with the session or cookie data that is required to pass information from one page to the next

 

Any help/ideas would be appreciated

Link to comment
Share on other sites

×
×
  • Create New...