CCC (COMBINE, COMPRESS AND CACHE)
If you are using Agile Multiple Seller modules.and you are facoing theme design/lauout issiue. the following tips may help you resolve it.
1. If you are using Agile Multiple Seller module 3.0.1.2 or lower, pleasee set CCC as following, it should fix the issues that are caused by Smart Javascriot cache or Smart cache for CSS.
Log to back office as admin ==> Advanced Parameters ==> Performances
Lokk for the section and configure as shown below.
2. If you are using Agile Multiple Seller module versioon 3.0.2.0 or above. You can enable Smart Cache for Javascript and also enable Smart Cache for CSS, as following. But you have to modify the 2 files of PrestaShop javascript file to add a semi-coron to the end of each file.
A. Configuraton
B. Add a semi-colon ";" to the end of following files.
YourStoreRoot/js/jquery/plugins/jquery.idTabs.js (for PrestaShop 1.6.0.6 or lower)
YourStoreRoot/js/tiny_mce/tinymce.min.js
If you do not make this changes, when you enable Smart Cache for Javascript, the javascript will be in syntax error, and this will causes theme deisgn layout and responsive issue. PrestaShop is not using those two files in front store, and Smart Cache for Javascript only works for front store. that's why it does not cause an issue. but our modules uses those 2 files in front stote, so we have to add this small change to avoid syntax error.