How to Set Up Cross-out Pricing When a Coupon is Applied
Enabling the Dynamic Pricing in Klip Coupons ensures that when a customer applies a coupon, the original price is visibly crossed out, showing the discounted price. This can help increase conversions by making the discount more noticeable.
How to Enable Dynamic Pricing
- Open the Klip Coupons App
From your Shopify admin, go to Apps and open Klip Coupons. - Go to Settings
Click on the Settings tab. - Select Cross-Out Pricing
In the Settings menu, click on Cross-Out Pricing. - Enable Cross-Out Price Mode
Check the box labeled Update new product price with compare-at price when coupon is clipped to enable the Cross-Out Price Mode.
Finding the Correct Selectors
- Inspect Your Product Price Element
- On your product page, right-click the displayed price and select Inspect.
- Use the Element Selector Tool
In the developer console, click the element selector tool (icon in the upper-left corner).
Select the Price Element
- Select the Price Element
- Hover over the product price and copy the selector that appears.
- Do not include
<div>
or<span>
tags in the selector.
- Include Parent Classes for Accuracy
- Including parent classes helps the app identify the correct price element.
- In this example, the parent class is .product__info-wrapper, but this may vary based on your theme.
- Some themes may use the same class for both the main product price and recommended product prices. Identifying the parent container class can help avoid issues.
- Paste the Copied Selector
- Go back to the Advanced settings in Klip.
- Paste the copied selector into the Product Price Selector field.
- The selector should start with a period (
.
), and if you need multiple selector paths, separate them with a comma (,
). - In this example, only one selector is needed for this theme, so no additional paths are required.
- Find the Sale Price Selector
- Go to a product that has a compare-at price (a sale price).
- Edit or create a product.
- Set a Compare-at price that’s higher than the Price to show the discount.
- Paste the Sale Price Selector
- Repeat the same process as before and paste the copied selector into the Sale Price Selector field.
Need Help?
Updated on: 02/07/2025
Thank you!