Many apps already offer bulk purchase features, but by taking advantage of the featured collections in the "Dawn/Rise" theme, you can place a bulk purchase button in that section. This simplifies the purchasing steps for users who want to purchase recommended products in bulk, which is expected to increase conversion rates.
◆ Benefits of implementation ・Adding multiple products to the cart at once simplifies the user's purchasing steps ・Can be expected to improve conversion rates
◆Specific steps ① Add a schema to sections/featured-collection.liquid and a label to ja.schema.json ② Implement the process of adding multiple items to the cart in featured-collection.liquid ③ Create a collection that includes the products you want to purchase in bulk, and set up a featured collection section in a template dedicated to the target products and specify that collection
*Notes for implementation: Only the default variant is targeted, so it is not suitable for products that require variation selection.
- Because we have simplified the process, you will not be able to add a process if there is an out-of-stock item.
Example of adding a "Add all items to cart" button to a featured collection in the "Rise/Dawn" theme

[(For the Rise/Dawn theme) Setting method ①] Add the schema to "sections/featured-collection.liquid" and the label to "ja.schema.json"

[(For the Rise/Dawn theme) Setup method ②] Edit the code in "sections/featured-collection.liquid" (add a process to add all products to the cart)

[(For Rise/Dawn Themes) Setup Method 3] Create a collection of products you want to add to your cart all at once, add a Featured Collection section to the template for the target products, and set the collection you created.

