osmyrna Posted January 8, 2014 Posted January 8, 2014 Is there ANY way to modify PWA v0.910 to work with OsCommerce v2.3? It looked do-able until I hit /catalog/login.php - at that point, I gave up and tried to install "Consolidated_login_with_guest_checkout (1)_1" but hit a snag with that when I got to my header page because I had to use the 2003 version to have header and columns present properly. Since my database is already set up for PWA v0.910, that would sure be nice to be able to work with. ?? Quote
Jack_mcs Posted January 8, 2014 Posted January 8, 2014 Yes, it will work in 2.3. I've installed it into a number of 2.3 shops but did the conversion as needed so I don't have anything I can upload. There is a 2.3 version available but it is not done well, nor complete as I recall. Though that may have been fixed now. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
osmyrna Posted January 9, 2014 Author Posted January 9, 2014 The only page that seems problematic for me is the /catalog/login.php page from 2.2.2. Everything was the same on the page until the 3rd line at this point, after which everything changes: $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_LOGIN, '', 'SSL')); ?> <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <script language="javascript"><!-- function session_win() { window.open("<?php echo tep_href_link(FILENAME_INFO_SHOPPING_CART); ?>","info_shopping_cart","height=460,width=430,toolbar=no,statusbar=no,scrollbars=yes").focus(); } //--></script> </head> Dare I hope you have a sample page of 2.3 /catalog/login.php that was edited to include the lengthy 2nd modification which is structured for the 2.2.2 page and doesn't match up with the section on 2.3 that it is supposed to replace? I keep trying to figure out how to fit this and that into it, but it keeps not matching up. Thanks anyway for the encouragement that it CAN be done. Quote
Jack_mcs Posted January 9, 2014 Posted January 9, 2014 Version 2.3 doesn't have <head> code In the file. See this thread, and others, for how to convert the file. Tsimi 1 Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
osmyrna Posted January 9, 2014 Author Posted January 9, 2014 THANK YOU! Successfully converted order_info.php and login.php. HAPPY. Quote
osmyrna Posted January 9, 2014 Author Posted January 9, 2014 Another question. After putting the pwa information on the admin/orders.php page, the admin for orders was blank. So, I removed the pwa mods from it, and everything seems to be functioning fine. Did you find this to be the case, or am I missing something? The only thing that is odd on the page is that the instruction buttons (invoice, packing slip, etc.) are showing up at the top and the bottom. 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.