Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-24-2003 16:40:28

eddiemurphy
Member
Registered: 09-24-2003
Posts: 6

Add And Subtract Product Description Fields

I want to be able to go to the database of the products and be able to add and subtract fields to it. I want a "Manufacturer" and "Manufacturer Product No." and others. Also, if I have to make room for these, I know that there are a few of them that I will not need on this shopping cart. Any suggestion?

Offline

 

#2 09-25-2003 00:54:14

larry
Member
Registered: 07-21-2003
Posts: 437

Re: Add And Subtract Product Description Fields

Go to Database Utilities, then Manage User Defined Table Columns to add columns to a particular table.  If you want to add more fields to the product table, just click on product.  I know this allows you to add fields.

Hope this helps.
Larry


Laurie Stephens




Offline

 

#3 09-25-2003 09:29:15

eddiemurphy
Member
Registered: 09-24-2003
Posts: 6

Re: Add And Subtract Product Description Fields

Thanks Larry,
It does. I am now able to add custom fields. Secondary question, can I take out pre-existing fields (there's no option for this in this area)?

Eddie

Offline

 

#4 09-25-2003 13:04:44

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Add And Subtract Product Description Fields

No - don't do that.  It will screw all kinds of stuff up in the order process if you do.


Nick Hendler

Offline

 

#5 10-10-2003 00:34:00

lake
Member
Registered: 09-12-2003
Posts: 54

Re: Add And Subtract Product Description Fields

I added a field using the instructions above. My question now is, how do I make the information in that field appear on my product detail page, like the rest of the information does?

Offline

 

#6 10-10-2003 02:04:31

thekiko
Member
Registered: 07-11-2002
Posts: 126

Re: Add And Subtract Product Description Fields

lake,10/10/2003 12:34:00 AM wrote:

I added a field using the instructions above. My question now is, how do I make the information in that field appear on my product detail page, like the rest of the information does?

You are going to need to edit the module ccp51/cgi-bin/library/modules/ste_prod.pl and I believe in the line [ $column_line = ] in the subroutine "Ste Prod Detail" make sure you input your new field names.  Also do the same under the [ foreach $row(@proddetail) { ] line.

I am not sure if these are completely correct... but they worked for me smile.  That's how I was able to get the Color and Print variables added to my products

Thekiko


TheKiko

Offline

 

#7 10-04-2005 15:42:07

kidsandco
Member
Registered: 02-12-2005
Posts: 264
Website

Re: Add And Subtract Product Description Fields

Can the information from the custom fields be displayed on the category view?

Is that edited on the same "ccp51/cgi-bin/library/modules/ste_prod.pl " module?


K.R.
Kids & Co. Wholesale

Offline

 

Board footer