Guest Posted May 2, 2006 Posted May 2, 2006 I have just finished updating my new skin for OS commerce and everything was tested all working fine, I then setup SSL and edited the configure file with SSL settings etc and that all worked fine. I went to test the checkout with SSL and noticed that all my shipping options have been replaced by: < < < < < < < < < What the?????? So I went back to configure.php and deleted all the SSL settings and noticed that the shipping still doesnt work... ARRRGHH!! Before I did this I added the price match contribution which doesnt change any important files... Thats all I have changed since it was working last. I've spent the last 5 hours trying to fix it and I have a massive headache now and cant find the problem.. Please does anyone have any suggestions. I'm going crazy. http://www.snet.com.au this is our website address. Cheers, Seb
MoisesZaragoza Posted May 2, 2006 Posted May 2, 2006 I was able to do everything fine just I had to add the "s" for the https at the end of the day the code will be good
Guest Posted May 2, 2006 Posted May 2, 2006 I was able to do everything fine just I had to add the "s" for the https Yeah, I have disabled shipping for now because customers couldn't go past that point. I'll re enable shipping for the next few hours and you'll see what happens... Its re enabled and It still doesnt work. Thanks for pointing out the "s". Was playing with configure.php and forgot to add it. But that shouldnt have any effect on the shipping part.
MoisesZaragoza Posted May 2, 2006 Posted May 2, 2006 but you know what the problem is not fixed by taking out the https Chech on the config file at the end of the day the code will be good
MoisesZaragoza Posted May 2, 2006 Posted May 2, 2006 The config file shoud read define('HTTPS_SERVER', 'https://yoursite.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? I'm guessing that you have define('ENABLE_SSL', false ); // secure webserver for checkout procedure? at the end of the day the code will be good
Guest Posted May 2, 2006 Posted May 2, 2006 The config file shoud read define('HTTPS_SERVER', 'https://yoursite.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? I'm guessing that you have define('ENABLE_SSL', false ); // secure webserver for checkout procedure? Yeah the configure.php file is all good, it is set to true. I dont think it has anything to do with that though.. It was all working before I put the pricematch contribution on but I have gone though the changes I made to add the pricematch contribution and none of them affect any crucial files. It may be the file that is used to control the radio buttons and get the shipping module info from the database? If I disable the shipping then It goes straight to the Payment step and the payment radio buttons all work? So how is that any different to the shipping part. The shipping modules all work from the admin, I can configure them install them and unistall them.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.