Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / how to create price plan table?

how to create price plan table?

Views: 1,871

Results 1 to 4 of 4
23 Nov 2011, 12:02 PM
#1
vaishali avatar

vaishali

New Zenner

Join Date:
Nov 2011
Location:
London, United Kingdom
Posts:
13
Plugin Contributions:
0

how to create price plan table?

Hi,

I am new to Zen Cart and I'm using Zen cart 1.3.9h. I would like to create a price plan table for IT services (Refer attached JPEG for more details).

Has any one have an idea how to implement this thing with Zen Cart? Is there any specific template/module for that?

Any help in this would be more appreciated.

Many thanks,
Vaishali

23 Nov 2011, 12:12 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: how to create price plan table?

There's no mod for something like that that I know of, but I'd guess it could be done with some HTML and CSS knowledge.

Each plan would be a separate product, and you'd need the Column Grid mod to place four on one product listing page. The legend stuff on the left would be the hard part.

23 Nov 2011, 12:49 PM
#3
vaishali avatar

vaishali

New Zenner

Join Date:
Nov 2011
Location:
London, United Kingdom
Posts:
13
Plugin Contributions:
0

Re: how to create price plan table?

ohhh :no:...well i am not that much in to HTML / CSS. is there any option to deal with this situation?

23 Nov 2011, 2:16 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: how to create price plan table?

There is nothing that will not involve coding.
The best procedure will probably be to (using the Column Grid version of product_listing.php) add a div containing the "heading" info to $list_box_contents[0] before the actual products are built.
Alternately, you might add the div to the output in /includes/templates/your_template/templates/tpl_modules_product_listing.php before the list is output.
This will require basic PHP as well as HTML/CSS knowledge. If you can't do it, you will need to hire someone. It would be an easy job for someone who knows Zen Cart.