Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Question about product page layout

Question about product page layout

Views: 572

Results 1 to 5 of 5
26 Feb 2013, 6:43 PM
#1
debbie2014 avatar

debbie2014

New Zenner

Join Date:
Jul 2012
Location:
AZ USA
Posts:
59
Plugin Contributions:
0

Question about product page layout

Hi

I am looking to see if it's possible to place a drop down before the add to cart button on the product page.

my site is http://dezertdezinez.com/store

any help with this would be wonderful .

Debbie

26 Feb 2013, 7:21 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Question about product page layout

What would this dropdown do ?

26 Feb 2013, 7:30 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Question about product page layout

BTW, if you edited an html_header.php file, you omitted a quotation mark, which may be causing your font problem:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
28 Feb 2013, 5:37 PM
#4
debbie2014 avatar

debbie2014

New Zenner

Join Date:
Jul 2012
Location:
AZ USA
Posts:
59
Plugin Contributions:
0

Re: Question about product page layout

I have the dropdown in place all I want to do is move it up on the page to before the add to cart button

28 Feb 2013, 5:45 PM
#5
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Question about product page layout

The "dropdown" appears to be your ATTRIBUTES...

You can MOVE the Product Info Page components around in the file called tpl_product_info_display.php

If you do not have an OVERRIDE file in your custom template's TEMPLATE folder, then you should put a COPY of the core file into that folder, and edit that one.

There are lots of posts of the forum dealing with tpl_product_info_display.php (so use that as a search term to find these posts).