Skip to main content

Pipeline Theme: Preorder Button Not Displaying or Working

Updated over a week ago

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

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

  • Button Selector:
    form[action^='/cart/add']:first [type=submit]:visible:first

  • 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: Pipeline

  • Theme Version: 7.1.2

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?