How to Stop Discounted Prices From Displaying In Certain Places
Use cases
- Stopping the app from showing strikethrough prices within certain containers
- Working around store-specific issues where discounted prices on product add-ons, etc.
Simply add the regios-dopp-generic-skip
CSS class to the price container or any of its parents to make the app avoid modifying pricing.
Examples
<div id="price-container" class="regios-dopp-generic-skip"></div>
<div class="regios-dopp-generic-skip">
<div>
<div>
<div id="price-container">
</div>
</div>
</div>
</div>
Updated on: 19/10/2025
Thank you!