Skip to product information
1 of 1
Published:2024.06.06

Example of setting to enable the quick add product feature on the search results screen for the theme "Dawn"

Example of setting to enable the quick add product feature on the search results screen for the theme "Dawn"

Applications

  • Collection information management and editing

How to implement

  • LIQUID
View full details

This is an example of how to enable the quick add feature for products on the search results screen of the Shopify theme "Dawn." (However, this does not include the newly added bulk add feature; it only applies to the previous quick add feature.)


Example of setting to enable the quick product add feature on the search results screen for the theme "Dawn" (excluding the newly added bulk add feature)


[(For the Dawn theme) Setup procedure ①] Transfer the code from “main-collection-product-grid.liquid” to “main-search.liquid” Part 1


[(For the Dawn theme) Setup procedure ①] Transfer the code from “main-collection-product-grid.liquid” to “main-search.liquid” Part 2


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Porting the code from “main-collection-product-grid.liquid” to “main-search.liquid” Part 1

{%- endif -%}

Porting the c...

Related Post