These settings allow targeting of specific elements on your store using Liquid coding knowledge. By specifying classes, IDs, or data attributes, app features can be applied to product pages, cart, and other elements.
Key Selectors
Product Page Option Block Selectors: Target buttons, inputs, and forms on the product page
Product Images Parent Selectors: Target parent containers of product images
Cart Selectors: Target cart items, item prices, line item properties, and total price
Cart Line Item Parents Selectors: Target individual line items in the cart
Note: Use the correct identifiers for each element type:
Class: .(dot)
ID: #(hash)
Data Attributes: [data-attr-name]