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 Terry » Sun Jun 02, 2013 9:18 pm

amine.kaddioui_2433 wrote:
if customer pays by credit, you(store) will receive the money?
If customer pays Cash On Delivery, the money will goes to seller?


Exactely:
If it's a customer pays by credit card the money goes to me and I need to transfer it to the seller.
If the customer pays by cash on delivery the money goes to the seller directly (the seller is doing the delivery himself so he collects the money)

Some sellers want all the money to be collected by themselves, and don't want the store to receive them first. In which case only cash payment should be allowed.

Kind regards



Hi amine,

Part of the problem is that, as it is, the only three options you have are 'Store Collects Payment", "Seller Collects Payment", or "Both Store and Seller Collect Payment".

When set to "Store Collects Payment", all payments would go to you with no option to have funds go directly to a seller.

When set to "Seller Collects Payment", then all payments would go directly to the seller with no option for funds to go to the store.

When set to "Both Store and Seller Collect Payment", then all payments would be automatically split between you and the sellers, but the only payment method available would be through PayPal.

If the seller collects payment through cash on delivery, do they then somehow manually pay you a commission or any other fees?

One possible option might be for you to set yourself up as a seller within your store, then you could have multiple types of payment options. If a customer buys the product(s) from you, the money would go to the store. If they buy from one of your vendors, they could use a payment option that could be used for cash on delivery. For instance, the seller could have a "Bank Wire" payment option, but instead of being paid by bank wire simply be paid in cash. Then use the "Payment Accepted" option to tell the store the payment was received. It would mean changing the text label "Bank Wire" in the software to "Cash on Delivery, but it would function the same way.

I don't know if that makes sense in this case, or if it would be an option for you, but it may be possible to do it that way...
Like us on FaceBook ~ Follow us on Twitter ~ Tutorial videos on YouTube
Terry
 
Posts: 125
Joined: Mon Oct 22, 2012 12:49 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Mon Jun 03, 2013 12:23 am

Hi annie
Thanks for using our modules.

Exactely:
If it's a customer pays by credit card the money goes to me and I need to transfer it to the seller.
If the customer pays by cash on delivery the money goes to the seller directly (the seller is doing the delivery himself so he collects the money)

Some sellers want all the money to be collected by themselves, and don't want the store to receive them first. In which case only cash payment should be allowed.

Finally I understand what you want to archive now.
Actually you are using at mixed payment collection mode. Unfortunately, our module does not support this yet.
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 amine.kaddioui_2433 » Mon Jun 03, 2013 5:46 am

Terry for the solution you described I need to be able to accept cards payments as as seller not as a store. But apparently from what understand only paypal is allowed... so it wont work?

I am so far using "store collects payement" I think a bit of customisation where in the opc (one page checkout) page I check who the seller is and in result decide to hide or not the credit card payment method, is the quickest solution. Do you think I could do that? can you please guide me how to be able to access the seller's id or seller's name from the opc .tpl file?

you can email me on [email protected]

Kind regards
amine.kaddioui_2433
 
Posts: 24
Joined: Sat Jan 19, 2013 10:44 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Mon Jun 03, 2013 6:05 am

@annie
thanks for using Agile Multiple Seller/Vendor module and its accessory modules as your prestaShop based online market solution.
Terry for the solution you described I need to be able to accept cards payments as as seller not as a store. But apparently from what understand only paypal is allowed... so it wont work?

I am so far using "store collects payement" I think a bit of customisation where in the opc (one page checkout) page I check who the seller is and in result decide to hide or not the credit card payment method, is the quickest solution. Do you think I could do that? can you please guide me how to be able to access the seller's id or seller's name from the opc .tpl file?

Based on your description and requirements, I think yes you can implement this by doing a bit of customization.
here is guidance to how to do that.

Assume you are use shopping cart mode at "Products from single seller", otherwise if you allow products from multiple sellers in one shopping cart, it will be more complex.

- At you Credit Card payment module, look for following method: function hookPayment()
- Inside this method, check if shopping cart contains products from a seller does not want to use module, just return empty.
- You can use ps_product_owner table to find our the seller ID, (id_owner field of ps_product_owner)

hope this helps.
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 amine.kaddioui_2433 » Mon Jun 03, 2013 6:19 am

Yes I am using shopping cart mode at "Products from single seller".

This is very helpful thanks !
amine.kaddioui_2433
 
Posts: 24
Joined: Sat Jan 19, 2013 10:44 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby Terry » Mon Jun 03, 2013 4:53 pm

Good idea, shokinro. Hope that helps you with your solution, amine...
Like us on FaceBook ~ Follow us on Twitter ~ Tutorial videos on YouTube
Terry
 
Posts: 125
Joined: Mon Oct 22, 2012 12:49 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby cin.corp_2577 » Fri Jun 07, 2013 12:07 am

Impossible to translate the mail templates.

Hello I contact hereby for support regarding the translation of email templates.

I'm trying to correct the translation of email templates from English to Spanish since they are poorly translated, this what I'm doing from the translation module prestashop, make changes, keep the information, the system displays the warning information stored correctly, but when reviewing does not make any changes.

I've checked the permissions are correct.

Any suggestions?

In advance thank you very much
cin.corp_2577
 
Posts: 30
Joined: Wed Feb 27, 2013 10:16 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Fri Jun 07, 2013 1:18 am

@cin.corp
Thanks for using our modules.

Check here for tips on mail template translation.
viewtopic.php?f=9&t=1919

You can manually translate the email templates instead of using Translation tool of PrestaShop if that is not working.
The email templates are saved at following folders

PrestaShop standard mail templates
YourStoreRoot/mails/xx -- where xx is iso code of each language that are used at your store.

Module mail templates
YouStoreRoot/modules/modulebame/mails/xx -- xx is the iso code of each language

hope this help
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

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby yaser.tawash_2941 » Sat Jun 08, 2013 1:45 pm

Hi,
i\'m really interested in you modules and i also want to add some things to it like auction, and bids to the items. is that posible ? and how much would that be?

thank you
Yaser I. Tawash
yaser.tawash_2941
 
Posts: 0
Joined: Sat Jun 08, 2013 1:45 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sat Jun 08, 2013 3:36 pm

@yaser.tawash
Thanks for your in inquiry and your interests in our Agile Multiple Seller/Vendor module.

i\'m really interested in you modules and i also want to add some things to it like auction, and bids to the items. is that posible ? and how much would that be?

Unfortunately, we do not have this feature yet.
we plan to create this module, but it takes a lot of effort to do and we do not have resource to do that yet.
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

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 2 guests