Moderator: jeffayao_1666
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?
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 - (?) ).
$sellerinfo = new SellerInfo($id_sellerinfo);
$compnay = $sellerinfo->company[$cookie->id_lang];
$text1 = $sellerinfo->ams_custom_text1[$cookie->id_lang];
$sellerinfo = new SellerInfo($id_sellerinfo, $cookie->id_lang);
$company = $sellerinfo->company;
$text1 = $sellerinfo->ams_custom_text1;
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.
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\")
Return to Support forum - Agile PrestaShop Modules/Addons
Users browsing this forum: No registered users and 2 guests