This tutorial is for Squirrelcart version 3x.
By default, when you click on a category, product thumbnails are shown. You need to click on those thumbnails in order to open the product's detail page where you can then add the item to the cart.
This tutorial explains how to configure Squirrelcart so that it displays an add to cart button for each product on the category's page. There are two ways to do this. Method 1 significantly changes the way products appear on the category page. Method 2 does not.
Method 1 - Change Thumbnails to "Product Detail"
You can change the way products are displayed on a per category basis. By default, when you view a category products are shown as thumbnails:
example3.png
You can change this so that products appear in "detail" mode, just as they do when you click on a thumbnail link:
example4.png
The category should now look something like this:
- Login as store admin
- Open the category record you wish to alter in the control panel
- Locate the Category Viewing fieldset
- Inside this fieldset, locate the Category Page fieldset, which controls how this category and its products appear when a link for this category is clicked
- Change the Show Products As field to Detail
example1.png- This will cause each product to appear in full detail, with a description, options, and everything you would normally see if you clicked on a product link. This takes up much more room than a product does in thumbnail view. Because of this, I'd recommend changing the Products per Row field to 1, so each product appears on its own row. Setting this to anything larger will not look good.
example2.png- Click Save Changes
example4.png
You may want to alter your CSS to make each product name stand out more.


Reply With Quote