With this module you can define MSRP (manufacturer suggested retail price) for products and display them on product page and list of products. Module has features to show tax included and tax excluded price and also display "you save" information (difference between MSRP price and product price in your shop)
As you already know with our module you can define manufacturer suggested reatil prices for products in your shop. Each product can have own unique manufacturer prices. You can define it individually for product and for products' combinations (if any). Addon is multistore friendly (each shop can have own unique prices for products). Addon also supports shops with many currencies (price will be automatically converted to currency that your customer uses).
Main features in the module
Main feature of the module is a possibility to define manufacturer suggested retail price for each product in your shop and then - display these prices on product pages and/or list of products.
After module installation you can configure it individually for each product
Module creates on each product edit page special section where you can setup Manufacturer suggested retail prices. You can do it for product and also for product's combinations (if any).
Control the way of how module will appear
Addon can be configured individually for product page and for list of products (list of products in prestashop is a page like search result, list of products in category, featured products etc.)
Appearance of the module on product page
Appearance of the module on list of products
Control the position of appearance
Module to show its contents uses only prestashop's default features. In this case it's a hook named displayProductPriceBlock with all its modifiers: old_price, price, unit_price, after_price, before_price + it gives you possibility to define and use custom displayProductPriceBlock modifier - it is very useful option to support non-default templates and also control an exact appearance of the module (you can create own position).
${var}
syntax to ensure seamless operation and eliminate potential conflicts in PHP 8.x environments. This update ensures future compatibility and avoids debugger warnings related to deprecated variable syntax.PS_VERSION
variable, ensuring continued compatibility with upcoming PrestaShop releases.