Re: Having code show up in active cart?

Why is code appearing in my active ecommerce cart?

RiotRoastersCof
Visitor
3 0 0

Hi there -

I operate an online ecommerce whole bean coffee business and I've come across an odd issue when it comes to my current theme. I purchased a premium theme and I have an order item id showing up for customers when they view their cart (only happens when an item is in the cart, but happens with all items individually).

riotroasters_0-1602028253784.png

 

Thoughts on how to resolve? I personally don't know liquid theme, but if guided the right way I understand how to locate sections and remove them. As long as the guidance is safe and doesn't impact other sections of the store.

Thank you!

Scott

Replies 6 (6)

Prabhat
Shopify Partner
84 8 29

Well this could be a app.
The thing is when you are adding a product you are also adding a line item property named as _pf_orderitemid ...

So we might have to look into the code if you can share your website URL I can look into it before suggesting a way 🙂 

Solution Expert
- Did I solved your issue? Like & Mark As Solution to help the community.

Checkout Rules and Content - Checkout Pro
RiotRoastersCof
Visitor
3 0 0

Website URL here. Site is currently live. https://riotroasters.com/

Prabhat
Shopify Partner
84 8 29

Hi I looked into it and found that is coming from the helper.js
Either you can contact the theme developer to remove that 

Screenshot 2020-10-07 at 5.45.29 AM.pngOr you can write a code to hide the data which seems to be easy. 
If you know any developer you can connect with them to get it hidden easily.
Its just writing if case at proper part of the code. 

Else Private message me I can help for free 

Solution Expert
- Did I solved your issue? Like & Mark As Solution to help the community.

Checkout Rules and Content - Checkout Pro
RiotRoastersCof
Visitor
3 0 0

Thanks Prabhat. I'm able to go in and hide it pretty simple. Appreciate you taking a look into it!

Prabhat
Shopify Partner
84 8 29

Well this is coming from the app pagefly seems like it is being used on the page.
So best would be to hide it 

Solution Expert
- Did I solved your issue? Like & Mark As Solution to help the community.

Checkout Rules and Content - Checkout Pro
Shawthorne93
Visitor
1 0 0

Hi Prabhat, I have the same issue although I'm probably not as competent at Liquid as the OP. Do you know how I can hide code like this?