Search the Community
Showing results for tags 'rrp'.
-
Bonsoir, après quelques recherche infructueuses, j'ai adapté un code pour avoir le PPC sur votre boutique, sans acheter de module. Testé à l'instant sur PS 1.6.0.9. Tout d'abord, vous devez vous rendre dans PhpMyAdmin pour ajouter un champ RRP dans la table ps_product. Utilisez cette requête : ALTER TABLE ps_product ADD rrp decimal(20,6) after price Ensuite, prenez l'archive jointe : RRP 1.6.0.9.zip et remplacez les fichiers. ATTENTION, l'archive contient le fichier original product.tpl du thème default-bootstrap ! Pour mettre en place le RRP sur votre thème, éditez le fichier product.tpl comme ceci : Ouvrez product.tpl (celui de votre thème) et recherchez ceci : <!-- prices --> Ajoutez, juste en dessous, ceci : {if $product->rrp|floatval} <p>{l s='RRP:'} <strike> {convertPrice price=$product->rrp} {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} </strike></p> <p>{l s='You Save:'} {if $priceDisplay >= 0 && $priceDisplay <= 2} {convertPrice price=($product->rrp - $productPrice)} {l s='(~'}{round((($product->rrp - $productPrice) / $product->rrp) * 100, 0)}%{l s=')'} {elseif $priceDisplay == 1} {convertPrice price=($product->rrp - $productPrice)} {l s='(~'}{round((($product->rrp - $productPrice) / $product->rrp) * 100, 0)}%{l s=')'} {/if} </p> {/if} Voila, le champ PPC/RRP apparait dans l'admin et si vous indiquez le prix, il sera automatiquement calculé sur la fiche produit avec et sans promotions. Il ne vous reste plus qu'à faire un tour dans les traduction de Prestashop pour traduire les nouvelles "variable" RRP. Voici ce que cela donne :
-
Version Using PrestaShop™ 1.6.0.6 I require help in the way the pricing is shown on the product listing. Currently it shows it without VAT. But it doesn't say 'Excl. VAT'. I require that to be shown on each product listing. I also require the RRP price to be shown. When adding a product, I have gone over each product and made sure each product has its own RRP and the pricing has been included as excl. VAT while applying the correct VAT onto the products. So I require an option to put 'Excl. VAT next to the price and also an RRP showing on each product listing. Many thanks! :-)
-
Helloo, I noticed that there is not a field in back office to set the list price or RRP of a product. This is actually an important feature (for me) because a lot of pricing will be based on list price minus x. It is also useful for the customer to see the list price alongside the actual selling price to gauge the discount. I have had a look on the forums, and discovered others requesting the same thing. I also found a quite a few old modules which do not see the support he latest version of PrestaShop. If anyone knows of an up-to date module which would add this functionality or another way I could achieve this that would be great! Thank you
-
Нашел запрос на RRP (Рекомендовання розничная цена) Прошу поддержать такую фичу голосованием http://forge.prestashop.com/browse/PSCFV-1985