FAQs

How to disable /cart link to open drawer?
Add following attribute to <a> tag: data-ucd="0" Example: <a href="/cart" data-ucd="0">Cart</a>
Sun, 16 Dec, 2018 at 12:28 PM
How can I disable cart drawer on some pages?
You can add following meta tag to the pages you want to hide the drawer from. HTML <meta name="sellify:ucd:active" content="false"...
Sun, 16 Dec, 2018 at 12:31 PM
Can I preview it before making it live for public?
Yes, Disable the app on both mobile and desktop from settings page and then visit: https://your-shop-url.com?ucd=1 ucd=1 in url means the app will w...
Sun, 16 Dec, 2018 at 12:34 PM
Cart link sometime redirects to cart page instead of opening the drawer OR It takes a bit long to load.
Since scripts registered by Shopify apps' are loaded once the page is loaded successfully, You can add following line of code in your theme.liquid befor...
Thu, 4 Feb, 2021 at 1:09 PM
What Javascript Events are dispatched by the app?
ULTIMATE Cart Drawer is designed as developer friendly and it dispatches events for every step so that you can customise some of the functionalities to adva...
Thu, 7 May, 2020 at 5:17 PM
Template variables
Cart Template: token : string note : null|string attributes : object original_total_price : number Total price in cents before any discount origina...
Tue, 25 Jun, 2019 at 9:59 PM
Theme's default drawer/popup is showing instead of ULTIMATE Cart Drawer
Some themes built for Shopify stores has already a built in cart drawer. When you install "ULTIMATE Cart Drawer" but you still see your theme'...
Thu, 7 May, 2020 at 5:21 PM
Need to call custom javascript on checkout button click?
The app supports something we call 'Filters'. You can use one of the filter to call custom javascript function before the page is redirected. Here a...
Mon, 9 Sep, 2019 at 5:21 PM
Filters/Actions to modify cart drawer data
What are filters? Filters are used to modify the data before the drawer is built. The available filters are: raw_cart product add_to_cart cart ...
Thu, 7 May, 2020 at 5:29 PM
Can I hide certain products from being suggested in Upsells?
Yes, that is possible. All you have to do is add a tag to the products you want to hide from the upsells. The tag you should add is 'ucd-hidden'.
Fri, 8 Nov, 2019 at 12:07 PM