All Collections
Setting up Dynamic Pricing
Third Party Apps
Dynamic Pricing Support for Smart Search & Instant Search by Searchanise
Dynamic Pricing Support for Smart Search & Instant Search by Searchanise

Learn how to enable discounted prices for search results

Bart Coppens avatar
Written by Bart Coppens
Updated over a week ago

The HTML output of this app cannot be modified, it is therefore not compatible with the "Embedded tags" approach of Dynamic Pricing.

The "Default settings for theme" method of Dynamic Pricing is compatible in most cases though. Make the following changes to add support:

  • Go to Settings > Dynamic Pricing > Theme configuration.

  • Set the configuration to "On - Configure per page type"

  • In the "Live theme" tab, find the Collection settings and set them to "Custom"

  • In the "Collection page (live theme)" tab, find "Collection product price" and set it to "Custom CSS selector (advanced users only)"

  • The Price selector contains selectors for prices on collection pages.

    • If no text is present, enter: [[WRAP]].snize-price-list

    • If selectors are already present, do not remove the selectors. Add ,[[WRAP]].snize-price-list at the end.

  • The Card selector contains selectors for product cards on collection pages.

    • If no text is present, enter: .snize-product

    • If selectors are already present, do not remove the selectors. Add ,.snize-product at the end.

  • The Handle selector defines how to find the product handle.

    • If no text is present, enter: [[HANDLE:href]]a.snize-view-link

    • If selectors are already present, do not remove the selectors. Add ,a.snize-view-link at the end.
      Note: this assumes the original selector starts with [[HANDLE:href]]

Did this answer your question?