Im using the fantastico installed osCommerce on my site dezinercatalog.com
I am using the Plug N Pay Payment Module for 2.2-CVS module.
PayPal is working on my site, somewhat customized and well over 200 products listed.
I am having a problem with the COD option. This should be the easy part right?
My test customer orders, chooses COD, clicks Confirm Order and gets the url
http://dezinercatalog.com/commerce/checkout_process.php
which displays
1054 - Unknown column 'customers_company' 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, cc_type, cc_owner, cc_number, cc_expires, date_purchased, orders_status, comments, currency, currency_value) values ('4', 'Pretty Baby', 'abc', '123 Not Real St.', '', 'Crappy', '08000', 'New Jersey', 'United States', '856-222-4563', 'pretty@dezinerwholesale.com', '2', 'Pretty Baby', 'abc', '123 Not Real St.', '', 'Crappy', '08000', 'New Jersey', 'United States', '2', 'Pretty Baby', 'abc', '123 Not Real St.', '', 'Crappy', '08000', 'New Jersey', 'United States', '2', 'Cash on Delivery', '', '', '', '', now(), '1', '', 'USD', '1.00000000')
[TEP STOP]
Any idea what i can do?
Mike Z
mikez68@aol.com