Product Info Layout

Results 1 to 3 of 3
30 Jan 2011, 15:32
#1
miff avatar

miff

Zen Follower

Join Date:
Sep 2010
Posts:
131
Plugin Contributions:
0

Product Info Layout

Some of the items listed within my store require certain attribute settings to be selected by the customer before the item is added to the checkout. Now there are 2 things which I am trying to accomplish but do not have a clue how to execute them.

This is one of my few attribute listings that requires buyers to select an option as the different sides are not interchangeable.

1. I want to lower the placing of the "Add to cart" button so that it always remains below the attribute selection radio. Only a few of my listings use attributes but it would be great if I could change a setting somewhere that would accomplish this for any newly created listing, making the use of an attribute radio.

2. All of my attribute radio's are always set to be blank. If the customer does not select a side then we cannot dispatch the item. How can we introduce an error if a customer attempts to add a product to the shopping cart. We do not want it to be possible for a product to be added and would love some kind of javascript popup clearly informing the customer that they must select an attribute.

Any help or information would be greatly appreciated. Thank you.
30 Jan 2011, 15:54
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: Product Info Layout

1. Check the tpl_product_info_display.php file. The page elements are contained within BOF and EOF comments. You can move the various elements relative to each other by cutting and pasting those sections.

Also search the Free Software Add Ons for product info.

2. https://www.zen-cart.com/tutorials/index.php?article=190
30 Jan 2011, 23:44
#3
miff avatar

miff

Zen Follower

Join Date:
Sep 2010
Posts:
131
Plugin Contributions:
0

Re: Product Info Layout

Much better. A simple cut and paste edit and all is good. Thank you.:clap: