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

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby romain_2862 » Wed Jun 12, 2013 9:03 am

Hello,
I bought the module Multiple Seller / Vendor and I get an error during the ordering process:
For example, an order containing at least two products (of at least two different sellers), at the shipping selection step, it is not possible to choose the carrier for the products of the second seller. (It only offers me to choose the carrier for the first seller).

Also, when I\'m at the last step of the ordering process, just before you click the \"Pay\" button, the amount that is displayed is not correct: it does not care about the shipping of the second product.
example:
Product 1 = 100 %u20AC 8 %u20AC shipping,
Product 2 = 50 %u20AC 5 %u20AC shipping.
Before clicking the pay button, it displays the amount of 158 %u20AC (5 %u20AC of the second seller shipping are not counted in the summary). BUT the amount paid and the command history display the right amount: %u20AC 163. The problem here is that the amount paid by the buyer is supperior to the amount that is displayed when the payment.

Do you have a solution?
Thank you in advance,

Best regards,
Romain.
romain_2862
 
Posts: 1
Joined: Wed May 15, 2013 2:51 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Jun 13, 2013 1:54 am

@romain
Thanks for using our modules.

I bought the module Multiple Seller / Vendor and I get an error during the ordering process:
For example, an order containing at least two products (of at least two different sellers), at the shipping selection step, it is not possible to choose the carrier for the products of the second seller. (It only offers me to choose the carrier for the first seller).

Please tell us your order # so that we can check what modules you are using.
Please also tell us the version of you prestashop, and detailed error message if there is any error.

For buyers being able to choose carriers at product level(for each product), you need agile seller shipping module.
And what Payment collection mode are you using?
If you are not using Store Collects Payment mode, you will can only use payment modules from us.
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 mishrashashank.rhce_2843 » Fri Jun 14, 2013 4:43 am

Hi ,
I want some customization in front end where seller inserts the product information.I want steps in tab format instead of dropdown list.Please tell me how can i do it.
Thanks in advance.
mishrashashank.rhce_2843
 
Posts: 6
Joined: Sat May 11, 2013 10:27 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Fri Jun 14, 2013 5:27 am

Thanks for using our modules

I want some customization in front end where seller inserts the product information.I want steps in tab format instead of dropdown list.Please tell me how can i do it.

You can modify following theme file
/modules/agilemultipleseller/views/templates/front/products/prodct_top.tpl
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 mishrashashank.rhce_2843 » Fri Jun 14, 2013 6:17 am

This is the code segment to change :

<select name="product_menu" id="product_menu" style="width:150px;" onchange="submit();">
{foreach from=$product_menus item=menu}
<option value="{$menu.id}" {if $menu.id==$product_menu}selected{/if}>{$menu.name}</option>
{/foreach}
</select>


Please tell me how to convert it in to tabs .I tried by creating button but it did not worked .
mishrashashank.rhce_2843
 
Posts: 6
Joined: Sat May 11, 2013 10:27 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby onlyforthedread_2466 » Fri Jun 14, 2013 9:25 am

Hello shokinro :mrgreen: ,

i have a translation issue, with the mail which goes to the seller after a new order.
I have finished customize my own email, which works nice.

but i cannot change the email topic: new order.

everything is displayed correctly in the backoffice under email-translation
my own topic and my own email layout, which i customize with html.

prestashop sends the email with the correct layout, but new order is still diplayed, although i have entered my own email topic
in the html an in the Translation.

do you have any suggestion to fix this problem ?

or do i overlook something.

I cant find new order only 1 time in all the translation of agile, but this is still translated.

i have cleared the Prestashop cache to
I use prestashop 1.5.4.1 & Agile 2.1.5.0

Dominik
onlyforthedread_2466
 
Posts: 10
Joined: Wed May 15, 2013 7:45 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Fri Jun 14, 2013 11:56 am

@onlyforthedread
thanks you for using Agile Multiple Seller/Vendor modules.

prestashop sends the email with the correct layout, but new order is still diplayed, although i have entered my own email topic
in the html an in the Translation.

There seems a bug with mail subject translation for modules in PrestaShop, we also have noticed this.
for now, the only work around is to translate word in code directly. If you do not have open code of following file, please contact our support with your order # and module version # to request this file. We will try to find a workaround to fix this in newer 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 onlyforthedread_2466 » Fri Jun 14, 2013 12:26 pm

thanks for the fast replay :geek:
yes i guess it is a bug.

I have send you an email.

Dominik
onlyforthedread_2466
 
Posts: 10
Joined: Wed May 15, 2013 7:45 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sat Jun 15, 2013 2:15 am

@mishrashashank.rhce

Please tell me how to convert it in to tabs .I tried by creating button but it did not worked .


You can use following file as an example, I think you should be able to figure it out.

/modules/agilemultipleseller/views/templates/front/seller-tabs.tpl

But please note that there are already tabs on the same page, it might look good to have two set of tabs in one page together.
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 cin.corp_2577 » Sun Jun 16, 2013 5:37 am

Kinro, again putting me in touch with you hereby, this time to consult regarding a module that I want to install. This module aims to not allow registrations using fake emails as they send a verification email to the email account described by the user, thus avoiding, fake emails inscriptions, as well avoid the time that the system send mass mailings to put our domain blacklist.

This module is named "EmailVerify" is created by Erico. Before installing I would ask your opinion as we are using multiple vendors module. My question is: Is this module can work with Agile modules? because as I explain it sends a verification email to the user with a key for this key then is verified and so to approve the registration. Do you believe that can cause a problem with the module multiple vendors?

What is your opinion on this? What do you recommend?

Thanks in advance for your attention and I am aware of your comments
cin.corp_2577
 
Posts: 30
Joined: Wed Feb 27, 2013 10:16 am

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 5 guests