Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"Live" checkout test


Guest

Recommended Posts

Posted

Newbee at osC, and attempted a "live" checkout, registering as a new customer at my own site.

Filled out the registration form, chose a password, clicked "Continue," and got the following error screen:

 

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

 

select customers_id as id, customers_paypal_ec as ec from customers where customers_email_address = '[email protected]'

 

[TEP STOP]

 

What happened? :blush:

Frank

Posted
Newbee at osC, and attempted a "live" checkout, registering as a new customer at my own site.

Filled out the registration form, chose a password, clicked "Continue," and got the following error screen:

 

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

 

select customers_id as id, customers_paypal_ec as ec from customers where customers_email_address = '[email protected]'

 

[TEP STOP]

 

What happened? :blush:

Frank

Looks like either you or someone else installed a payment module for paypal's express checkout, but didn't nail every step in the installation... There should be an sql file to run which will make these entries in your database tables...

 

Richard.

Richard Lindsey

Posted
Looks like either you or someone else installed a payment module for paypal's express checkout, but didn't nail every step in the installation... There should be an sql file to run which will make these entries in your database tables...

 

Richard.

 

Thanks, Richard. That's what happens when you try to learn something on the fly -- you get flies in the ointment.

Frank

Posted
Thanks, Richard. That's what happens when you try to learn something on the fly -- you get flies in the ointment.

Frank

Not a problem, at least it was something simple :D Just zip that sql file through phpmyadmin or something and you should be good to go...

 

Richard.

Richard Lindsey

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...