Page 1 of 1

Agile Multiple Seller - Seller Summary page breaks sfmenu

PostPosted: Wed Nov 26, 2014 1:43 pm
by alan.tan_4438
Hi i was able to replicate the issue on 1.6.0.9.
I had to turn off the line of code that loads the 'membership' page in the seller summary to get the superfish menus (default bootstrap theme) to work.

eg. /modules/agilemultipleseller/js/sellersummary.js line 13
" if (membership_module_integrated > 0) get_my_membership_info(); "

After turning the loading off, superfish menu works right away.
Please advise.

Re: Agile Multiple Seller - Seller Summary page breaks sfmen

PostPosted: Thu Nov 27, 2014 1:04 am
by shokinro
thanks for using our modules.

I had to turn off the line of code that loads the 'membership' page in the seller summary to get the superfish menus (default bootstrap theme) to work.

eg. /modules/agilemultipleseller/js/sellersummary.js line 13
" if (membership_module_integrated > 0) get_my_membership_info(); "

After turning the loading off, superfish menu works right away.

Not sure why it will break the menu, I guess there are some css conflict or javascript conflicts.
if that is the case, you can just comment out that line.
- this line is to displayed membership information under seller summary.
- seller still is able to see his/her membership at My Account - My Membership page