How to change the price on the cart page?

Our app supports almost all themes. If your theme does not support this app, we recommend contacting our support staff, and they will be happy to resolve this issue.
If you have an understanding of coding, or you are a website developer, please insert the code mentioned below:

For the product item price:

<span class="sp-cart-item-price" data-key="{{item.variant.id}}" data-variant-key="{{item.key}}">{{ product.price }}</span>
Cart Item Price

For the subtotal price:

<span class="sp-cart-original-total">{{ cart.total_price | money }}</span><span class="sp-cart-total"></span>
cart-subtotal-price

If your theme is customized or not follow any above price variable, contact our support team, we will love to help you in app setup.