Enable disable_block_cache tweak in CS-Cart or Multi-Vendor¶
What is the disable_block_cache tweak?¶
The disable_block_cache tweak disables CS-Cart and MultiVendor blocks cache. It helps to make development and debug procedures easier. However, sometimes developers or testers can forget to disable this tweak.
How to enable disable_block_cache in CS-Cart¶
- You need SSH/sFTP/FTP access to the project server because you will need to change the file
config.local.phpin the project directory. - After you open the file
config.local.php, find there tweakdisable_block_cache. - Check the value; if there is
true, replace it withfalse. Note that the entry should look like'disable_block_cache' => false,and there should be no additional quotes aroundfalse.