Moderator: jeffayao_1666
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.
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?
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)
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>
{else if $product_menu == 3}
{include file="$agilemultipleseller_views./templates/front/products/features.tpl"}
{include file="$agilemultipleseller_views./templates/front/products/virtualproduct.tpl"}
{/if}
{foreach from=$product_menus item=menu}
<option value="{$menu.id}" {if $menu.id==$product_menu}selected{/if}>{$menu.name}</option>
{/foreach}
{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}
Return to Support forum - Agile PrestaShop Modules/Addons
Users browsing this forum: No registered users and 3 guests