-
Posts
13 -
Joined
-
Last visited
Everything posted by CoolSeed
-
Products only display in main category
CoolSeed replied to CoolSeed's topic in Addons, modules and themes developers
Strange... I had to save again the Category link module. Seems to be working now. -
Hi, I have several products tagged in various associated categories and of course in one main category. On the front end, the products appear only in the main category and not in secondary (associated) ones. Anyone knows how to display products in all tagged categories and not only in the main? Prestashop: 1.7.4.2
-
Main menu add categories thumb
CoolSeed replied to CoolSeed's topic in Addons, modules and themes developers
Answered here : https://stackoverflow.com/questions/50721422/in-prestashop-1-7-how-to-display-categories-thumb-in-the-main-menu-module -
Hello, On prestashop 1.6 I managed to display categories thumb in the blocktopmenu module. But I can't manage to do the same in the ps_mainmenu module for Prestashop 1.7. What I like to achieve is to display category thumbs above each category labels in menu dropdown. In the admin you have a way to upload a category thumb, but it just does nothing in the Classic theme. I have attached images to show what I try to achieve using ps_mainmenu. Best regards, Quentin
-
Bonjour, Le plus simple à mon sens (j'ai eu le soucis aussi et maintenant c'est réglé). Tout dépend si vous avez déjà plusieurs pages personnalisées, des produits spéciaux... Si avez les pages de bases. Installer une autre langue (Anglais par exemple) Activer la nouvelle langue installée Supprimer le Français (ATTENTION, cela supprime les toutes les traductions que vous auriez fait) Re télécharger la langue Française (France) Re Activer le Français Supprimer l'Anglais (ou l'autre langue utilisée) Dans mon cas cela à foonctionné. Cordialement
- 13 replies
-
Show Customer group on orders page in backoffice
CoolSeed replied to NeilD's topic in Configuring and using PrestaShop
Hello, No I did not manage to do it. I gave up, needed to move to other issues, and forgot a bit about it But if someone has the solution, I will be happy to give it a try.- 46 replies
-
- backoffice
- orders page
-
(and 1 more)
Tagged with:
-
Hi! For the popup, Bootstrap is included so pretty simple to create. Then I have created a custom .php files to handle the mail and send the information I needed. I don't know if it is the best solution (security...) but it works. Best regards, Quentin
- 3 replies
-
- form submit
-
(and 2 more)
Tagged with:
-
Hello, Have you found the solution? I am trying to do something similar. A simple button that leads to a Bootstrap modal with a button to book the product. I need that the button sends a mail to admin with First and last names and Product name. Can't figure out how to use the Prestashop Send mail function. I have read about using Controllers... But I am a bit lost. I managed to create the button, the modal... Best regards, Quentin
- 3 replies
-
- form submit
-
(and 2 more)
Tagged with:
-
Show Customer group on orders page in backoffice
CoolSeed replied to NeilD's topic in Configuring and using PrestaShop
Hi! I have the same question basically. Display the group name in the customers listing in the backoffice. So that my client when viewing his customers knows which group clients are into. I can't manage to make my AdminCustomersController override works. I have found this one but it show only the id. I try to fiddle with your code here but no luck. _______ class AdminCustomersController extends AdminCustomersControllerCore { public function __construct() { parent::__construct(); $this->_select .= ', ca.id_group as group_id'; $this->_join .= ' LEFT JOIN `'._DB_PREFIX_.'customer_group` ca ON (ca.`id_customer` = a.`id_customer`)'; $this->fields_list['group_id'] = array( 'title' => $this->l('Groupe'), 'width' => 200, 'callback' => 'groupe' ); } public function groupe($id_group) { return $id_group; } } _________ If someone knows how to display in a separate column the name of the group on the BO customers list. Best regards, Quentin- 46 replies
-
- backoffice
- orders page
-
(and 1 more)
Tagged with:
-
J'ai récupéré la version 2.3 de SoColissimo en telechargeant la dernière version de presta puis en choppant le module dans le dossier modules. Maintenant avec 1.4.8 est-ce que ça marche je sais pas.
-
Waow Super ! LA solution qui règle le problème. J'ai la même version de Presta que toi, nikel. Merci beaucoup ELBibich !
-
D'après la Team Prestashop, ca vient surement du javascript. Mais si on veut plus d'info faut passer par une agence certifiée... C'est un module développé par Prestashop, c'est un thème développé par Prestashop, mais le problème n'est pas corrigé apparemment. Le thème s'appelle maintenant new_prestashop 1.4.5. Si quelqu'un a des nouvelles concernant ce problème merci de le faire savoir Petit recap : So Colissimo est sélectionné comme transporteur, si fancybox est activé alors le message "The requested content cannot be loaded. Please try again later" s'affiche. Si fancybox est désactiver alors So Colissimo s'ouvre dans une autre fenêtre mais une fois validé on retombe sur le choix du transporteur
-
Hello, Est-ce que tu as trouvé la solution ? Nous avons apparemment le même problème. Nous avons développé la boutique à partir du new_prestashop 1.5 et soit le module So Colissimo tourne en boucle (si fancybox pas activé) soit la fenetre Facybox affiche une erreur (The requested url cannot be loaded....). Besoin d'un solution ! ++