Results 1 to 10 of 10
  1. #1
    Join Date
    Aug 2007
    Posts
    36
    Plugin Contributions
    0

    Default Custom Product Listing?

    Hello there,
    I have been trying to figure this out for ages now. I need to have other bulletin in the item page other than the Manufacture, weight, model, etc. I need to have other ones that would say, Condition, and some other things. How would I do that? I need it so that this physical condition would show with the picture as the people are searching through my site.

    Thanks.

  2. #2
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Custom Product Listing?

    Sounds like you need to make a custom product type .... check out this threads:

    http://www.zen-cart.com/forum/showthread.php?t=6888

    BrandTim

  3. #3
    Join Date
    Aug 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Custom Product Listing?

    Well, that is talking about adding more product sections. I need it where as I list a new product, I would be asked more questions such as..

    Physical Condition: and there is a box I enter what I want.

    Warranty: same.

    LIke there are others such as

    Model:

    Weight:

  4. #4
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Custom Product Listing?

    In order to have more product sections, you need a custom product type.

    Perhaps here would be a better place to start:
    https://www.zen-cart.com/tutorials/i...hp?article=114

    Or, if you don't mind editing your core product types, try here:
    http://www.zen-cart.com/forum/showthread.php?t=57924

    BrandTim
    Last edited by brandtim; 5 Aug 2007 at 06:27 PM. Reason: added second url

  5. #5
    Join Date
    Aug 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Custom Product Listing?

    Thanks, I was in the 2nd link you gave me before But I cant figure out what do they mean with Step 2:

    db manipulation
    open the table "products" in your zencart-database and insert new rows at the end of the table called "products_guarantee" and "products_color"
    ALTER TABLE `zencart_products` ADD `products_guarantee` INT NOT NULL , ADD `products_color` VARCHAR( 32 ) NOT NULL;


    It doesn't say anything that I understand. I did the rest of the steps and ignored this one but then I started getting errors.

  6. #6
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Custom Product Listing?

    Yeah, you can't skip any steps... and you really need to do them in order.

    That's SQL talk there. How do you access your database? Do you have phpmyadmin installed on your server?

    BrandTim

  7. #7
    Join Date
    Aug 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Custom Product Listing?

    Quote Originally Posted by brandtim View Post
    Yeah, you can't skip any steps... and you really need to do them in order.

    That's SQL talk there. How do you access your database? Do you have phpmyadmin installed on your server?

    BrandTim
    well, I could go to mysql.mysite.com. and do everything from there.

  8. #8
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Custom Product Listing?

    Ok, good.

    Let's take it one step at a time.

    open the table "products" in your zencart-database and insert new rows at the end of the table called "products_guarantee" and "products_color"
    Open your database. Open the table called "products". Insert two new rows. Call them 'products_guarantee' and 'products_color' (or whatever it is you are needing to add as extra fields).

    Got that?

    BrandTim

  9. #9
    Join Date
    Aug 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Custom Product Listing?

    When I do that, I get that menu that asks me what to put, like the ALTER TABLE `zencart_products` ADD `products_guarantee` INT NOT NULL , ADD `products_color` VARCHAR( 32 ) NOT NULL;

    I need to fill them in those blank bar. But I don't understand it.

  10. #10
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Custom Product Listing?

    List the fields you have to fill in that bar and I'll tell you what to put in each of them.

    BrandTim

 

 

Similar Threads

  1. Custom Product Listing Layout
    By punges24 in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 14 Mar 2011, 07:53 AM
  2. custom product listing
    By joshuabaer23 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Sep 2010, 01:47 AM
  3. Adding Additional Attributes to Product Listing from Custom Product Type
    By Bigman in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 12 Aug 2008, 04:29 PM
  4. Adding custom field from specials table to product listing and product info
    By davale in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Oct 2007, 06:19 AM

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