Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding a product field


Recommended Posts

I have had to add a couple of columns to the products table to accommodate vendor requirements. Specifically, vendor_id, vendor_itemno, vendor_mapp

 

I now need to add those items to the categories.php routines (I did it in my RC2 days) so that I can see them easily and possibly change them.

 

What I am having issues with is wrapping my head around what is affected by the modular design and what isn't.

 

So, to do what I am doing, is it just a matter of locating the parts of the code in categories.php and adding the input boxes and changing the sql statements accordingly or is there some of this modular stuff that needs to be changed?

 

 

I searched for but did not find any posts that address adding a column/field so if there is one somewhere can someone point me to it please?

 

 

Thanks

Mark

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Link to comment
Share on other sites

lucky for you, all of that is still old school, so do whatever you did before ...

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...