The product details screen of the Shopify theme "Dawn" has a frame for displaying "ancillary products" that can be manually specified as suggested products, in addition to the automatically suggested "related products". However, this display frame is a little small, so there are cases where you want to arrange them in the same size as the related products. Here is an example of how to do this.
1
/
of
1
Published:2024.05.02
Example of settings for displaying "Accessories" set in Search & Discovery in the same format as the Related Products section in the Shopify theme "Dawn"
Example of settings for displaying "Accessories" set in Search & Discovery in the same format as the Related Products section in the Shopify theme "Dawn"
Applications
Applications
- Product information management and editing
How to implement
How to implement
- LIQUID
- HTML/CSS
Share
After making a purchase (all items are ¥0), you will be able to view the sample code.
Couldn't load pickup availability
If you have already made a purchase, please login here.
Sample Codes
Test Theme :Dawn/Rise 15.2.0
Add the string "&intent=complementary" to the end of the tag's data-url attribute
Change the “name” value of the section schema setting to “Accessories” and add the enabled_on property
Added the presets property so that it can be ad...
