Header login and cart icon issue

Solved

Header login and cart icon issue

Sivadarshan
Shopify Partner
53 0 6

Screenshot 2024-09-18 183517.png

 

In shopify header the cart and login icon are doing some error

Thanks in advance

Accepted Solution (1)
dws_pvt_ltd
Shopify Partner
330 65 92

This is an accepted solution.

Hello @Sivadarshan 

1) Go to Online Store
2) Edit Code
3) Find your snippets find file icon-account.liquid or this is not found file can you create new file with name icon-account.liquid
4) Put code inside file icon-account.liquid.

 

<svg
  xmlns="http://www.w3.org/2000/svg"
  aria-hidden="true"
  focusable="false"
  class="icon icon-account"
  fill="none"
  viewBox="0 0 18 19"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.5a3 3 0 116 0 3 3 0 01-6 0zm3-4a4 4 0 100 8 4 4 0 000-8zm5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15zM9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35z" fill="currentColor">
</svg>

See image

 

dws_pvt_ltd_1-1726724523443.png

 

 

 

1) Go to Online Store
2) Edit Code
3) Find your snippets find file icon-cart-empty.liquid or this is not found file can you create new file with name icon-cart-empty.liquid
4) Put code inside file icon-cart-empty.liquid

 

<svg
  class="icon icon-cart-empty"
  aria-hidden="true"
  focusable="false"
  xmlns="http://www.w3.org/2000/svg"
  viewBox="0 0 40 40"
  fill="none"
>
  <path d="m15.75 11.8h-3.16l-.77 11.6a5 5 0 0 0 4.99 5.34h7.38a5 5 0 0 0 4.99-5.33l-.78-11.61zm0 1h-2.22l-.71 10.67a4 4 0 0 0 3.99 4.27h7.38a4 4 0 0 0 4-4.27l-.72-10.67h-2.22v.63a4.75 4.75 0 1 1 -9.5 0zm8.5 0h-7.5v.63a3.75 3.75 0 1 0 7.5 0z" fill="currentColor" fill-rule="evenodd"/>
</svg>

 

See image

dws_pvt_ltd_2-1726724572341.png

 


Best Regards,
Rakesh patel

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.

View solution in original post

Replies 7 (7)

BSS-TekLabs
Shopify Partner
2350 702 828

Hello @Sivadarshan 
Our team is ready to help you.
Please share your website URL so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

dws_pvt_ltd
Shopify Partner
330 65 92

Hello @Sivadarshan 

Could you share your store URL, please? Thanks.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.
Sivadarshan
Shopify Partner
53 0 6
dws_pvt_ltd
Shopify Partner
330 65 92

Hello @Sivadarshan 

Please share the password see image.

dws_pvt_ltd_0-1726720286404.png

 

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.
Sivadarshan
Shopify Partner
53 0 6

vanji

dws_pvt_ltd
Shopify Partner
330 65 92

This is an accepted solution.

Hello @Sivadarshan 

1) Go to Online Store
2) Edit Code
3) Find your snippets find file icon-account.liquid or this is not found file can you create new file with name icon-account.liquid
4) Put code inside file icon-account.liquid.

 

<svg
  xmlns="http://www.w3.org/2000/svg"
  aria-hidden="true"
  focusable="false"
  class="icon icon-account"
  fill="none"
  viewBox="0 0 18 19"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.5a3 3 0 116 0 3 3 0 01-6 0zm3-4a4 4 0 100 8 4 4 0 000-8zm5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15zM9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35z" fill="currentColor">
</svg>

See image

 

dws_pvt_ltd_1-1726724523443.png

 

 

 

1) Go to Online Store
2) Edit Code
3) Find your snippets find file icon-cart-empty.liquid or this is not found file can you create new file with name icon-cart-empty.liquid
4) Put code inside file icon-cart-empty.liquid

 

<svg
  class="icon icon-cart-empty"
  aria-hidden="true"
  focusable="false"
  xmlns="http://www.w3.org/2000/svg"
  viewBox="0 0 40 40"
  fill="none"
>
  <path d="m15.75 11.8h-3.16l-.77 11.6a5 5 0 0 0 4.99 5.34h7.38a5 5 0 0 0 4.99-5.33l-.78-11.61zm0 1h-2.22l-.71 10.67a4 4 0 0 0 3.99 4.27h7.38a4 4 0 0 0 4-4.27l-.72-10.67h-2.22v.63a4.75 4.75 0 1 1 -9.5 0zm8.5 0h-7.5v.63a3.75 3.75 0 1 0 7.5 0z" fill="currentColor" fill-rule="evenodd"/>
</svg>

 

See image

dws_pvt_ltd_2-1726724572341.png

 


Best Regards,
Rakesh patel

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.

Made4uo-Ribe
Shopify Partner
8442 2018 2478

Hi @Sivadarshan 

Would you mind sharing your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.