Recommended PrestShop Version

Thanks for choosing Agile.
For customers using our Agile Multiple Seller module and its accessry modules, we highly recommend to use PrestaShop 1.6x or 1.7.5 or lower. PrestaShop has made some changes in versions higher than 1.7.6 that makes it possible or very difficult to implement some of features via hooks, or override, since required hooks or override is not available.

Sept. 05, 2019

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.

 Smart Cache for Javascriot, Smart Cache for CSS

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

Performance, Smart Cache for Javascript, Smart Cache for CSS

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.