Upsell Cart Drawer
  • Home
  • contact
  • Changelog
  • Developer Reference Guide
    • How to disable a link from opening the cart drawer?
    • How to open cart drawer on click of a custom link or button?
    • Add additional checkout buttons inside cart drawer
    • How to disable a link from opening the cart drawer?
    • Custom cart JSON API for more information like compare_at_price for items in cart
    • What Javascript Events are dispatched by the app?
    • Need to hook some custom logic into Upsell Cart Drawer?
    • Public Javascript API
    • Theme variables Reference

How to disable a link from opening the cart drawer?

Cart drawer doesn’t open the cart drawer for an HTML element if it has an attribute data-ucd="0"

<!-- Does not open cart drawer -->
<a href="/cart" data-ucd="0">Cart</a>

<!-- Opens cart drawer -->
<a href="/cart">Cart</a>

Any element having class open-drawer will open cart drawer.

Updated on 31 Mar 2021

Developer Reference Guide How to open cart drawer on …

Copyright © 2021 Upside