Benefits Block?

I am unable to find any information about this block.



A client of mine tried to create “Benefits” tab via Design → Products Tab, and that requires you do specify a block to add it to. She chose “Benefits” block, and that completely broke the site with PHP errors. Same thing happens if we try to use “Main Content” block.


PHP Fatal error: Allowed memory size of 50331648 bytes exhausted



Would someone please explain the purpose of it? What blocks should additional product tabs be added to? I do not see anything even remotely related.



Running 3.0.1 on Ubuntu 12.04 LTS

Hello solefald!



If you haven't found a solution yet try to increase memory limit in file [CS-CART_DIR]/config.local.php

// Set maximum memory limit

@ini_set('memory_limit', '48M');



Best regards, Alt-team