Search the Community
Showing results for tags 'tab'.
-
Hello everyone, I'm new on developing module of Prestashop and I use version of 1.7.4.2. I'm trying to develeping a module and I have to create a custom tab in left menu in back office. I tried this way which in the Prestashop official documentation(https://devdocs.prestashop.com/1.7/modules/concept...
-
Hello Everyone, You want to give your potential customers more information about a single product through the product tab, but PrestaShop's default product tab doesn't give you many ways to do that. We're giving you a great module to help you get around this problem. With this module, you will...
- 5 replies
-
- tab
- product extra tabs
-
(and 16 more)
Tagged with:
- tab
- product extra tabs
- product detail page
- product tab prestashop
- free modules 1.7
- tab product
- prestashop free module
- product extra content
- product extra tab
- product tab module
- product details
- freebie
- product details description
- details tab
- prestashop 1.7 product customization
- prestashop customize product page
- product customization module free
- product customizing
-
exit popup [FREE MODULE] Prestashop popup on exit page
Zohaib-fk posted a topic in Free Modules & Themes
Hi All, Greetings of the day. This Prestashop addon helps the administrator to add pop-up ads of products, offers, and promotions from the back office based on the selected language, and showcase them in the front office using an interactive popup on the exit when customers about to leave...- 2 replies
-
- coupon
- prestashop free module
- (and 25 more)
-
Hello Everyone, You want to show additional single product information to your potential customers from the product tab, but PrestaShop's default product tab has limited options to do that. We bring you an amazing module to help you overcome this limitation. You will no longer be limited in you...
-
- prestashop customize product page
- prestashop product customization
-
(and 17 more)
Tagged with:
- prestashop customize product page
- prestashop product customization
- extra tabs prestashop
- prestashop module
- module
- tab product
- ps1.7
- prestashop tabs
- tab
- extra tabs pro
- product details
- product tab prestashop
- extra tabs module
- extra tabs
- tabs manager
- module tab
- extra tab
- prestashop 1.7
- product customization
-
Dodatkowe zakładki dla wszystkich produktów
SZPANPAN posted a question in Wsparcie i pomoc użytkowników
Witam serdecznie. Czy istnieje jakiś darmowy moduł bądź edycja plików by móc dodać do WSZYSTKICH produktów dodatkową zakładkę przy opisie i szczegółami produktu z dodatkową informacją która obowiązuje wszystkie produkty? Jest coś takiego od niejakiego SFK bodajże ale to nie to czego szukam...... -
Hello, I need a sticky side tab that, once clicked, shows some contact information (here is an example) Is there any module which does this? Thank you!
-
Hi, I found a prestashop website where they have all categories wich the product belongs to, displayed in a product tab: (click on "Geschikt voor:") http://www.computersall.nl/620-asus-a52-a53-k52-k53-k72-x52-x53-u52-dc-power-jack-pj033-25mm.html Since I only found an old module wich isn't...
- 8 replies
-
- categories
- categorie
-
(and 4 more)
Tagged with:
-
Hola a tod@s Estoy haciendo un modulo para Prestashop 1.7. La idea es, dentro del back-office, en el menú: Configuración de Pedidos anidar un nuevo menú y mostrar un template .tpl para mostrar en una tabla el resultado de una consulta sql. Tengo gran parte ya desarrollada: class...
- 1 reply
-
- admincontroller
- tpl
-
(and 6 more)
Tagged with:
-
Hi Guys I have a most problem with leotheme sport store i wanna to add extra tab in the product page but i can't i buy some modules like (FME module and productextratab and freetab - ......) but nothing only the fme module can create extra tab in the productfooter hook and there is in...
-
[SOLVED] Jak přidat sloupec "Dopravce" pod TAB Objednavky v BO?
Pat posted a topic in Obecná diskuze
Zdravím, nevíte někdo, jak přidat sloupec Dopravce do přehledu objednávek? Zkoušel jsem to v adminXXXX/tabs/AdminOrders.php úpravou toho SQL dotazu, přidáním LEFT JOIN na tabulku carrier, ale stále my prestashop hlásil chybu v SQL dotazu. Příp. nevíte někdo, jak by se dal ten vygenerovaný dota... -
Hello, I need a little help setting up a new back office tab. I wanted to add a new tab to the back office so that I can quickly go to the settings of my blog module. I have found a few other posts about this however when I tried to do it the first time I totally broke the site, after fixing everyt...
-
Hi everyone, I'm trying to create a prestashop module works with displayAdminProductsExtra and actionProductUpdate. I got it working in prestashop version 1.6.1.17 and 1.7.1.2. But not working in PrestaShop v1.7.2.4. 2 modules(mine and Belvg_Sample Module) are hooked to displayAdmin...
- 13 replies
-
- prestashop1.7.2.4
- product
-
(and 2 more)
Tagged with:
-
Hi, I want MyModule to register his tab (done) so it can be collapsed and expanded (todo). See the tabs like 'catalog', or 'order settings' to give you an idea. Thanks !
-
How to create a new tab Prestashop 1.7 ? Prestashop 1.6 public function hookDisplayAdminProductsExtra() { $this->context->smarty->assign(array( 'id_product' => Tools::getValue('id_product'), 'id_lang' => $this->context->language->id, 'languages' => Language::get...
-
"re" Bonjour, Je cherche, un peu en vain, une méthode propre pour ajouter un onglet et son contenu à la page de création de produit. L’idéal serait de le faire via un module. Après 2 bonnes heures de recherche et de tests, j’ai un nouvel onglet dans cette page en utilisant le dossier overrid...
-
Bonjour à tous, J'ai développé mon module et je rencontre aujourd'hui un soucis. Sur mon environnement de dev (serveur wamp en local) le module fonctionne très bien. Sur mon environnement de prod (serveur distant) lorsque je clic sur ma tab dans le BO une erreur s'affiche "page not fo...
- 2 replies
-
- page not found
- module
-
(and 2 more)
Tagged with:
-
Hello, I don't manage to display a form within the HelperForm generator in a module i'm currently coding This module adds a new tab when editing a Product in the backoffice. This tab is supposed to help generating combinations for my products in an easier way: those products are restaurants...
-
Hello, I am trying to install multiple tabs to the Backoffice of Prestashop. The main tab with the id_parent = 0 appears in the database. The other tabs aren't even installed. Here is my code: In install() method of the module: // Install admin tab if (!$this->installTab('AdminKon...