Workarounds
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
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
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