Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2009
    Posts
    6
    Plugin Contributions
    0

    Default How to change product display view?

    Hi,

    Normally, When we add a product with image and a variation or attribute , what zen cart does is that, in product display template it shows product image in upper and with all the variations bellow with image, what i want is that, the product image should also be treated as one of the variation, which a user can select or deselect.

    Best Regards,

    Shah Zaman

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: How to change product display view?

    Edit an override copy of includes/modules/additional_images.php and immediately after this line of code
    Code:
    if ($products_image != '') {
    add this line
    Code:
     $images_array[0] = $products_image;
    Neville
    An assumption is what you arrive at when you get tired of thinking...

 

 

Similar Threads

  1. Replies: 1
    Last Post: 24 Nov 2009, 08:55 PM
  2. How To Display Product Model in Category View ?
    By notfarnow in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Oct 2009, 09:44 PM
  3. 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
  4. Single product view page. How to change the layout?
    By alex2310 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Mar 2007, 04:17 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