Can the options be displayed on the cart page instead of the product page?

Modified on Thu, 20 Aug at 5:49 AM

No, not for initial selection. Here's why: when a customer picks options on the product page, the app runs a few things behind the scenes at that moment — matching the selection to the right variant, applying any price add-ons, checking conditional logic (like showing/hiding fields based on other choices), and validating required fields before allowing add-to-cart. That entire process relies on the product page's Liquid template and theme JS to run — things like variant matching against your product's variant data, price recalculation, and conditional field logic are all tied into how the product page renders and updates dynamically.


The cart page works differently — it's designed to summarize what's already in the cart, not to run that same selection-and-validation process. So it can't generate a full option-picking interface from scratch there.


What it can do is show the options a customer already selected, and offer an "edit" link that lets them adjust those choices without leaving the cart to go dig through the product page again. So options are always chosen on the product page first, but customers aren't locked into their initial picks once they're in the cart.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article