With this module you can display two prices of product with and without tax. Module will show both prices tax included and tax excluded on list of produtcts (like category pages, homepage tabs etc.) and also on product page. Module displays correct tax included / excluded prices also when you will switch the attribute on product pages.
With this module you can display two prices of product with and without tax. Module will show both prices tax included and tax excluded on list of produtcts (like category pages, homepage tabs etc.) and also on product page. You can decide what kind of prices module will show and also enable or disable visiblity of "tax included" and "tax excluded" labels.
Avalable features
As a shop owner you can personalize the position of the module. On module configuration page you can select the type of prices and labels that module will display. In addition - there is a tool where you can decide where module will appear on product page and where it will appear on list of products (like category view etc.). Available positions are determined by hook named displayProductPriceBlock.
Availalbe positions by default
specification of displayProductPriceBlock allows to use several variants of this position:
- displayProductPriceBlock old_price
- displayProductPriceBlock before_price
- displayProductPriceBlock after_price
- displayProductPriceBlock price
- displayProductPriceBlock unit_price
- displayProductPriceBlock weight
Many theme developers uses own displayProductPriceBlock variants
Because of this we decided to add support of custom position inside displayProductPriceBlock. If your template uses a non-default position - module is ready to work with it. Configuration page of module allows to use custom positions.
Feature to identify available positions
If your non-default theme has some new dispalyProductPriceBlock variants - you can easily identify them. Just enable (on module configuration page) option to show available postions. Then once you will open your product page or other pages where the products appear - you will see availalbe positions to use. You will be able to configure the module to dispay price ranges there, where you want.
Limit appearance of tax included + tax excluded prices for selected products only
Module has tool that gives you possibility to point an exact products where module will display two type of prices. You can create own list of products where module will appear and/or select categories - module will appear only for products associated with selected category(ies). As you can see on attached screenshot below.
PS_VERSION
variable from the module configuration page in PrestaShop 8.x, as this variable is no longer used in this version of PrestaShop.displayProductPriceBlock
hook, ensuring broader theme support and preventing display issues.