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 babiarski_3593 » Fri Jan 10, 2014 6:23 pm

Hello,

How can I display seller custom field, ie. Html1 in product page, but not in seller info tab? $sellerinfo->ams_custom_html1[$id_lang] doesn't work ($sellerInfo->company is working - (?) ).
babiarski_3593
 
Posts: 1
Joined: Fri Jan 10, 2014 6:15 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sat Jan 11, 2014 1:59 am

Hi ziadjkhan
thanks for your inquiry

Since Prestashop v1.6 is about to be released soon I've decided to build my new website on the apha version hoping to be able to update it once it's released. However I'd like to know how long the Multiple Seller module will take to support it. Is it going to be a matter of days or months?

it will should be ready in a few weeks after final release of PrestaShop 1.6x, it should not be in days or months.
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 shokinro » Sat Jan 11, 2014 2:08 am

Thanks for using our modules.

How can I display seller custom field, ie. Html1 in product page, but not in seller info tab? $sellerinfo->ams_custom_html1[$id_lang] doesn't work ($sellerInfo->company is working - (?) ).

most of text fields are multiple language support, so it should be used the same way as other class/object.
it depends on how you load the object.

example 1
Code: Select all
$sellerinfo = new SellerInfo($id_sellerinfo);
$compnay = $sellerinfo->company[$cookie->id_lang];
$text1 = $sellerinfo->ams_custom_text1[$cookie->id_lang];



example 2
Code: Select all
$sellerinfo = new SellerInfo($id_sellerinfo, $cookie->id_lang);
$company = $sellerinfo->company;
$text1 = $sellerinfo->ams_custom_text1;
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 adrian.torj_3468 » Wed Jan 15, 2014 1:12 pm

Hi

Is it possible to move the "Seller: [name]. No feedback yet" to be displayed immediately under the product title? This way it has more visibility. Now, it is displayed at the bottom of product info, and it can be easily missed.
adrian.torj_3468
 
Posts: 10
Joined: Sun Jan 05, 2014 11:56 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Jan 16, 2014 2:25 am

thanks for using our modules.

Is it possible to move the "Seller: [name]. No feedback yet" to be displayed immediately under the product title? This way it has more visibility. Now, it is displayed at the bottom of product info, and it can be easily missed.


The seller rating is hooked at "ExtraRight" of product page.
You can try to move $HOOK_EXTRA_RIGHT in the product.tpl file.
But if there is any other module hooked, it will be moved 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

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby guilherme_3615 » Thu Jan 16, 2014 6:03 pm

Hi.

I intend to buy Agile Multiple Seller/Vendor module to creat a marketplace in my country (Brazil)

I\'ll need to integrate with Moip Marketplace Payment Service (it\'s a product like Paypal Adaptive Payment) and I will consume an API.

I would like to know if I will have to develop this integration direct to Prestashop plataform or to the Agile Multiple Seller.

In case that I need to creat this integration mudule to the Agille Multiseler, is it possible to my team to do the necessary adptations of the Agille Multiseler, if there is any necessity of it ?

Thanks a lot!
Guilherme
guilherme_3615
 
Posts: 0
Joined: Thu Jan 16, 2014 6:03 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Jan 16, 2014 6:15 pm

Hi Guilherme
Thanks for your inquiry on agile multiple seller/vendor module.

Yes you will need
- create a payment PrestaShop module using the API of the payment gateway.
I assume it supports parallel(split) payment, so you can do the same way like our agile Paypal Parallel module.

- you also also need to. Integrate your payment module into opur multiple seller/vendor module.
Basically you will need to call out prepared method to get payment info. For example, the email address and amount to receive for each seller and also the store if you charge seller comissions.

Will provide the info for you to retrieve the payment info.
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 bdmns_3621 » Sat Jan 18, 2014 3:35 pm

Hello,
Can I install this module with a french version of prestashop 1.5 ?
And, does your module work with virtual (downladable) products ?
(An issue for your demo site : I can\'t see the list of \"shopping par vendeurs\")
Thank you
Delphine
bdmns_3621
 
Posts: 0
Joined: Sat Jan 18, 2014 3:35 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sat Jan 18, 2014 3:39 pm

HI Delphine
Thanks for your inquiry.

Can I install this module with a french version of prestashop 1.5 ?
And, does your module work with virtual (downladable) products ?

Yes, it works with any language of PrestaShop 1.5x.
And yes it support downloadable virtual products.


(An issue for your demo site : I can\'t see the list of \"shopping par vendeurs\")

could you please tell me which demo site (URL of the demo) so that I can have a look at it?
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 g.rogkakos_3622 » Sat Jan 18, 2014 4:53 pm

Hi,
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
g.rogkakos_3622
 
Posts: 0
Joined: Sat Jan 18, 2014 4:53 pm

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 2 guests