The software has the ability to display products that have previously been purchased with the product currently being viewed, similar to large stores like Amazon.
Setup
To configure this feature, adjust the settings of the following AppConfigs to your preference
AppConfig Name | Description |
AlsoBoughtNumberToDisplay | This determines how many 'also bought' products will display on the product page. Setting this to 0 will disable this feature. |
AlsoBoughtProductsFormat | Set this to GRID or TABLE depending on how you want the products to display. The grid layout displays as a NxN grid, while the table view is just a vertical list of the products. |
AlsoBoughtProductsGridColWidth | If using the GRID layout from the AppConfig above, this determines how many columns to have per row. |
NOTE: In MultiStore versions it is required to have all products mapped to a store in order for this to function. If you are already filtering products by store (AllowProductFiltering TRUE), then the feature will function. For single store applications you can map all products to a store using this SQL query:
NOTE: Before running the query, backup the database! This procedure should only be performed by knowledgeable database managers.
INSERT INTO ProductStore (ProductID)
SELECT ProductID
FROM Product