Workarounds

How to check if cart drawer is open or not using javascript?
You can use following function call to know if it's open or not: sellify.ucd.helpers.ajaxCart.visible(); // Returns true if open, false otherwise
Fri, 22 Feb, 2019 at 7:51 AM
Add additional checkout buttons inside cart drawer
To add additional buttons, you need to make changes in your theme files as well as App's settings.  Theme Changes: 1. Create a new snippet in your ...
Wed, 4 Mar, 2020 at 6:05 PM
Custom cart json api for more information like compare_at_price
Create a new file 'index.ucd.liquid' in templates of your theme. and paste the following code: {%- layout none -%} { "cart": {{ c...
Wed, 15 Jan, 2020 at 12:04 PM