PrestaShop Multiple Seller module - Agile Multiple Seller

In this forum you can post anything related to PrestaShop Modules/Addons from Agile Addons-Modules.Com.

If you need support for any module/addon from Agile Addons-Module.Com, please post it here. We will respond as soon as possible. Usually within one business day.

Please indicate the PrestaShop version, product name. product version, and if possible your order # to get a prompt response.

Moderator: jeffayao_1666

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby carlos.llongo_3040 » Sat Jul 20, 2013 9:59 am

Hi,

I created a Seller from the back-office. Now I log-in with the seller user, and I went to edit the seller details, like the logo or the address, but when I try to save the data I get the following message:

Identification number is incorrect or has already been used.
Image

How can I solve this?

Cheers,

Carlos.
carlos.llongo_3040
 
Posts: 4
Joined: Mon Jul 15, 2013 8:16 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sat Jul 20, 2013 2:29 pm

have enter any data into "Idenftification" field when this happens?
the issue does not happens at our demo sites and development site.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby carlos.llongo_3040 » Tue Jul 23, 2013 10:16 am

have enter any data into "Idenftification" field when this happens?
the issue does not happens at our demo sites and development site.


Thanks, I was thinking that "Identification" was an internal value for the seller, but It seems that what I was missing was to fill the "Identification" field. As you can see in my screenshot, it's not marked as a required field, so that was confusing. Please mark it as a required field in future versions.

Cheers,

Carlos.
carlos.llongo_3040
 
Posts: 4
Joined: Mon Jul 15, 2013 8:16 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Tue Jul 23, 2013 11:45 am

Thanks, I was thinking that "Identification" was an internal value for the seller, but It seems that what I was missing was to fill the "Identification" field. As you can see in my screenshot, it's not marked as a required field, so that was confusing. Please mark it as a required field in future versions.

Thanks for your feedback.

We did not mark it as required because it depends on the configuration of your PrestaShop store.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby carlos.llongo_3040 » Mon Jul 29, 2013 11:45 am

Hi,

Some of our sellers wants to add a long description to their profile, so the 256 character limit is too short. Is there a way to increase this limit? What is the reason for such a short description?

Cheers,

Carlos.
carlos.llongo_3040
 
Posts: 4
Joined: Mon Jul 15, 2013 8:16 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Mon Jul 29, 2013 11:52 am

thanks for using our modules.
actually, the description could be linger than 256. there was valediction bug and we have fixed the issue.
please contact [email protected] to request an update with following information
- your order # of agile multiple seller module
- your store URL
- your prestashop version
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby aulia.emarinto_2946 » Thu Aug 01, 2013 12:38 am

Terry wrote:The current version of Multiple Seller is not fully compatible with the mobile theme at this time. It's noted under the "Limitations" section on the product page (see link below). Mobile theme support is being looked at for a future version of the module, but that is currently a limitation.


Hi Terry/Kinro,

I'm exploring default mobile theme in prestashop 1.5.4. With the said default mobile theme, actually I can do browse the product, search, etc. except for login. When I click the login button, it just shows a blank page (I view source from that blank page, it has all the html and js and css... but, it does not shown). Is that the limitation for this multiple seller module? I tested disabling the multiple seller module, and I can do login in the mobile theme.

I try to look which files that actually make the login function does not work. It's difficult since many of the files are encrypted. Any relation with the authentication files? Could you be kind to assist?

Many thanks for your help.
aulia.emarinto_2946
 
Posts: 9
Joined: Tue Jun 25, 2013 8:31 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Aug 01, 2013 12:52 am

Thanks for your inquiry

I'm exploring default mobile theme in prestashop 1.5.4. With the said default mobile theme, actually I can do browse the product, search, etc. except for login. When I click the login button, it just shows a blank page (I view source from that blank page, it has all the html and js and css... but, it does not shown). Is that the limitation for this multiple seller module? I tested disabling the multiple seller module, and I can do login in the mobile theme.

I try to look which files that actually make the login function does not work. It's difficult since many of the files are encrypted. Any relation with the authentication files? Could you be kind to assist?

It is weird, our agile multiple seller does not modify log in theme, I am not sure what will caused the issue,
what is the error message displayed? you can turn on _PS_MODE_DEV_ to true to see what detailed errors occurs.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby aulia.emarinto_2946 » Thu Aug 01, 2013 1:25 am

Thanks for your prompt response Kinro,

I have it in real server (http://wajual.com/?mobile_theme_ok), you could try to click "account"; it supposes to go to login page, but, it just shows blank page.

I'll try to debug in my development server, and will post again the error messages here...

Thanks!
aulia.emarinto_2946
 
Posts: 9
Joined: Tue Jun 25, 2013 8:31 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby aulia.emarinto_2946 » Thu Aug 01, 2013 2:00 am

Hi Kinro,

Just try in my development server with define('_PS_MODE_DEV_', true);

It does not throw any error message. Strange... Looking at server log also clean... :?:

When I disable multi seller module, it works properly... I can login using mobile theme.

My feeling is around these files: Tools.php, ModuleFrontController.php, Dispatcher.php, ProductController.php, :roll:

Thanks for your help!
aulia.emarinto_2946
 
Posts: 9
Joined: Tue Jun 25, 2013 8:31 am

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 2 guests