This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% if product.metafields.custom.ccsfi.value != blank %} | |
| {% liquid | |
| assign bundle_products = product.metafields.custom.ccsfi.value | |
| assign package_type_title = 'Choose package type' | |
| assign package_type_required = 'required' | |
| assign quantity_title = 'Choose quantity' | |
| assign quantity_required = 'required' |