What is the name of the table and the field that you added?
Where are you trying to display the data that is in this field ... "in the web" is a little too vague for me ...
What is the name of the table and the field that you added?
Where are you trying to display the data that is in this field ... "in the web" is a little too vague for me ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
ajah,
table: product attributes
feild:add a new feild call item_code
like attribute prce and weight,it shoud disply
eg:
plz choose the metress
* double layer mettress($253)(itemcode).
*thrible layer ($350)(itemcode)
item code should be there.
i have tried to use weight feild without doing any changes ,just type item code inthe weight.but it wont display on the web until it starts with numeric.if i typed something like GHFH123 it will saved in the data base but not showing up.if i type the code 1FGHDGH132 it will shown up.by doing substr(1fgdhgfh12) its possible to display the correct code in the web.but the database and enetering value carrying numeric in front......
any idea
thanks for the quick responce.
Change in the file:
/includes/modules/attributes.php
around line 164 to read:
Code:$products_options_display_price .= $price_onetime; $products_options_display_price .= $products_options->fields['item_code'];
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
yepiiiiiiiiiii it works......................millian thanaks ajeh.................................
You are most welcome ... thanks for the update that this worked for you ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
is there any way to display the item code on shoping cart page and orderdetails page
i have managed to insert item code in shoping cart page, but it seems very difficult to display it on both checkout and checkout confirmation page.....any hints...
By item code, do you mean the products_id or the products_model or what?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
item code is the field that i newly added ,its same as products attributes weight.i want it to display on check out page as,
products_name
attribute name-attribute value -price- item code
attribute name-attribute value -price- item code
attribute name-attribute value -price- item code
![]()