Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Custom products fields.


Reco-X

Recommended Posts

Posted

I need some custom fields in the products table, i install Products Extra Field 2 ADD ON but, there are some things that don't like it.for example the new table that link the new camp wwith the product,

There are some way to put the custom fields in default mode??

 

What do you recommend me??

 

I need to import a database from 10000 items, and all these items has the special field,

Posted

the addon create 2 tables

products_extra_fields;

products_to_products_extra_fields;

 

i don't like that, i want to set the new fields "default" like Products Description or Products Model

Posted

You can create a new field to table products or table products_description via php my admin

 

Then you need to amend file admin/categories.php to create an input field to add content, in case you need that

 

Finally, you need to amend index.php or product_info.php, add the new field to the queries and put it to the screen depending on how and where you want to have it

Posted

good, that's more simple i think, i dont like the addon works.

 

 

I'll work in it, and how can i import my xls with easy populate?? because i'm using php my admin, but in the future i'll like use that addon

Archived

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

×
×
  • Create New...