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 shokinro » Sat Jan 18, 2014 5:18 pm

thanks for your inquiry

I am wondering if we can have different account types of sellers (for example a simple seller, a shop etc.) and the user can select the prefered type on registration progress

currently there is not such field at registration. but you can customize the registration form base on your own requirements to add new fields.
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 aaron.kara_3628 » Mon Jan 20, 2014 11:37 am

Hi there,

First of all I\'d like to thank you for this module! I\'ve bought the module, installed it fine and I love it. I just have a quick question - is there a way for the Product to not need approval when it is added but with an email still sent to the admin email to alert them of the new product.

Thanks,
Aaron
aaron.kara_3628
 
Posts: 0
Joined: Mon Jan 20, 2014 11:37 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Mon Jan 20, 2014 12:52 pm

Thanks for choosing Agile and thanks for using Agile Multiple Seller/vendor module.

First of all I\'d like to thank you for this module! I\'ve bought the module, installed it fine and I love it. I just have a quick question - is there a way for the Product to not need approval when it is added but with an email still sent to the admin email to alert them of the new product.

Yes, this is possible, but need to make some code changes. Here is the instruction
1. You configure the module "New product" to not required
2. Then you will need to change a line in AgileMultipleSellerBase.php in sendNewProductEmail() method.

Please contact our support with following information to request a open code of above file so that you can make changes.
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 » Mon Jan 20, 2014 8:06 pm

Hi,
i\'m redesigning this module for my website. so, i want to display the seller\'s company name, the city, and the country on the summary page. i was able to pull the seller\'s photo but not the company and address. the only thing that i\'m getting is the first initial of the the company name and the city. could you please help ?


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

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Tue Jan 21, 2014 4:16 am

Thanks for using our modules.

i\'m redesigning this module for my website. so, i want to display the seller\'s company name, the city, and the country on the summary page. i was able to pull the seller\'s photo but not the company and address. the only thing that i\'m getting is the first initial of the the company name and the city. could you please help ?

Company and City are multiple language field.
When you retrieve object, if you use only the ID, then the multiple language fields such as company and city will be a array, it contains all languages.

Code: Select all
$sellerinfo = new SellerInfo($id_sellerinfo);

If you use following to retrieve object, the multiple language field will be normal string.

Code: Select all
$sellerinfo = new SellerInfo($id_sellerinfo, $id_lang);


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

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby leo.shumacher_3638 » Wed Jan 22, 2014 3:07 am

I have a few questions about this module:

1. Is it possible to integrate an affiliate system, like ShareASale?
2. Is code open-source? Can it be edited by an in-house developer? What language/technology is the software built with?
3. Can payments go directly to Vendors and then I bill them a % commission for all sales?
4. Do a lot of marketplaces currently use your software? Are you able to provide any live examples? Is the software currently maintained and updated?
5. Can commission be customized for each vendor separately? IE one vendor pays 5% commission, another 6%?
6. Is there a coupon module? What kind of coupons are supported (Sitewide / Product-Specific / Vendor-Specific)?
7. Can vendor upload/manage product list view CSV or other file upload? Similar to how powersellers manage product lists at eBay.

Thank you,
Leo
leo.shumacher_3638
 
Posts: 0
Joined: Wed Jan 22, 2014 3:07 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Wed Jan 22, 2014 3:42 am

Thanks for your inquiry on agile multiple seller/vendor modules.

1. Is it possible to integrate an affiliate system, like ShareASale?

If it is PrestaShop standard module, then yes, it should be able to install together for store owner use purpose.
But there might be or might not be common code override conflicts between modules, if that is a scenario, need to merge the code for integration.

2. Is code open-source? Can it be edited by an in-house developer? What language/technology is the software built with?

All common override class code are in open code.
All css files and javascript files are in open code.
Some core PHP code of the module is obfuscated for anti-piracy purpose. But we will provide related files in open code for your customization purpose if you need to make changes by your developers.

3. Can payments go directly to Vendors and then I bill them a % commission for all sales?

Yes, you need to configure the module to "Seller Collects Payment" mode. But for this mode, all payment modules have to be integrated into our modules. We have a few this kind of modules are ready for this purpose, for example: Agile paypal Parellel/Agile Bank Wire/Agile Pay By Cheque.

If you use Agile Paypal Parallel module, owner and sellers can split the payment form customer instantly (handled by paypal) right after customer payment is done.


4. Do a lot of marketplaces currently use your software? Are you able to provide any live examples? Is the software currently maintained and updated?

You can find some showcases here - Please make sure to filter out by Agile Multiple Seller module.

5. Can commission be customized for each vendor separately? IE one vendor pays 5% commission, another 6%?

Yes, you can set a default rate that applies to all sellers.
You can also seller for each seller at different rate.


6. Is there a coupon module? What kind of coupons are supported (Sitewide / Product-Specific / Vendor-Specific)?

Currently we only support site-wide coupons, issued by store(site) owner, and use for all sellers.
But Prestashop original coupon configuration is very flexible, that you can limit a coupon to a specific product(s), categories or customers.


7. Can vendor upload/manage product list view CSV or other file upload? Similar to how powersellers manage product lists at eBay.

Yes, vendor can use CSV file to upload products(that is extension of PrestaShop original feature).
That is only available in back office, currently it is not available at front store Seller Manage Panel.
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 aaron.kara_3628 » Mon Jan 27, 2014 10:30 am

Hi, Is it possible to include a copy of the invoice in the sellers New Order email? Thanks.
aaron.kara_3628
 
Posts: 0
Joined: Mon Jan 20, 2014 11:37 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Mon Jan 27, 2014 1:08 pm

thanks for your inquiry.

Hi, Is it possible to include a copy of the invoice in the sellers New Order email? Thanks.


it is not included currently, but it is possible to add invoice like Order Confirmation sent to customer.
it requires some code change in related part. you can make that changes by yourself by referring to PrestaShop original related code if you want.
(we will provide related file for you in you want to proceed, please contact [email protected])
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 redhell_3679 » Mon Feb 03, 2014 2:33 pm

I\'m the admin of the store.
I had set the permissions for agileseller - or whatever it is called - profile to almost nothing. So if seller logs in backoffice he can only sees his Account History and Account Balance.
a) I wanted him to be able to see also a LIST of his products that were sold, (i.e. product name , quantity, name (only) of customer, date) but I cannot limit him to only a list. If I allow the order display and he click on an order he can login and see all details of order. I don\'t want that. Any solution?

If seller logs to front office -> My account -> My Seller account he currently can see \"Summary, Business Info, Payment Info, Products, Orders, Account History\" he can see things I don\'t want to see. As I explained above on the back office section.

So... b) Any way to customize what seller sees on his \"My seller account\" at front office?
redhell_3679
 
Posts: 0
Joined: Mon Feb 03, 2014 2:33 pm

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 1 guest