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 erginmustafaoglu_15554 » Thu Mar 09, 2017 7:43 am

There is not products_tabs.tpl in /modules/agilemultipleseller/views/templates/front/products/
erginmustafaoglu_15554
 
Posts: 0
Joined: Wed Mar 08, 2017 11:26 pm

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby erginmustafaoglu_15554 » Thu Mar 09, 2017 7:46 am

And this file also missing in your module zip file
erginmustafaoglu_15554
 
Posts: 0
Joined: Wed Mar 08, 2017 11:26 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Mar 09, 2017 12:05 pm

There is not products_tabs.tpl in /modules/agilemultipleseller/views/templates/front/products/

sorry, the file name is product_nav.tpl, not product_tabs.tpl. it is my mistake.
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 erginmustafaoglu_15554 » Thu Mar 09, 2017 12:19 pm

This is not possible also whit that file please check yourself.
erginmustafaoglu_15554
 
Posts: 0
Joined: Wed Mar 08, 2017 11:26 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Mar 09, 2017 12:23 pm

again, here is correct file

/modules/agilemultipleseller/views/templates/front/products/product_nav.tpl

you should be able to hide some menu based on the menu ID.

You can find menu id by the browser debug tool, below code in PHP for your reference

$this->product_menus[] = array('id'=>1, 'name'=> $this->l('1. Information'));
$this->product_menus[] = array('id'=>2, 'name'=> $this->l('2. Images'));
$this->product_menus[] = array('id'=>3, 'name'=> $this->l('3. Features'));
$this->product_menus[] = array('id'=>4, 'name'=> $this->l('4. Associations'));
$this->product_menus[] = array('id'=>5, 'name'=> $this->l('5. Prices(Discounts)'));
$this->product_menus[] = array('id'=>6, 'name'=> $this->l('6. Quantity(Stock)'));
$this->product_menus[] = array('id'=>7, 'name'=> $this->l('7. Combinations'));
$this->product_menus[] = array('id'=>8, 'name'=> $this->l('8. Virtual Product'));
$this->product_menus[] = array('id'=>9, 'name'=> $this->l('9. Shipping'));
$this->product_menus[] = array('id'=>10, 'name'=> $this->l('10. Attachments'));
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 erginmustafaoglu_15554 » Thu Mar 09, 2017 12:32 pm

Could you tell me php file name please, i checked all your module's php files but can not fine the lines below.
erginmustafaoglu_15554
 
Posts: 0
Joined: Wed Mar 08, 2017 11:26 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Mar 09, 2017 12:39 pm

It should be following file
/modules/agilemultipleseller/controllers/front/sellerproductdetail.php

But I do not recommend you to modify the PHP code, you can implement your changes by the tpl only

If you really want to make changes to the PHP file, please contact [email protected] to get this file in open code(since it is obfuscated).
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 erginmustafaoglu_15554 » Thu Mar 09, 2017 1:22 pm

Thank you for your help Kinro, i changed it and it works.
erginmustafaoglu_15554
 
Posts: 0
Joined: Wed Mar 08, 2017 11:26 pm

PrestaShop Multiple Seller module - Agile Multiple Seller

Postby erginmustafaoglu_15554 » Thu Mar 09, 2017 6:33 pm

Hi, i want to remove some fields but they are in required position how i can remove some required field. I dont want to use address, city and some others field.
erginmustafaoglu_15554
 
Posts: 0
Joined: Wed Mar 08, 2017 11:26 pm

Re: PrestaShop Multiple Seller module - Agile Multiple Selle

Postby shokinro » Thu Mar 09, 2017 10:40 pm

Some fields are defienes as required, you can not hide them. Otherwise there will be errors.
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

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: Google [Bot] and 2 guests