Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

increase model character length in admin/orders


MrE03

Recommended Posts

how do i increase the character length for the model number when im viewing a customers order?

 

Products Model Tax Price (ex) Price (inc) Total (ex) Total (inc)

 

the model number cuts off and i would like to be able to view the complete model number as it would help me

 

thanks

Link to comment
Share on other sites

how do i increase the character length for the model number when im viewing a customers order?

 

Products Model Tax Price (ex) Price (inc) Total (ex) Total (inc)

 

the model number cuts off and i would like to be able to view the complete model number as it would help me

 

thanks

 

www.yoursite.com/cpanel

 

Login

 

Open MyPhp Admin

 

Select the Oscommerce database

 

Select the table called Products

Check the Row that says products_model find the edit button .. click it

A new form should pop up change the value to something like VarChar(25) where 25 is the amount of characters used.

Link to comment
Share on other sites

www.yoursite.com/cpanel

 

Login

 

Open MyPhp Admin

 

Select the Oscommerce database

 

Select the table called Products

Check the Row that says products_model find the edit button .. click it

A new form should pop up change the value to something like VarChar(25) where 25 is the amount of characters used.

 

this part i was aware of

 

You will also need to make this change in the orders_products table.

 

i think this is what solved it!

 

thanks to both of you guys for the quick response!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...