Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to add an extra item number field?

How to add an extra item number field?

Locked

Views: 2,693

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
25 Apr 2009, 7:47 PM
#1
rich00693 avatar

rich00693

New Zenner

Join Date:
Feb 2009
Posts:
89
Plugin Contributions:
0

How to add an extra item number field?

:cool:I want to add an Item number field in front of Product Description, How can I do it

25 Apr 2009, 8:43 PM
#2
abo_shreek11 avatar

abo_shreek11

New Zenner

Join Date:
Mar 2009
Posts:
20
Plugin Contributions:
0

Re: How to add an extra item number field?

Do you mean in the products listing ??

25 Apr 2009, 10:50 PM
#3
rich00693 avatar

rich00693

New Zenner

Join Date:
Feb 2009
Posts:
89
Plugin Contributions:
0

Re: How to add an extra item number field?

yes, I want put a item numer in front of item name, so when customer call me , it is easy to find out which item they are mention about.

25 Apr 2009, 11:52 PM
#4
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: How to add an extra item number field?

is the item number the same as the model number?

26 Apr 2009, 1:00 AM
#5
rich00693 avatar

rich00693

New Zenner

Join Date:
Feb 2009
Posts:
89
Plugin Contributions:
0

Re: How to add an extra item number field?

yes, for example item name is 3mm * 20' Ratchet strap with Delta Ring...... , I want use item number as 3020st-dr
Thanks

26 Apr 2009, 1:34 AM
#6
byoriginaldesign avatar

byoriginaldesign

New Zenner

Join Date:
Apr 2009
Posts:
84
Plugin Contributions:
0

Re: How to add an extra item number field?

You just have to change arround the PHP file.

Unless a mod has chaged the product layout it should be located in:
includes/templates/MY TEMPLATE/templates/tpl_product_info_display.php

<!--bof Product details list --> to <!--eof Product details list --> is what u want to move...
26 Apr 2009, 6:00 AM
#7
rich00693 avatar

rich00693

New Zenner

Join Date:
Feb 2009
Posts:
89
Plugin Contributions:
0

Re: How to add an extra item number field?

sorry, still not quite understand, I need add item number field in fornt of item description. so I think I need change sql file also

26 Apr 2009, 6:13 PM
#8
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: How to add an extra item number field?

rich00693:

yes, for example item name is 3mm * 20' Ratchet strap with Delta Ring...... , I want use item number as 3020st-dr
Thanks
IF 3020st-dr is the model number listed in the model number field when the product is originally set up, you can easily modify the product listing page to place the model number in front of anything on the product listing page.

IF you have display of the model number turned off, it will not show no matter where you place it in the PHP file.

There is absolutely no need to get anywhere near a mySql file.

25 May 2009, 6:17 PM
#9
rich00693 avatar

rich00693

New Zenner

Join Date:
Feb 2009
Posts:
89
Plugin Contributions:
0

Re: How to add an extra item number field?

thanks, I know how to do now

3 Sep 2009, 9:03 AM
#10
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

Re: How to add an extra item number field?

dbltoe:

IF 3020st-dr is the model number listed in the model number field when the product is originally set up, you can easily modify the product listing page to place the model number in front of anything on the product listing page.

IF you have display of the model number turned off, it will not show no matter where you place it in the PHP file.

There is absolutely no need to get anywhere near a mySql file.

Hi, dbltoe,

Can not agree with you any more.

If disable model no. in the Admin, it will not show untill you turn it on.

However, suppose copy & past the code somewhere esle, is it possible to make it display even though it was disabled in the Admin?

any suggestions?