Cart Page disappeared

Hello,

I need your assitance guys! As you can see i have no cart page anymore.

I had a cart drawer all the time, but wanted to switch to a cart page and i wanted to a/b test it. Somehow it isnt there anymore. Did i unchecked something or delete something?

Yes,
You have deleted something either in the them or Somewhere else

Hi @DCB,

I checked and when you click the cart icon, it will show the cart drawer by ‘qikify Slide Cart Drawer’.
So you just need to disable the app, it will display fine

As can be seen from your screenshot, the main cart sections were removed from the cart template.
That’s how it should look:

However, these 2 sections are not to be added/removed in Customizer, so the code edit may be necessary.
Possibly, the options app may have removed those because it actively messes with your cart content.

If you want to restore these sections, you’d need to modify the template in theme code. Here is how it looks by default:

Note the “cart-items” and “cart-footer” sections – they are missing in yours.

oh my god, you are right!

an app i wanted to use just deleted my sections…

so you say i just have to copy your code and put it on top of the code?

Hi @DCB,

You can refer to the following code link
Just update the whole code, it will display fine

Replace your template with the code from the github link. You’d need to re-configure the featured collection section though, but it would be easier than merging files.

Or may revert to the older version of the file in Timeline:

Thank you so much tim! you helped me so much.