thelia / product-upsell-module
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-18 09:17:53 UTC
README
Sale more by offering upsell products to your customers if the cart total is greater than a defined amount.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is ProductUpsell. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/product-upsell-module:~0.9
Usage
Go to module configuration and select the category in which you'll store your upsell products. It's better to put this category offline to hide it from your customers.
Create one or more products in this category and in the product edition page, enter the cart amount which allows to offer this product
Loop
productupsell Loop
The loop return upsell products.
Input arguments
Output arguments
Exemple
{loop type="productupsell" name="productupsell_loop" cart_amount="30" limit=4}
{loop type="product" name="product_loop" limit=1 id=$product_page order=$product_order}
{include file="includes/single-product.html" hovered="true"}
{/loop}
{/loop}
productupsell.category Loop
The loop return the upsell category ID if the given category ID is equal to the upsell category ID, or nothing.