Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with Error c


Guest

Recommended Posts

Posted

:? I hope someone is up for a challenge!

I've been trying to incorporate a fill in box for customers to report what kind of phone they have, using the Product Attributes - Option Type Feature Contribution.

I didn't actually create a box yet because I haven't got it to work. I was just testing to see if ANY order would work, and this is the error I'm gettin':

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



select products_options_id, products_options_value_id, products_options_value_text from customers_basket_attributes where customers_id = '2' and products_id = '28{1}6'



[TEP STOP]

Any wizards out there that can bridge the gap for an amateur?

I GREATLY appreciate any assistance!

Mahalo,

Jenn

Posted

looks like you are missing the column products_options_value_text in the table customers_basket_attributes

 

if you know how to use phpmyadmin you can simply add that table

Archived

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

×
×
  • Create New...