Have your say in Community Polls: What was/is your greatest motivation to start your own business?

''View full details''

''View full details''

eleni
Visitor
1 0 0

Hi to everyone , i am building my store right now and i have a problem :

I dont want my customers to press ''view full details'' to see my products description , instead of that i want them to see the whole description normally without pressing nothing , Can somebody help me please ??

Thank you!!!

Reply 1 (1)

Ahmad31
Shopify Partner
109 9 8

To display your product descriptions directly without requiring customers to click "View full details," you can customize your theme:

  1. Edit the Product Grid Template:

    • Go to Online Store > Themes in your Shopify admin.
    • Click Customize next to your active theme.
    • In the theme editor, locate the section or block that displays products on the collection or home page.
    • Edit the product grid or card settings to include the product description.
  2. Modify the Code (if needed):

    • Go to Actions > Edit Code in your theme settings.
    • Open the product-card.liquid or similar file in the Sections or Snippets folder.
    • Look for the code rendering the "View full details" button and product description.
    • Replace the button logic with {{ product.description | escape }} or a shortened version with {{ product.description | truncate: 100 }}.
  3. Test Responsiveness:

    • Ensure the description displays correctly and doesn't break the design, especially for long descriptions. Adjust CSS styles if needed.
Love my work? Buy me a coffee!
Need a Shopify Developer: Email me Or Chat on Whatsapp
If you found my solution helpful, please like and accept it. Your support is greatly appreciated!