Dzięki temu modułowi wyświetlisz dwie ceny produktu - cenę netto oraz cenę brutto. Moduł pozwala wyświetlać wybrany typ ceny (możesz wybrać jeden, bądź dwa) oraz informację o cenie (cena brutto, cena netto). Ten moduł prestashop wyświetla ceny na listach produktów oraz na stronie produktu. Moduł wyświetla cenę brutto / netto poprawnie nawet gdy zmienisz atrubut na stronie produktu.
Dzięki temu modułowi wyświetlisz dwie ceny produktu - cenę netto oraz cenę brutto. Moduł pozwala wyświetlać wybrany typ ceny (możesz wybrać jeden, bądź dwa) oraz informację o cenie (cena brutto, cena netto). Ten moduł prestashop wyświetla ceny na listach produktów oraz na stronie produktu.
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.
Ogranicz wyświetlanie się modułu wyłącznie do wskazanych produktów
Moduł ma funkcję, która umożliwia ograniczenie wyświetlania dwóch cen netto i brutto wyłącznie do wskazanych produktów. W toku konfiguracji możesz aktywować opcję selektywnego wyświetlania się modułu i wskazać konkretne produkty lub wybrać kategorie. Moduł wyświetli wybrane typy cen wyłącznie dla wskazanych produktów lub produktów powiązanych z wybranymi kategoriami. Poniżej screenshot:
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.