Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

maxcronjob

Archived
  • Posts

    11
  • Joined

  • Last visited

Everything posted by maxcronjob

  1. Okay, I uninstalled the send_order_html_email v1 contribution and it fixed the 1054 error. Now I just need to tweak the html output, but that's another story. So, apparently there's a conflict between Purchase Without Account and send_order_html_email v1. max
  2. A mod for Contact Us v1.1, Privacy Conditions v2.1, card_box.paypal.2n0128, Popup_image, send_order_html_email v1, shipincart_v1.7, and last but not lease Purchase Without Account v.59
  3. Looks like I'm getting the error on /catalog/checkout_process.php Note: The only change I made on that page was commenting out the block "check for terms and conditions agreement".
  4. Barry, I'm using MS1 and I downloaded and installed Purchase Without Account v.59. I've been trying to figure out why I keep getting this error when I try to confirm my order. I've checked and double-checked with phpMyAdmin and I did include the two entries you instructed me to include in your README file: INSERT INTO configuration_group VALUES (40, 'Accounts', 'Configuration of Account settings', 40, 1); INSERT INTO configuration VALUES ('', 'Purchase Without Account', 'PWA_ON', 'true', 'Allow Customers to purchase without an account', 40, 1, '2003-04-08 13:07:44', '2003-04-08 12:10:51', NULL, 'tep_cfg_select_option(array('true', 'false'),'); but, still I keep coming across this problem when I try to confirm my order: 1054 - Unknown column 'customers_acct' in 'field list' insert into orders (customers_id, customers_name, customers_company, customers_acct, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_acct, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, date_purchased, orders_status, ip_address, currency, currency_value) How did I miss this column? Where can I can find info to insert it? not sure where to go from here. Thanks! pete
  5. Same problem, just using latest v.59 vice 57. Thanks! max
  6. What's the deal with this message after trying to confirm my order? I'm using MS1 which I downloaded in early April. 1054 - Unknown column 'customers_acct' in 'field list' insert into orders (customers_id, customers_name, customers_company, customers_acct, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_acct, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, date_purchased, orders_status, ip_address, currency, currency_value)
×
×
  • Create New...