Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

element3

Pioneers
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Real Name
    Bruce McDonald
  • Gender
    Male

element3's Achievements

  1. For some reason I didn't get a notice that you posted this. Thank you so much. I got so frustrated I decided to abandone the feature and my client was fine with it. Maybe down the road I'll give it another go with your info on how to fix the problem.
  2. Well, I tested an order today using the guest account fearture and got the following error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/******/public_html/******/includes/languages/english/checkout_process.php on line 25. I looked at line 25 and it's a blank line. Right after line 25 is: // if no shipping method has been selected, redirect the customer to the shipping method selection page if (!tep_session_is_registered('shipping') || !tep_session_is_registered('sendto')) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); } if ( (tep_not_null(MODULE_PAYMENT_INSTALLED)) && (!tep_session_is_registered('payment')) ) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL')); } // avoid hack attempts during the checkout procedure by checking the internal cartID if (isset($cart->cartID) && tep_session_is_registered('cartID')) { if ($cart->cartID != $cartID) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); } } include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CHECKOUT_PROCESS); Any ideas as to why I'm getting this error?
  3. Duh. I just figured out the problem. Rookie mistake. I didn't notice there's a link at the top right of the Content Modules page for "install module." I thought it was just supposed to have showed up in the list. Anywho, I clicked on the install link and the pwa module was in that list. I installed it and it's all working just fine now.
  4. Just found out another error on the orders.php. I just tried to update the status of a test order and got this error, again looking for the guest field. 1054 - Unknown column 'customers_guest' in 'field list' select customers_name, customers_guest, customers_email_address, orders_status, date_purchased from orders where orders_id = '1' [TEP STOP] I'm thinking that guest field is created when the module is activated? If I can just get that darn thing to show up so I can turn it on . . .
  5. Tsimi, I just tried something else. I left out the optional part of the orders.php and now I'm not getting the error anymore on the Orders page. Still no option for activating the module in the Content section.
  6. Tsimi, Thanks for chiming in. I just did the whole thing "all over again." For the fourth time. Very carefully did every step. Used the Oct. FIX version. Got the exact same results. Nothing shows up in my Content Module section to activate and I'm getting that same error on the Order section again. Have no idea why the "Login without Account Form" isn't showing up in the Content Module. Very, very frustrating.
  7. Hi, I have tried to install this three times now and I don't know what I'm doing wrong. Followed the instructions. The options for activating 'Login without Account Form' does not show up in the admin content module section. And when I click on the "Orders" link, this error message is there. 1054 - Unknown column 'o.customers_guest' in 'field list' select o.orders_id, o.customers_name, o.customers_guest, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.orders_status_name, ot.text as order_total from orders o left join orders_total ot on (o.orders_id = ot.orders_id), orders_status s where o.orders_status = s.orders_status_id and s.language_id = '1' and ot.class = 'ot_total' order by o.orders_id DESC limit 0, 20 Seems I need modify the database? There's nothing in the instructions for that. I used the 21 Sep 2014 version. I installed it on a fresh install of oscommerce 2.3.4 downloaded from the oscommerce site. I've looked over what I did over and over and it looks like all the files are there and the correct edits have been made. Any ideas?
  8. Add one more person that's having the same problem. It's all there, but does not show up in the admin to turn on.
×
×
  • Create New...