Skip to product information
1 of 1
Published:2025.01.01

Example of adding an "Add all products to cart" button to a featured collection in the Shopify theme "Rise/Dawn"

Example of adding an "Add all products to cart" button to a featured collection in the Shopify theme "Rise/Dawn"

Applications

  • Product information management and editing

How to implement

  • LIQUID
  • HTML/CSS
  • Javascript
View full details

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.


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

Add schema to "sections/featured-collection.liquid"

Add a label to "ja.schema.json"

Edit the code in "sections/featured-collection.liquid"