Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi all

 

Ive just created a new site as my oldone was hacked + I could never get Quantity per atribute to work (i have switched to QT pro for new site).

 

Anyway the new one is working fine QT pro, security pro, MZMT, multiimage addon, sams anti hack and other small mods

 

I have uploaded all products, but I need my customer data and order history from my old site.

 

I used database manager to cherry pick address book,address format, customers,cust info, order, order products, order status, history status.

 

Now when I go to check out I get.

 

 

1054 - Unknown column 'shipping_module' in 'field list'

 

insert into orders (customers_id, customers_name, customers_company, 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_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, shipping_module, cc_type, cc_owner, cc_number, cc_expires, date_purchased, orders_status, currency, currency_value) values ('2', 'Fred Palwski', '', '17 Elynroad', '', 'wes', 'TH4 2SS', 'Berwickshire', 'United Kingdom', '0 24630', '[email protected]', '1', 'Hugo Palzx', '', '17 Evelynroad', '', 'Lewes', 'BN7 2SS', 'Berwickshire', 'United Kingdom', '1', 'harry Palzx', '', '7 Eoad', '', 'Les', 'T2S 2SS', 'Berwickshire', 'United Kingdom', '1', '', 'mzmt_table1', '', '', '', '', now(), '1', 'GBP', '1.00000000')

 

[TEP STOP]

 

 

If I comment out shipping module from checkout.php I get.

 

 

1054 - Unknown column 'products_stock_attributes' in 'field list'

 

insert into orders_products (orders_id, products_id, products_model, products_name, products_price, final_price, products_tax, products_quantity, products_stock_attributes) values ('280', '181', '', 'Murder Tea Party', '20.0000', '20', '0', '1', '1-3')

 

[TEP STOP]

 

 

 

Is there any method of finding out whats conflicting?

 

 

Any help at all would be a godsend.

 

Cheers.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...