Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / product description in which php file?

product description in which php file?

Views: 1,330

Results 1 to 6 of 6
2 Jun 2011, 2:08 AM
#1
charliepingpong avatar

charliepingpong

Zen Follower

Join Date:
May 2011
Location:
NSW
Posts:
169
Plugin Contributions:
0

product description in which php file?

I'm sure I already asked this ... please can someone tell me which php file stores this info?

2 Jun 2011, 2:45 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: product description in which php file?

It's not stored in any PHP file. It's stored in the database. You can edit the product description by using your Admin controls: Admin->Catalog->Categories/Products->Edit

2 Jun 2011, 2:46 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: product description in which php file?

It is not file based

Information is stored in the database

2 Jun 2011, 5:05 AM
#4
charliepingpong avatar

charliepingpong

Zen Follower

Join Date:
May 2011
Location:
NSW
Posts:
169
Plugin Contributions:
0

Re: product description in which php file?

Thank you both, I lost it and wanted to retrieve the description I'd written. Before I lost it I did export the database and it saved it as
mydb.sql but now I don't know how to get into it to find the text. Do I just upload it so it overwrites existing db or what please?

2 Jun 2011, 5:21 AM
#5
charliepingpong avatar

charliepingpong

Zen Follower

Join Date:
May 2011
Location:
NSW
Posts:
169
Plugin Contributions:
0

Re: product description in which php file?

Nevermind, I did it :) that was easy and now my description is back.

Always be saving my database! So wouldn't attributes all be saved in database as well?

2 Jun 2011, 6:42 AM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: product description in which php file?

So wouldn't attributes all be saved in database as well?
Yes they are in the database