cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a product table with shopping cart?

SOLVED

How to create a product table with shopping cart?

Hi,

 

I need to create a page that lists all products so that the buyers can just add products and go to checkout. The attached image shows what I am looking for. Kindly suggest me if I need an extension to achieve this.

 

Many thanks in advance.

 

Regards,

 

Nahinproduct table grid.jpg

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How to create a product table with shopping cart?

You can make the change by editing the following file:

app/design/frontend/theme/default/template/catalog/product/list.phtml.

The list.phtml file contains the code which manages the display for both list & grid view.

You should see something along these lines, separating the two views:

<?php // List mode ?>
...
<?php // Grid Mode ?>

Simply make the design changes using HTML and you'll be all sorted.

OpenSource Expert | OpenSource Technologies | www.opensourcetechnologies.com
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions

View solution in original post

1 REPLY 1

Re: How to create a product table with shopping cart?

You can make the change by editing the following file:

app/design/frontend/theme/default/template/catalog/product/list.phtml.

The list.phtml file contains the code which manages the display for both list & grid view.

You should see something along these lines, separating the two views:

<?php // List mode ?>
...
<?php // Grid Mode ?>

Simply make the design changes using HTML and you'll be all sorted.

OpenSource Expert | OpenSource Technologies | www.opensourcetechnologies.com
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions