Search the Community
Showing results for tags 'prestashop1.7.3'.
-
Hi, I am using prestashop 1.7.3.3 with Link List module v2.1.5 . In BO the link widget is showing no fields but if i add a new field it will be displayed on the shop's page but not in the BO. I have tried removing the module, upgrading, clearing cache, recompiling ... without success. Is there any way to make this work or other module to achive simillar results? Regards, Sebastian Sosin
- 3 replies
-
- 1
-
-
- prestashop1.7.3
- link widget
-
(and 1 more)
Tagged with:
-
Bonjour à tous, Je remarque qu'il y a un problème lorsque j'ai au moins deux produits (P1 et P2) dans le panier et que je modifie les quantités d'achat. Je vous détaille la situation : Stock de P1 : 5 , Stock de P2 : 5. J'ai 5 produits P1 dans mon panier, et 3 produit P2. Lorsque j'augmente la quantités de P1 dans le panier (a 6 par exemple), je visualise une notification d'erreur de quantité et le bouton commander est désactivé, c'est normal. Mais lorsque j'ajoute un produit P2 (donc j'ai 6 produits P1 dans le panier, et 4 produits P2), la notification d'erreur de stock sur P1 disparait et le bouton commander est actif. Le comportement normal serait de laisser les notifications d'erreurs des produits hors stock, et non pas traiter uniquement le produit ou l'on modifie les quantités. Il y a t il une solution a ce problème existante à ce jour ?
- 6 replies
-
- panier
- ps_shoppingcart
-
(and 2 more)
Tagged with:
-
Bonjour à tous, Travaillant sur prestashop 1.7.3 , nous avons un gros problème de lenteur sur la version en allemand du site. Alors que la version française et anglaise fonctionnent super bien. Bizarre car même contenu, seule la langue des textes change. Lorsque l'on souhaite ajouter/mettre à jour la langue (dans l'onglet traduction) allemand, cette dernière n'apparait pas dans la liste des langues disponibles, même après son ajout. 2eme point: --> quand on souhaite traduire dans l'outil traduction du thème , l'enregistrement est impossible et voici l'erreur affichée "The language for this locate is not available" Voir les screenshot. Merci pour votre aide. Gérald
-
Hello Folks Here we are facing some issue after redirect from third party url my controller not able to set tpl file. //controller code public function initContent() { parent::initContent(); $this->setTemplate('module:knetPayment/views/templates/front/confirm.tpl'); } //tpl file code <h2>your payment succeasdadss.ddd </h2> i set code in my controller like this but it will only display content which is in template. problem is not shown theme header footer and other data. can someone please help me as i am new in prestashop
-
Hello, I'm overriding one module but smarty is not receiving the variables sent from renderWidget of the parent class, this code shows an example on one the Ps_Languageselector module: path: override\modules\ps_languageselector\ps_languageselector.php <?php use PrestaShop\PrestaShop\Core\Module\WidgetInterface; class Ps_LanguageselectorOverride extends Ps_Languageselector implements WidgetInterface { // is this necessary? public function install() { // testing a module override on 'custom?' hook: return (parent::install() && $this->registerHook('displayFooterAfter')); } public function hookDisplayFooterAfter($params) { // return parent::renderWidget(); return $this->display(__FILE__, 'ps_languageselector.tpl'); } } And this is my module.tpl: path: themes\mytheme\modules\ps_languageselector\ps_languageselector.tpl {* variable not passed is $languages *} <div id="mod-ps-languageselector"> <h4>{l s='Language:' d='Shop.Theme.Global'}</h4> {if isset($languages)} {foreach from=$languages item=language} {assign isActive $language.id_lang == $current_language.id_lang} <a href="{url entity='language' id=$language.id_lang}"> <img src="/img/l/{$language.id_lang}.jpg" class="{if isActive}active{/if}" alt="{$language.iso_code}" /> </a> {/foreach} {/if} </div> help will be appreciate, I'll be posting any solution found. If helps this is the parent class: https://github.com/PrestaShop/ps_languageselector/blob/1fa02ff042034e1322b3eef2e923eaea8c58f3d6/ps_languageselector.php
- 4 replies
-
- development
- smarty
-
(and 4 more)
Tagged with: