heckoutCheckout and cart iten size & policies

Topic summary

A user is encountering two issues with their Shopify store:

1. Size Selection Not Appearing in Cart/Checkout:

  • Added a custom Ring Size dropdown to product-template-1.liquid using product properties (not variants, since each item is one-of-a-kind and adjusted to customer measurements)
  • The size selector works on the product page but doesn’t display in the cart or checkout
  • Wants customers to be able to view and modify their size selection at cart and checkout

2. Policy Links Opening Blank Pages:

  • Policy links at the bottom of the checkout page open blank pages instead of displaying content

Response:

  • The code implementation appears correct but may be placed incorrectly
  • Recommendation: Locate the form tag in the liquid file and place the code after it
  • For editing the property display: modifications needed in the cart page plus a script

The discussion remains open with partial guidance provided but no complete resolution yet.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Hello,

I am having 2 problems:

  1. i wanted to add size of the item, make it mandatory selection,

i didnot want to use variant Metafields becouse each item is one of a kind, i am adjusting it to the customer size.

i have add to the product-template-1.liquid

Ring Size (US)

at the cart and checkout i cannot see the size selection.

i like to add it to at cear and checkout, and let the customer the option to change it at the cart and checkout.

  1. i have setup the policies, at the checkout page at the bottom, clicking on one of the policies open a blank page.

site
Thanks.

Hi @shemesht

You code is fine seems you are adding the code at wrong place, request you to find the form tag in liquid file.

Place your code after that.

For editing of property will need modification at cart page and a script.