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