This is freaking me out!
If I go to includes/languages/english/checkout_shipping.php and try to change the line -
define('TEXT_CHOOSE_SHIPPING_METHOD', 'Please select the preferred shipping method to use on this order.');
and upload it - it will not go to step 2.
This is what I changed it to
define('TEXT_CHOOSE_SHIPPING_METHOD', 'This is a comment to see if this will work.');
I upload it to:
includes/languages/english/MYTEMPLATE/checkout_shipping.php
nothing comes up on step 2 after you choose your shipping method.
I thought - OK maybe this is one of those puppies that you can't load under you custom template so..
I delete it from there and upload it to:
includes/languages/english/checkout_shipping.php (the original placement)
again - nothing happens in step 2 just a blank page.
If I upload the non-changed version to:
includes/languages/english/MYTEMPLATE/checkout_shipping.php
Again - I get a blank page when going to step 2
If I upload the non-changed version under includes/languages/english/checkout_shipping.php - it goes to step 2 no problem!
This has me completely baffled!
Anyone able to shed light on what the heck is going on?
Thanks
Version 1.3.9h - only mod used is layout grid.


Reply With Quote

