Hi,
I do not have any variant-option file
Thanks!
A Shopify developer is trying to position two elements—“marime” (variant picker) and “ghid marimi” (perks)—side by side on a product page instead of stacked vertically.
Initial Problem:
product-page.liquidProposed Solution:
Another user suggested adding the perks code directly inside the variant-picker file after the closing </legend> tag.
Implemented Workaround:
The original poster moved the perks data/parameters from product-page.liquid to the product-variant snippet, then:
when 'perks' branch from the main file</legend> tag in product-variant.liquidRemaining Concern:
While functional, the developer feels uncertain whether passing perks data one level up is best practice and seeks validation on the approach.