Zen Cart Logo
Forums / General Questions / Product Options in Table Layout

Product Options in Table Layout

Locked

Views: 1,066

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
28 Jan 2008, 1:23 PM
#1
dizz avatar

dizz

Zen Follower

Join Date:
Oct 2006
Posts:
170
Plugin Contributions:
0

Product Options in Table Layout

Hi All,

Is it possible to configure the product options so that they will display in a table format? For example:

| Option | Description | Price |

| 1LKGS | Lorem ips | $5.00 |

Where the option ID (in this case 1LKGS) is a link and the user can click that to add the option to their cart as opposed to using a drop-down or radio button. Before I attempt to hack up ZC myself to make this work I was wondering if there is a mod or some built-in functionality that works this way?

28 Jan 2008, 3:09 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Product Options in Table Layout

post a link to the page you are trying to alter

28 Jan 2008, 9:29 PM
#3
dizz avatar

dizz

Zen Follower

Join Date:
Oct 2006
Posts:
170
Plugin Contributions:
0

Re: Product Options in Table Layout

Here is a link to a sample product:

http://coastlinesales.com/coastline/index.php?main_page=product_info&products_id=1797

As you can see the client has added pricing to the product options which is causing it to stretch off the page. They would like to implement as a table for the options similar to the way this is done at:

http://www.autoseattle.com/weathertech_floormats.htm

Personally I think the table is kind of crappy, but the client is intent on having it this way. Your thoughts?

29 Jan 2008, 11:33 AM
#4
kobra avatar

kobra

Black Belt

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

Re: Product Options in Table Layout

Multiple solutions:

Could change description to: 4pcs fr/bk Mats (+30.00) so it fits

Could add this to the stylesheet:

#attrib-102 {
        width: 190px;
        }

You may also find this module a good primer to attain what your client seeks:
product_attribute_grid