Jump to content

baden32

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

baden32's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • Dedicated Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

1

Reputation

  1. TinyMCE editor config installed in my Prestashop 1.7.7.6 is very simple/basic and I would like to change this config: -add css style selector -add font selector -add my own css file (in order to get basic layout of my specific blocs) I found this info https://devdocs.prestashop.com/1.7/development/components/tinymce/ and modified the actionAdminControllerSetMedia hook in order to get my own config file (TinyMceConfig.js) loaded. My file is effectively loaded and it's basic content is the following: window.defaultTinyMceConfig = { toolbar2: 'styleselect,|,formatselect,|,fontselect,|,fontsizeselect,', } Folder /var/cache has been deleted, but unfortunately, nothing changes in the editor (page or product). What am I doing wrong here in order to customize TinyMCE in Prestashop? Thank you in advance for your help. Joe PS: I also found post mentionning changes in js\admin\tinymce.inc.js. If done in this file only the editor in product editing is changed, the one for pages still hase the default config.
  2. I tried to implement your code in my cart.tpl but it does not seem to work :-( I would like to hide some info on the "cart" page according to the available carrrier for the products added in my cart. In ex. I would like to hide the delay of delivery info if there are only one or more articles with "pick up on site" delivery Unfortunately with this code $carrier_id always contains value 0 (the available carrier(s) defined for my articles has no impact on this info). Hope you can help me. Regards joel
  3. J'ai eu exactement le même problème. Pour le résoudre, il FAUT activer l'option "allow_url_fopen" qui par défaut ne l'est pas. C'est toutefois dommage que l'erreur ne soit pas plus explicite et que le check de la disponibilité de cette option ne soit pas fait au tout début de l'install. En espérant que ça aide et bonne installation.
  4. Ma boutique est destinée à plusieurs groupe de clients (8 groupes au total) et chaque article pourra être destiné à un ou plusieurs groupes de clients. Les informations Prestashop indiquent de travailler au niveau des catégories produits et d'associer la/les catégories aux groupe(s) concerné(s). Cette approche me semble malheureusement difficilement applicable car elle conduit à la multiplication des catégories pour chaque groupe de client et l'association finalement avec les produits. Par exemple si ma boutique propose ne propose que 3 types d'articles (livres, logiciels et matériel) et que pour chacune de ces 3 catégories je veux définir des articles visibles pour tous les visiteurs ou seulement pour un groupe "revendeur", je vois deux solutions: 1. créer 2 structures de catégories: visiteurs -livres -logiciels -matériel revendeurs -livres -logiciels -matériel ou 2. dédoubler chaque catégorie pour les groupes clients livres -visiteurs -revendeurs logiciels -visiteurs -revendeurs matériel -visiteurs -revendeurs puis d'associer les articles aux catégories respectives et restreindre l'accès aux groupes clients. Pourquoi pas avec 2-3 catégories et 2 groupes clients? Mais c'est impensable et cela devient ingérable avec 8 groupes clients et des dizaines de catégories/sous-catégories. Ma compréhension concernant cette problématique est-elle fausse ou existe-il un module spécifique pour répondre à ce besoin qui me semble relativement commun? Merci d'avance pour votre aide. Joël
  5. In Prestashop 1.6.0.6 I can see that a few modules need to be updated (blocknewsletter, gridhmtl, etc.). Unfortunately when I go to the "Modules" admin section and click on the "Update" button, after 15-20 sec. a message saying that update was donne succesfully BUT in fact nothing has changed, the version of the module still remains the same... Directory under modules is 100% opened (777), so what is wrong here with this process? Thank you in advance for your help. Regards, Bads
  6. Our customer is inserting all his products in the Prestashop we installed some weeks ago. Everything seems to work fine except the fact that for an unknown reason some prices suddenly change: the based price (without tax) seems to be rounded when working on articles (images, association,etc.) but without any direct action on the product panel. So once again for an unknown reason, some articles have a wrong price and the user is totally unable to let us know what he did in the back-office. Therefore, I'm wondering whether it's possible to log every actions done in the back-office in order to be able to reproduce the wrong behaviour? Thank you in advance for your help. Bad
×
×
  • Create New...