depositfee
How to Hide Fee to appear as Product in cart page.
These one was most requested customization but thought to share the guide with you ,
These one was most requested customization but thought to share the guide with you ,
Warning: If the app does not work / keeps on reloading the site after the below change ,just revert it back,
Mostly it should work .
Tested with Multiple fee & One time a.k.a. cart fees as of 3 Aug 2022.
Result
Before:
The fee appears in cart as product, which most customers dont like
After
.Fixed
Steps
- Go to theme, and search for the .liquid file which renders the cart items, mostly like main-cart-items.liquid
- Search for {%- for item in cart.items -%}. line.
3. Paste the below code above it
{% if item.product.type == 'deposit_fee' %}{% continue %}{% endif %}
4. Hit Save.
Add Deposit / Cart Fees to Shopify POS - Percentage fees
Installation & Working with POS
depositfee
Display Matching Fees Banner on Product Pages
Customization: Show Fees Banner when product has fee aligned to it on Product pages
depositfee
FAQ
Faqs related to common question asked on Deposit fee app
depositfee