Multi "central content" blocks problem. I can not delete one central content block

Hi,

cs-cart versiyon is 2.09.

“Cart” blocks have two central content. But i can not delete one “central content” block.



New Bitmap Image.jpg

[quote name=‘mustafa_90’]Hi,

cs-cart versiyon is 2.09.

“Cart” blocks have two central content. But i can not delete one “central content” block.



[/quote]



Why do you have 2 “Central content” blocks?

[quote name=‘indy0077’]Why do you have 2 “Central content” blocks?[/QUOTE]

I don’t know :frowning:

How to delete one central block?

Mustafa-



In /skins/YOURSKIN/customer/blocks/locations/index/central.tpl, look for the following:

[QUOTE]{block content=true wrapper=“blocks/wrappers/mainbox_general.tpl”}

{block content=true wrapper=“blocks/wrappers/mainbox_general.tpl”}[/QUOTE]



You can safely remove one of these and the problem should go away.



MAKE SURE YOU BACKUP PRIOR TO MAKING ANY CHANGES



Bob

Sorry. I was sent image to this thread but pending approval :frowning:



Please look: [url]http://img33.imageshack.us/i/newbitmapimagez.jpg/[/url]

you need to go to the all pages or home page tabs to remove these blocks…

[quote name=‘snorocket’]you need to go to the all pages or home page tabs to remove these blocks…[/QUOTE]

The central comment blocks cannot be removed in Design->Blocks - there is no “x” to delete them.



Making the change suggested above - deleting the duplicated line - will fix the problem.



Bob

Where does the second block come from?

It appears that it was a bug in 2.0.9.



Bob

Test: [url]http://www.toptankitap.com.tr/index.php?dispatch=checkout.cart[/url]



How to remove central block? :frowning:

tpl content:

[QUOTE]{block id=9 template=“addons/tags/blocks/tag_cloud.tpl” wrapper=“blocks/wrappers/sidebox_general.tpl”}

{block content=true wrapper=“blocks/wrappers/mainbox_general.tpl”}

{block content=true}[/QUOTE]



“{block content=true}” deleted and solved my problem

Thanks All