Glossary Item Box

Squirrelcart v6.1.0

"Also Ordered" Products

Overview

The "Also Ordered" Products feature appears on your product detail pages. When viewing a product, this feature displays other products that were purchased alongside that product in order of popularity.

Enabling This Feature

This feature should be enabled by default. If the feature is disabled, here is how to enable it:

  1. Open the Visual Settings page in the control panel
  2. Set the Show Also Ordered Products field to a number larger than 0. This controls the maximum number of products that will appear in this section.
  3. Set the Also Ordered Products Per Row field to the number of products you wish to display per row.
  4. Click Save Changes
Not working?

If this section does not appear on a product page, it is most likely because that item has not been ordered alongside other items. If it has been ordered alongside other items and is still not appearing, you may need to add this code to the bottom of your product_detail.tpl.php template file:

<?php print $Also_Ordered_Products ?>

For more info on how to modify template files, see this topic.

 

Disabling This Feature

This feature is enabled by default. To disable it:

  1. Open the Visual Settings page in the control panel
  2. Set the Show Also Ordered Products field to 0.
  3. Click Save Changes

Excluding Items

If you have an item that you do not wish to appear as an "also ordered" product, check the Exclude From Best Sellers field on its product record.

 

 


© 2001-2017 Lighthouse Development. All Rights Reserved.