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 ashish.jain2011_2812 » Sun May 05, 2013 2:31 pm

I want to see the backend of vendor how to see the demo of backened and seller registration in frontend.please give me a link of demo or some other site.
ashish.jain2011_2812
 
Posts: 0
Joined: Sun May 05, 2013 2:31 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Sun May 05, 2013 3:54 pm

@ashish.jain
Thanks for choosing us and intereting in Agile Multiple Seller/Vendor modules.

I want to see the backend of vendor how to see the demo of backened and seller registration in frontend.please give me a link of demo or some other site.

You can request demo access at our product page. Inlut your email address and ghen click "Request demo". you will receive a email with access information.

Then you need to sign up a seller account at front office or create a seller account by admin from back office. See here for more details.
http://addons-modules.com/store/en/cont ... ler-vendor

After create a seller account, then you can log in to back office directly with the same URL of admin.
Or you can log in from front office first, then click the link at bottom of page My Account - My Seller Account.

Actually, most functions are available for seller at front store My Seller Account, it may not necessary to access back office.
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 ajin98_2817 » Mon May 06, 2013 7:41 am

Is the Agile Multiple Vendor/Seller module integrated with Amazon Marketplace module? That is, can each seller have its own Amazon Marketplace account for use with its own listed products?
ajin98_2817
 
Posts: 0
Joined: Mon May 06, 2013 7:41 am

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby ashish.jain2011_2812 » Mon May 06, 2013 9:57 am

thanks for solve my queries an please sove this one

if i want to buy this can i get a discount on this(multiple seller module)
ashish.jain2011_2812
 
Posts: 0
Joined: Sun May 05, 2013 2:31 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby kike_2781 » Mon May 06, 2013 10:04 am

thanks very much shokinro and Terry.

I will do what you said to me.
kike_2781
 
Posts: 25
Joined: Thu Apr 25, 2013 11:36 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Mon May 06, 2013 11:41 am

Thanks for your inquiry

Is the Agile Multiple Vendor/Seller module integrated with Amazon Marketplace module? That is, can each seller have its own Amazon Marketplace account for use with its own listed products?

No unfortunately, the module is not integrated with amazon Marketplace module.
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 Terry » Mon May 06, 2013 8:14 pm

ashish.jain2011_2812 wrote:thanks for solve my queries an please sove this one

if i want to buy this can i get a discount on this(multiple seller module)


Hi ashish,

Agile does offer volume discounts when purchasing multiple modules. Check the store or the website home page for more information, but basically the more you buy in a single purchase the more money you can save...
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 kike_2781 » Wed May 08, 2013 6:41 pm

shokinro wrote:The theme file is here
/modules/agilemultipleseller/views/templates/front/products/information.tpl

Here is example of hiding EAN13

Code: Select all
      <tr style="display:none">
         <td><label>{l s='EAN13 or JAN:' mod='agilemultipleseller'}</label></td>
         <td style="padding-bottom:5px;">
            <input size="55" maxlength="13" type="text" name="ean13" value="{$product->ean13|htmlentitiesUTF8}" style="width: 130px; margin-right: 5px;" /> <span class="small">{l s='(Europe, Japan)' mod='agilemultipleseller'}</span>
         </td>
      </tr>


thanks ver much!!

it´s works perfectly.

other question ,please:

in products i don´t need features in the menu. I edit sellerproductdetail.tpl, i erase this line:

Code: Select all
{else if $product_menu == 3}
        {include file="$agilemultipleseller_views./templates/front/products/features.tpl"}


and I enumerate again product menu. i don´t understand because i have a problem with combinations when i do this.

If I erase this line for example:

Code: Select all
{include file="$agilemultipleseller_views./templates/front/products/virtualproduct.tpl"}
        {/if}


it´s ok but i need erase features.

thank you in advance!
kike_2781
 
Posts: 25
Joined: Thu Apr 25, 2013 11:36 am

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Wed May 08, 2013 11:30 pm

@kike
You should not delete any line as I said before.
In order to hide menu 3, you need make changes in following file
/modules/agilemultipleseller/views/templates/front/products/product_top.tpl

replace following line
Code: Select all
    {foreach from=$product_menus item=menu}
        <option value="{$menu.id}" {if $menu.id==$product_menu}selected{/if}>{$menu.name}</option>
    {/foreach}


With following lines
Code: Select all
    {foreach from=$product_menus item=menu}
      {if $menu.id !== 3}
        <option value="{$menu.id}" {if $menu.id==$product_menu}selected{/if}>{$menu.name}</option>
        {/if}
    {/foreach}
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 info_2830 » Thu May 09, 2013 2:04 am

I use the module multi-seller! is an excellent module!
info_2830
 
Posts: 0
Joined: Thu May 09, 2013 2:04 am

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 4 guests