@JunNa just sent you details
Topic summary
A wholesaler wants to display unit prices below pack prices on collection pages in their Symmetry theme. They successfully implemented custom Liquid code on product pages that calculates unit prices based on variant sizes (e.g., S-M-L-XL(2-2-2-2) = 8 units), but collection pages don’t support direct custom Liquid insertion.
Technical Challenge:
- The working product page code uses variant options to determine total units and calculate unit price
- Symmetry theme lacks a standard “product-card.liquid” file in the snippets folder
- Code needs adaptation for collection page product cards
Proposed Solutions:
- Manual code modification: Find the collection product card file and paste the adapted code into the product loop
- App-based solution: Use Weario app (suggested by vendor) which offers customizable labels for unit pricing without theme file modifications
Current Status:
Discussion remains open. One community member offered to investigate the theme structure directly, while an app vendor proposed their solution as a simpler alternative to avoid maintaining custom code across theme updates.