Results 1 to 10 of 40

Hybrid View

  1. #1
    Join Date
    Jan 2012
    Posts
    32
    Plugin Contributions
    0

    Default Protuct Type music/general

    Hi, I am using: v1.3.9h
    I am completely stressed out.
    We bought this store with zen cart from someone as part of a business deal. He showed us how to add new products and so on, as we had never used zen cart before. I have become more comfortable with zencart since that. I have realized that when he showed us how to add a new product, he did not have me select "product - music" but instead had me keep it "product - general" I have added about 80 products & realized, I need them entered in as music, so I can have the "music genre" option.
    Is there any way to switch them all over to "products - music" or will I have to re-enter each one as a new product?

    Thank You

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Protuct Type music/general


  3. #3
    Join Date
    Jan 2012
    Posts
    32
    Plugin Contributions
    0

    Default Re: Protuct Type music/general

    Thank you!
    That thread sent me to this thread: http://www.zen-cart.com/forum/showthread.php?t=140489
    I am still confussed by the responses. It seems like at first it is saying how to do it, then it seem it say that it is not safe to do for music.
    I'm sorry, I am confussed what the right thing to do is........

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Protuct Type music/general

    Changing to a Music Product type is very difficult as Product - Music uses additional tables compared to the other Product Types ...

    Just changing the products_type to the value for the Product - Music is not the only thing to update ...

    The table product_music_extra needs to be populated with 1 record per products_id ...
    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: v1.5.5]
    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!

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Protuct Type music/general

    If I wrote this right, this may work for you ...

    Turn ALL products to products music

    BACKUP DATABASE FIRST ...

    Code:
    UPDATE products SET products_type = 2;
    insert into product_music_extra (products_id) 
    select products_id 
    from products where products_type = 2 and products_id not in (
    select products_id
     from product_music_extra);
    NOTE: if you are NOT trying to update ALL Products to be Product Music ... do not do this ...
    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: v1.5.5]
    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!

  6. #6
    Join Date
    Jan 2012
    Posts
    32
    Plugin Contributions
    0

    Default Re: Protuct Type music/general

    Ok, I tried that, All of my products are still in the store, and on my product list in the zen cart. However, whenever I click to edit a CD, it opens a new page, like when you enter a new product. There is no way to edit any of the old products.

    Any suggestions?

 

 

Similar Threads

  1. Change Category from General to Music
    By thesoundsmith in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Nov 2009, 11:57 AM
  2. Product Type cloned from General Type
    By mhfein in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 8 Jan 2009, 04:37 PM
  3. Music Genre added to product general
    By idlerob in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 13 Oct 2006, 05:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR