Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zone Rate Shipping Module Error Message


jpw594859

Recommended Posts

Posted

In order to increase number of zones available in P&P I changed

includes/modules/shipping/zones.php

$this->num_zones = 1;

to

$this->num_zones = 3;

 

Then saved.

 

Now when trying to install zone shipping module I get following error message:-

 

1064 - You have an error in your SQL syntax near 'True', 'False'), ', now())' at line 1

 

insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Enable Zones Method', 'MODULE_SHIPPING_ZONES_STATUS', 'True', 'Do you want to offer zone rate shipping?', '6', '0', 'tep_cfg_select_option(array('True', 'False'), ', now())

 

[TEP STOP)

 

 

Help please.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...