Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Display model under product image on info page

Display model under product image on info page

Locked

Views: 2,781

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
14 Sep 2008, 6:59 PM
#1
kjohn avatar

kjohn

New Zenner

Join Date:
Aug 2008
Posts:
30
Plugin Contributions:
0

Display model under product image on info page

Hi,

I need to have the model number display right below the product image on the product information page (without the bullet), instead of below the description as a bullet point. Can anyone help me with doing this? Not having any success in moving it.

Thanks all!

14 Sep 2008, 7:14 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Display model under product image on info page

Can't assist what we can not see...as these can be template specific -

Post a link to your site

14 Sep 2008, 7:35 PM
#3
kjohn avatar

kjohn

New Zenner

Join Date:
Aug 2008
Posts:
30
Plugin Contributions:
0

Re: Display model under product image on info page

Sure, product page is here.

I need the model number to appear just below the product image instead of down at the bottom.

Thanks for the help kobra!

14 Sep 2008, 7:45 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Display model under product image on info page

You will need to re-order these items in a copy of your tpl_product_info_display.php file and then use some css to refine the display...

I think that there are a couple of these in the downloads area that may or may not be close to what you want.

14 Sep 2008, 11:53 PM
#5
kjohn avatar

kjohn

New Zenner

Join Date:
Aug 2008
Posts:
30
Plugin Contributions:
0

Re: Display model under product image on info page

Did not find anything in the downloads area, but I did try to alter the tpl_product_info_display.php file, did not work out- a bit complicated. Instead, I added the following line to tpl_modules_main_product_image.php file.

<?php echo TEXT_PRODUCT_MODEL . $products_model; ?>

The model number shows up inside the image box, but I don't mind. As long as its there for customer reference.