Page 1 of 1

Agile Multiple Seller module 3.3 upgrade

PostPosted: Sun Oct 11, 2015 6:10 pm
by shokinro
If you have upgraded Agile Multiple Seller module from old version to 3.3x, you may need manually perform following clean-up to avoid some weird behaviours like below
A. There are duplicated check-box ("Create Seller Account") at back office customer editing page
B. There are duplicated "Seller Dropdown List" on product editing page

Why this happens?
In old version, we have modified the file directly to add the additional elements mentioned above
In new version, we do not modify the theme file, instead we use javascript to add the element dynamically by the module, it does not need modify the theme any more.
If you do not remove those elements in theme file, there will be duplicated elements mentioned above appear.

How to fix
It is easy to fix those issue, what you need to do is to restore the original theme file from PrestaShop package by copying specific theme file mentioned below.
(you can download PrestaShop package from PrestaShop website here - make sure you download correct version that you are using)

1. Copy following 3 files from PrestaShop original package of the version of your PrestaShop (they were modified by old version of our module)
YourStoreRoot/YourAdminFolder/themes/default/template/controllers/categories/helpers/list/list_header.tpl
YourStoreRoot/YourAdminFolder/themes/default/template/controllers/products/informations.tpl
YourStoreRoot/YourAdminFolder/themes/default/template/helpers/list/list_footer.tpl

2. Delete following 1 file (It was added by old version of our module)
YourStoreRoot/YourAdminFolder/themes/default/template/controllers/customers/helpers/form/form.tpl