Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Aligning Product Attributes with Add to Cart Button

Aligning Product Attributes with Add to Cart Button

Locked

Views: 1,998

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
6 Jul 2006, 5:00 AM
#1
mlm2005 avatar

mlm2005

Zen Follower

Join Date:
Mar 2005
Posts:
141
Plugin Contributions:
0

Aligning Product Attributes with Add to Cart Button

Hi All,

On my Product Information page I the attributes buttons are on the left and the Add to Cart button is on the right. I would like to move the Attributes section so that it appears to the right and above the Add to Cart button as several of my customers are missing the options available. Is this pssible? I tried modifying the TPL_Product_Info_Display.php file but could not get this section to align to the right. Any suggestions?

Thanks much!

6 Jul 2006, 9:23 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Aligning Product Attributes with Add to Cart Button

If you are refering to the product info display:

First look in your admin at the items you are interested in (configuration > product Info) and find the item, If it has a 4 digit code this is what setting wil do:

Setting to "0" turns most items off... If these are items with 4 number designations the following is what can be controlled and their values.

The above settings can be set to either of these values:

0 = off
4 digit number = on
o 1st digit: left or right (left = 1, right = 2)
o 2nd and 3rd digit: sort order
o 4th digit: number of breaks after

so you can locate an item either to the left or to the right

Then you can set the sort order or which comes first left than second right

third left fourth right etc

then with the left you can space the the right entry with the 4th value

If that does not produce the desired order:

You can reorder the entries in the includes/templates/tempalte_default/templates/tpl_product_info_display.php file

Just insure that you move the contents from BOF to EOF in full blocks

8 Jul 2006, 12:05 PM
#3
mlm2005 avatar

mlm2005

Zen Follower

Join Date:
Mar 2005
Posts:
141
Plugin Contributions:
0

Re: Aligning Product Attributes with Add to Cart Button

Hi Kobra,

I found the settings you are referring to on all the "listing" configurations. The page I am trying to configure is the Product Information page. There is no option that I can see for moving items to the left or right.

Thanks!