Skip to main content

Sense Theme: PreOrder Button Not Displaying or Not Working

Updated over a week ago

The Sense Theme is supported by our app; however, due to recent updates to the theme, you may encounter issues such as the Add To Cart button not changing to the preorder button.

To make preorder functionality fully compatible with the Sense Theme, add the following selectors in Settings > Advanced > Selectors:

  • Form Selector:
    form[action^='/cart/add']

  • Button Selector:
    button[name='add'] span

  • Product Page Image Container Selector:
    div.product-single__photos:first, #slider-product-template, .photos__item--main:first, #productPhotoContainer-product-template

  • Variant Selector:
    form[action^='/cart/add']:first select:visible, .radio-wrapper fieldset, form[action^='/cart/add']:first input[type='radio']

These selectors have been tested on the following:

  • Theme Name: Sense

  • Theme Version: 10.0.0

If you encounter any difficulties or have further questions, please don’t hesitate to contact our support team via the chat box located at the bottom right corner of the screen. We're here to assist you every step of the way.

Did this answer your question?