I purchased quantity discount module. How show percentage discount in table under add to cart button?
Hello,
As i suppose you reffer to product page "add to cart" button, right ?
Module is developed with prestashop standards and it supports default hooks (positions where themes allows to show modules):
in prestashop 1.7:
- displayFooterProduct
- displayProductAdditionalInfo
in prestashop 1.6:
- displayFooterProduct
- displayProductButtons
Usually position "displayProductButtons" and "displayProductAdditionalInfo" appears below the add to cart button. Everything depends on how your theme is developed.
If your shop displays these hooks in different positions it will be required to personalize the module and / or theme. If you know the name of the hook that is available below the add to cart button in your theme - let me know the name of the hook. I will implement it to the plugin.
Regarding to 'percentage' discount.
The discount type that module shows depends on quantity discount type that is set in your shop.
If you set the "percentage" discount - module will show the percentage value in "discount" column. (you need to activate "discount" option: https://i.imgur.com/rMPP9kM.png )
best regards,
milos
0 comments:
Post a Comment