I would like to remove the block called "Products in cart" which appears when the customer adds an item in the cart. Does anyone know how can I do that ?

Comments

bwv’s picture

Yes, go to blocks, find the cart block in question, then click on configure. You can control the block visibility there.

julien3112’s picture

Thanks for your answer!
I went to blocks and the cart block is hidden. The problem is when the customer chooses a product there is a kind of cart summary which appears below the product. I would like to remove it or to hide it.

bwv’s picture

Do you mean that on the blocks page, you cannot see a setting for the cart block? In a worst case situation you could go into your database and set the block option there, but I am surprised to hear that there is no cart block at all on the block page.

julien3112’s picture

No there is a cart block on the block page. This cart block is not the block I want to remove. The block I want to remove appears as a confirmation when the customer adds an item into the cart. The default title of this last block is "Products in cart". It is useless in my case so I'd like to remove it.

bwv’s picture

Ok, try this. Go to:

admin/store/settings/cart/edit/panes

And uncheck the box that says "Default cart form."

Please let us know if that works.

julien3112’s picture

This is the URL I typed http://127.0.0.1/boutique/?q=admin/store/settings/cart/edit/panes.
On this page I find general statistics of the site but no checkbox for "Default cart form". Am I misunderstanding something ?

bwv’s picture

The path might be different because you are working on a localhost without clean urls. Go to the Ubercart store configuration main page, and navigate your way to the panes page. Please let us know if that works.

julien3112’s picture

I can't find panes maybe that's because I use ecommerce not Ubercart ?

bwv’s picture

Apologies, I thought you were using Ubercart; I thought everyone uses Ubercart ;-)

Sorry.

julien3112’s picture

Anyone can help ?

bwv’s picture

If you do not come up with a proper solution, and if you can give us a URL, I will show you how to make the block disappear by using CSS (display:none). Or you can do it yourself if you can find the CSS that governs the appearance of the block in question.

julien3112’s picture

I am sorry but I can not give you any URL. I have tried to make it disappear using CSS but the block does not have any special ID. And if I remove the fieldset tag in the CSS it will remove all fieldset !

bwv’s picture

All I can suggest is that you post this as an issue in the e-commerce issue queue. Or see if someone else has tried to do the same thing, and has found a solution.

PS: Or switch to Ubercart.