harperk Posted February 12, 2014 Posted February 12, 2014 Hello, I have a modded OSC 2.3.3.4 which was until the other day working perfectly. That was until I installed ssl on my site and I seem to be having no end of problems. The latest is at check out I receive the following error. Deprecated: Function split() is deprecated in /mounted-storage/home2/sub001/sc17958-FIWR/mysite.co.uk/includes/modules/shipping/collection.php on line 34 Deprecated: Function split() is deprecated in /mounted-storage/home2/sub001/sc17958-FIWR/mysite.co.uk/includes/modules/shipping/collection.php on line 47 Line 34 $country_zones = split("[,]", $countries_table); Line 47 $zones_table = split("[:,]" , $zones_cost); Thank you for any help on this..
harperk Posted February 12, 2014 Author Posted February 12, 2014 A lightening response! that did the trick!. Thank you Gary.
harperk Posted February 12, 2014 Author Posted February 12, 2014 Hi Spoke too soon. On further checkout proccess I get this error Strict Standards: Non-static method discount_coupon::is_recalc_shipping() should not be called statically in /mounted-storage/home2/sub001/sc17958-FIWR/mysite.co.uk/checkout_confirmation.php on line 90 Sorry. I should have posted the line in the code here if( discount_coupon::is_recalc_shipping() ) tep_redirect( tep_href_link( FILENAME_CHECKOUT_SHIPPING, 'error_message=' . urlencode( ENTRY_DISCOUNT_COUPON_SHIPPING_CALC_ERROR ), 'SSL' ) ); //redirect to the shipping page to reselect the shipping method
♥mattjt83 Posted February 13, 2014 Posted February 13, 2014 @@harperk Last question answered here: http://www.oscommerce.com/forums/topic/396127-error-on-check-out-discount-coupon-codes-on-2334/ Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.