Skip to main content

Retina Theme: PreOrder Button Not Displaying or Working

Updated over a week ago

The Retina Theme is supported by our app; however, due to some 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 Retina Theme, add the following selectors in Settings > Advanced > Selectors:

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

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

  • Product Page Image Container Selector:
    div.product-gallery__wrapper

  • Variant Selector:
    input.option-value-input

These selectors have been tested on the following:

  • Theme Name: Retina

  • Theme Version: 6.4.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?