I’m testing out my site and this is my shopping cart displaying a product My question is where does Shopify pull this information from So that I can make it look better than this crap?
Hey @MITK
If it’s in your cart page then it’s probably would be in a file called something like cart.liquid or main-cart.liquid OR If it’s in your cart drawer then it would be somewhere in a file called cart-drawer.liquid.
What type of changes are you looking for?
Best,
Moeed
I’d say these are either your product options or line item properties if you use some “product options” app.
It’s hard to tell without seeing your store.
You should be able to apply some CSS rules to make them look better, but again, hard to suggest anything without seeing.
Hey @MITK,
The product title and price come straight from the product settings in your admin. The long line about the case type is coming from your variant option name and value, which Shopify displays exactly as you’ve defined them.
The Brand Name and Apple Model lines are line item properties added by your product form, an app, or custom code. Shopify shows these automatically unless the theme filters them out.
Cleaning this up requires editing the cart template to rename, hide, or restyle those fields.
