psyris Posted July 13, 2008 Posted July 13, 2008 Hi I have recently install PWA into my osCommerce installation as per http://addons.oscommerce.com/info/355 Sicne then my check out procedure does not work. I get to checkout, where it takes me to checkout_shipping.php which jsut loads a blank screen. Unsure why this is as the installation does not alter the checkout_shipping file. The only other contribution that i have installed is "GV and DC RC1 RC2 RC2a v1.2" which doesnt affect the shipping file either. Apologies if this a basic issue i am new to osCommerce. Any help would be much appreciated. Thanks for your time. Cheers M Quote
psyris Posted July 13, 2008 Author Posted July 13, 2008 (edited) To all, do not worry i have resolved the issue with the shipping file. Thanks M Edited July 13, 2008 by psyris Quote
Guest Posted July 13, 2008 Posted July 13, 2008 To all, do not worry i have resolved the issue with the shipping file.Thanks M Would you like to share the solution? Quote
psyris Posted July 15, 2008 Author Posted July 15, 2008 hi, the issue i had was withing the two order.php files where you add in the code // PWA BOF 'is_dummy_account' => $order['customers_dummy_account']); // PWA EOF the issue was that in the link before ended the string ); and ignored this line therefore i just changed the ); to a , in the previous line and it worked fine. Hopefully this helps people good luck Would you like to share the solution? Quote
Guest Posted July 15, 2008 Posted July 15, 2008 hi, the issue i had was withing the two order.php files where you add in the code // PWA BOF 'is_dummy_account' => $order['customers_dummy_account']); // PWA EOF the issue was that in the link before ended the string ); and ignored this line therefore i just changed the ); to a , in the previous line and it worked fine. Hopefully this helps people good luck I am sure that others will find the information useful. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.