Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    23
    Plugin Contributions
    0

    Default How To Display Product Model in Category View ?

    Hi, I'm trying to display the model number under the title/price before the '... more info' button in a clothing store while in category view. ie:
    http://www.aqua-vi.com/treasure
    click category: Men
    Once loaded, you will see the grid of many of the products. I'd like to show product model numbers on this page beneath the photo and product name. I've found the code:
    <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?> That I'm guessing I need to add. Or is this in admin? THANKS!

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How To Display Product Model in Category View ?

    Admin > Configuration > Product Listing > Display Product Model > set to the display order you want.

  3. #3
    Join Date
    Jan 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: How To Display Product Model in Category View ?

    You Rule Glenn. THANK YOU. I should've known it would have been that easy. : )

 

 

Similar Threads

  1. How to change product display view?
    By shahzaman in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Mar 2009, 04:44 PM
  2. How do I change the product display in category view?
    By z3n in forum Basic Configuration
    Replies: 0
    Last Post: 13 Nov 2008, 05:55 PM
  3. Category view: changing product display column width - image, description, price?
    By azenuser in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Feb 2007, 10:31 PM
  4. Display product Model No in catagory view
    By nudelady in forum General Questions
    Replies: 3
    Last Post: 17 Sep 2006, 02:31 PM

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