Hello.
I saw this online forum and have decided to register to the community and help resolve a question I have.
I installed oscommerce 2.3.3. And I am currently setting up shipping methods.
I commented my problem by parts
I created three areas:
Provincial: Where I added only Cádiz
Regional: Where I added the other provinces of Andalucia
Peninsula: Ahi are the other Spanish provinces
After I installed the module "Rates by Zone"
And I used the 3 zones previously issued, each with its fee price to weight.
The error I get is the following:
Deprecated: Function split () is deprecated in public_html / shop / includes / modules / shipping / zones.php on line 113
The code in line 113 is:
$ zones_table = split ("[:,]", $ zones_cost);
and when trying to purchase in step: checkout_shipping.php
choose where your shipment. I give continue and I get the following error message:
Deprecated: Function split () is deprecated in public_html / shop / includes / modules / shipping / zones.php on line 113
Warning: Can not modify header information - headers already sent by (output started at public_html / shop / includes / modules / shipping / zones.php: 113) in / public_html / shop / includes / functions / general.php on line 45
And I can not complete the purchase.
Any suggestions?
Thanks for your time.