Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with Option Type Feature Contrib


Guest

Recommended Posts

Posted

I have installed the latest version of option type feature 1.71 and seem to have everything working. Admin shows up, catalog doesn't error.

 

But for the life of me I can't seem to get the option to work.

 

1st off I already have product options and option values, so when I add in the sql query:

 

INSERT INTO products_options_values (products_options_values_id, language_id, products_options_values_name) VALUES (0, 1, 'TEXT');

INSERT INTO products_options_values (products_options_values_id, language_id, products_options_values_name) VALUES (0, 2, 'TEXT');

INSERT INTO products_options_values (products_options_values_id, language_id, products_options_values_name) VALUES (0, 3, 'TEXT');

 

 

I adds it ok, but it has the product option of Materials (My already setup options are [in order of id] Materials, plating, clip, band, finial, ink, etc..) so it is assigning the TEXT product option to my Materials. I can't edit this and make it something else.

 

2. When I add a comment all that shows in the comment box is "array"

 

3. I haven't a clue as to how to get this options (textarea, radio, text, etc..) to show on the catalog page. Everything I do just shows the standard drop down menu.

 

Does anyone have any insight in to these problems, and how to fix them?

 

Thanks!

RW

Archived

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

×
×
  • Create New...