Recommended PrestShop Version

Thanks for choosing Agile.
For customers using our Agile Multiple Seller module and its accessry modules, we highly recommend to use PrestaShop 1.6x or 1.7.5 or lower. PrestaShop has made some changes in versions higher than 1.7.6 that makes it possible or very difficult to implement some of features via hooks, or override, since required hooks or override is not available.

Sept. 05, 2019

Agile PrestaShop Quantity Discount Indicator Module

» Add to my wishlist

Agile PrestaShop Quantity Discount Indicator Module


5 2 Review(s)

AGILE-30

This is PrestaShop module which allows you to display the lowest price of quantity discount pricing on a differnt page, like Home Featured, Category Product Listing, and search results. It makes it easiser for the customer to choose the best price by placing large qauntity orders.

PrestaShop 1.4x/1.5x/1.6x 

Add to cart

Get a consultation:

Features


Will display the lowest price quantity discount price with the prefix "From", such as "From $125.68" on product list pages.
Will display quantity discount price list with detailed informaiton - see attached screen images.
Is configrable to choose option to hide original PrestaShop quantity discount tan on Product Pages.
Is configurable to choose option to display or not at the following locations:
  - Home Featured
  - Product List - Category or Search Result
  - Product Details

Supports product attribute combinations -  Quantity discount price information on product detailed page will be dynamically changed when user changes combination of attributes.

 

Demo Site


You can request demo site access from the module description page.

 

Screenshot Images

 

 

 

 

Email Address: 
 
Question/comment: 

A new account with your email address will created for you.
You will be subscribe to this topic and receieve email for reply automatically.

Your rating for the product

     Quality     
Quality - 1 stars
Quality - 2 stars
Quality - 3 stars
Quality - 4 stars
Quality - 5 stars
     Performance     
Performance - 1 stars
Performance - 2 stars
Performance - 3 stars
Performance - 4 stars
Performance - 5 stars
     Value     
Value - 1 stars
Value - 2 stars
Value - 3 stars
Value - 4 stars
Value - 5 stars

Name: (nicknames are allowed)

Your comment

Reviews(total:2) in your selected language.


  • PrintOriginal

     United States

  • TechSpielWelt - Spielen - Lernen - Schenken

     Switzerland

  • First Stop Packaging

     United Kingdom

Click here to see more

PrestaShop 1.6x - Yes

PrestaShop 1.5x - Available*

PrestaShop 1.4x - Available*

PrestaShop 1.3x - No

*Avaliable - Please purchase current version of the module, then contact us with your order # and the version of your PrestaShop, we will send you the correct package of the module that works for your PrestaShop store.



Version 1.5.0.1 - 2015.06.17
 - support PrestaShop 1.6x
 - Support responsive theme design
 - fixed an issue with attribute combination at product page - even change combination, the discount price does not changes.
Version 1.3.2 - 2013.02.18
 You can choose to show "From" or not for products does not have discount on product list pages like search result, category and home featured.
 Fixed an issue that display 0 price for version PretsaShop 1.5.3 or lower 
 
Version 1.3.0 - 2013.05.13
- Now discount price information on product detailed page will be dynamically changed when user changes combination of attributes.
 
Version 1.2.0 - 2012.10.26
- Changed to use theme file to generate contents of discount indicator so that it is easier to adjust the displaying text and contents.
- Module is compatible with PrestaShop 1.5x
Version 1.1.1 - 2011.12.04
fixed an issue that displaying wrong price when there is currency conversion
Version 1.1.0 - 2011.12.04
Change way to locate the price by css style, now using PLACE_HOLDER, it makes to compatible to all themes
Version 1.0 - 2011.07.15
It will display the lowest price of quantity discount price with prefix "from", such as "from $125.68" on product list pages.
It will display quantity discount price list with detailed information, see attached screen images.
It is configurable to choose hide original PrestaShop quantity discount tab on Product Pages
It is configurable that you can choose to display or not at following locations
- Home Featured
- Product List - Category or Search Result
- Product Details 

Please see here our general installation guide

A. New installation of agile module

B. Upgrade of agile module

Other Configuration Notes:

Additional installation instructions
====================================
1. In order to show "From XXXX" on product list, please follow instructions below
A. For each file of following
YourStoreRoot/themes/YourStoreThemme/product-list.tpl
YourStoreRoot/modules/homefreatured/homefreatured.tpl
YourStoreRoot/themes/YourStoreTheme/modules/homefreatured/homefreatured.tpl (if this file exists)

B. Find following two lines
{foreach from=$products item=product name=.................. THE LINE CONTINUES .............
<li class="ajax_block_product {if $smarty.foreach.................. THE LINE CONTINUES .............

C. Insert following lines after the two line you found at above B.

{if isset($is_agilequantitydiscountindicator_installed)}
<script language="javascript" type="text/javascript">
$(document).ready(function()
{ldelim}
getQDIPriceForList({$product.id_product});
{rdelim}
);
</script>
<div id="div_aqdi_{$product.id_product}" title="{$prefix_text_for_list}" price="{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}"></div>
{/if}


2. If you do not like position the indicator is displayed at defailt HOOK, you can changed it by manually modify the product.tpl file.
A. Clear checkbox of setting "Sse Default HOOK" at module configuration screen
B. Place {$HOOK_AGILE_QUANTITY_INDICATOR} to your favourite locations in following file
/YourStoreRoot/themes/YourStoreTheme/product.tpl


Related Products