thelia/product-upsell-module

0.9.2 2020-05-17 23:15 UTC

This package is auto-updated.

Last update: 2024-09-18 09:05:38 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.

Input arguments

Output arguments