Zen Cart Logo

Product Type Missing

Locked

Views: 1,509

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
11 Apr 2007, 8:42 PM
#1
kbeard avatar

kbeard

New Zenner

Join Date:
Jan 2007
Location:
Victoria, BC, Canada
Posts:
47
Plugin Contributions:
0

Product Type Missing

Hi, I have 1.3.7 and Product-Music is missing from the music type in the admin section. I looked and the product_music files are all present in the store\admin and store\admin\includes\modules in my setup. It just doesn't appear as a choice in my admin.
How can I correct this and make that choice available?
Thanks in advance.

Keith :smile:

12 Apr 2007, 8:26 PM
#2
kbeard avatar

kbeard

New Zenner

Join Date:
Jan 2007
Location:
Victoria, BC, Canada
Posts:
47
Plugin Contributions:
0

Re: Product Type Missing

I just read my own post and found it could be worded better:
In Product Type in Admin there is no "Product-Music". that type is missing from my installation. Yet when I look all the files that support it are there.
How do I make Product-Music available for use - I need it.

Thanks.

Keith :mellow:

18 Apr 2007, 6:14 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Product Type Missing

Sounds like you may have killed it from the product_type table ...

Check via phpMyAdmin what you have in the product_type table ...

There should be 5 types ...

If you do not see product_music then you can re-add it with:

INSERT INTO product_types VALUES (2, 'Product - Music', 'product_music', '1', 'Y', '', now(), now());
18 Apr 2007, 9:29 PM
#4
kbeard avatar

kbeard

New Zenner

Join Date:
Jan 2007
Location:
Victoria, BC, Canada
Posts:
47
Plugin Contributions:
0

Re: Product Type Missing

Hi Ajeh, you are right. I found the cause and the solution this morning. I had accidentally changed the name to Product-download. Fortunately I am conversant with SQl, so I could go in and edit there and correct the error.
Thank you for responding.

Keith :clap:

19 Apr 2007, 2:43 AM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Product Type Missing

You are most welcome ... glad that you have this resolved ... :smile: