Search the Community
Showing results for tags 'Price'.
-
Hi ! I need a variable for each product(shipping price) to add to the cms page.
-
Hello, We have found a big problem regarding payment for orders in other currencies. We have the basic and basic CZK menu in e-shop. We also use other EUR, GBP and the problem is right here. Example of a real problem: Customer made an order in a different currency (GBP). The amount is 54.95 GBP and counts as 54.95 CZK and that can not be the case. I need to fix it. Can you please help me? Thank you very much.
-
Hekoo! Does anny know how to remove from product page Filter-brand and price. And also how to remove relevance search. See atachments Link of the site http://daljinskirs.com/3-daljinski-za-televizore
-
Hi, I would like to set a different price for shipping. if the customer will choose payment to transfer by bank transfer and payment by GOPAY. For other payment methods, the price will not change. How do I set this up? thanks for advice.
-
- price
- payment method
-
(and 2 more)
Tagged with:
-
Hi guys , please how can i get order id and price without tax and shipping in modules/bankwire.../payment_return.tpl to this scrtipt <script type="text/javascript" id="xxxxxxxxxxx" src="https://login.dognet.sk/scripts/fj27g82d"></script> <script type="text/javascript"> PostAffTracker.setAccountId('xxxxxxxx'); var sale = PostAffTracker.createSale(); sale.setTotalCost( ***** ); //fill price without tax and shipping sale.setOrderID( ***** ); //fill ID order PostAffTracker.register(); </script> Is it for affiliate program. thx for help.
-
Hello everyone! Please help me on how to display price in wishlist module when I click the wishlist that sent to me by a friend. Help me please. Thanks in advance!
- 2 replies
-
- prestashop 1.6
- price
-
(and 1 more)
Tagged with:
-
Price and discount on Product will not update on module "Products in the same catagory" shown at the bottom of each Product page. How can i fix this so the prise and discounts update here also?
-
hello everyone, I need some help with one of the filters in the facetedsearch module, formerly in the prestashop 1.6 the price filter was slidable but now in the default theme of version 1.7 it stopped working that way, so I would like to help me with some code where to make that change and modification in prestashop 1.7.- this is the url of my store http://tucan.bri.cl/everwines/shop/index.php?id_category=12&controller=category
-
Szanowni Forumowicze, Chcę umieścić w sklepie możliwość zamówienia produktów za specjalne zamówienie. Ceny ustalane są indywidualnie w zależności od poziomu skomplikowania zamówienia. Czy ktoś może doradzić w jaki sposób skonfigurować produkt, który nie ma ustalonej ceny za pomocą liczby, ale pojawia się tekst (np. 'cena ustalana indywidualnie'). A może jest jakaś inna droga, żeby osiągnąć to samo i wyświetlić na liście produktów do zamówienia? Chciałbym mieć w menu i na liście kategorii 'zamówienia indywidualne', jak ktoś wybierze tę kategorię, to wyświetli mu się lista usług, które może zamówić (jako produkty), ale te produkty nie mają ceny przed ustaleniem zakresu. Na razie dodałem jedną kategorię i jeden produkt, ale presta wyświetla mi cenę 0 złotych.
- 2 replies
-
- price
- price as text
-
(and 1 more)
Tagged with:
-
Hello, how can I set a start and end time for the specific price that I go to combine with my products? I noticed that the calendar of the "specific price" tab of 1.7 has only the possibility to choose the day but not the time. Thank you.
-
The basic prices must be calculated in the Presta 1.6 (if it is still in the 1.7, I don't know) by hand. So every time I have to dig out the calculator and even calculate how much 100 ml (or just a liter) of my product with 420 ml content costs, because otherwise an unemployed german lawyer could stumble over it and scent revenue. What have I achieved so far? I have changed the Product.tpl, so now not more the amount has to be included in the base price, but the amount of content in relation to the respectively desired base amount, eg. 0.42 for a basic price in liters or 4.2 for a basic price in 100ml. For this reason the original line was changed from (in my script at line 309) {convertPrice price = $ unit_price} to {convertPrice price = $ productPrice / $ unit_price * (1+ (1 * $ tax_rate / 100))} The translations in the box have been changed accordingly, so this looks like this: That works quite well, the calculator can remain in the desk and calculation errors are eliminated, because the base price will be automatically recalculated. So far so good, that's definitely better than in the original version of the shop ... Unfortunately, there is still a small stumbling block ... $ productPrice is the retail price, and that's not so fine if you work with quantity scales or special prices. Here, therefore, the variable should be replaced by the price that is in the box above, and the baseprice should be calculated with the currently valid price. Does anyone know how to get this variable into the above calculation? It should change simultanously to the product price shown in the box.
-
Salve a tutti, sono nuovo in questo forum e sono alle prime armi con Prestashop. Nel sito di cui mi occupo sono registrati dei clienti suddivisi in 3 gruppi che per semplificare chiamerò A-B-C. Il problema viene fuori quando voglio inserire un prezzo specifico per un certo gruppo: perchè non c'è uno sconto fisso sul prodotto, anzi a volte il prezzo di listino è più basso rispetto al prezzo per una certa categoria. Ad esempio un prodotto che costa 5€, la categoria A lo paga 3,50€ mentre la categoria B lo paga 7€. Però in un altro prodotto può verificarsi il contrario, ovvero che la categoria A subisce un aumento del prezzo mentre lo sconto lo ha la categoria B. Se vado ad inserire un prezzo specifico a un singolo prodotto non funziona: il prezzo visualizzato è lo stesso oppure cambia ma in modo errato, non riesco a gestire questa cosa dei prezzi specifici per gruppi. Mi potete aiutare? Grazie mille, buona serata!
-
How to show tax label in product list?
csm92 posted a topic in Addons, modules and themes developers
How i can show "+ TVA" label, after price in products list. In product page this label it's displayed but in category page where all the products are listed the "+ TVA" label don't appear. here is the code from product-list.tpl <span class="price"> {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {if $product.price_without_reduction > 0 && isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0} {if $product.specific_prices.reduction_type == 'percentage'} <strong class="percent-reduction">-{$product.specific_prices.reduction * 100}%</strong> {/if} {/if} </span> and here is code from product.tpl <div> <p class="our_price_display" itemprop="offers" itemscope itemtype="https://schema.org/Offer">{strip} {if $product->quantity > 0}<link itemprop="availability" href="https://schema.org/InStock"/>{/if} {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display" class="price" itemprop="price" content="{$productPrice}">{convertPrice price=$productPrice|floatval}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) || !isset($display_tax_label))} {if $priceDisplay == 1} {l s='tax excl.'}{else} {l s='tax incl.'}{/if} {/if} <meta itemprop="priceCurrency" content="{$currency->iso_code}" /> {hook h="displayProductPriceBlock" product=$product type="price"} {/if} {/strip}</p> i attached a screenshot-
- tax label
- product price
-
(and 1 more)
Tagged with:
-
Hello, I am using PS 1.6, I've created my 5 shipping zones and all set up, my shipping carrier charges me 0.0148$ per gram, it is really painful to create weight range for every gram until I get 10.000 grams (10kgs), especially that rate different for each of my 5 zones, what is the possible way to automatically let Prestashop calculates the product grams and x it with the selected zone shipping price? Thank you very much
-
Hi, I have a problem with combinations. When I add a product with combinations the price I setup in back office is different from the price that is showing on the site. What is the problem? I attached pictures. I'm using version: 1.6.1.11 an custom template. Thanks!
-
Hello guys. I would like to set the specific prices and that both are visible to customers as in this website. https://www.spdigital.cl/products/view/54552 Thanks in advance.
-
I have a product and its combinations based on color attribute ( red and yellow). I have created specific prices for each color combination and quantity If different combinations of a product are added to the shopping cart, the unitary price for each combination is shown incorrectly Even increasing or decreasing the amount of the combination do not take effect on unitary price although some amount discount have been created (specific prices based on amount and attribute) I found the error in two prestashop installations (1.6.1.13 & 1.6.1.15) and a fresh 1.6.1.17 to reproduce the error Any idea how to fix the problem? convertido2.mp4
-
- product combination
- shooping cart
-
(and 1 more)
Tagged with:
-
Hello! I have many items that are the last in stock (e.g. a t-shirt is only available in M size the last 1 piece, other sizes are already sold out, so the quantity is 1). I want to create a percentage discount on them so to sell them all faster. How can I set a discount for those items? Kind regards, Anton
- 1 reply
-
- prestashop
- price
-
(and 3 more)
Tagged with:
-
Hello there, I think I may be overcomplicating things, but I can't find the answer in the docs. All I want to do is display the PrestaShop price to include the IVA (Tax in Mexico) so the shown prices includes the IVA Tax. On the invoice in Stage 1 and Stage 5 of the checkout process, the IVA Tax would be separated to show the "Before Tax" price and the IVA Tax in separate lines. Sound easy huh? I am stumped though, lol. Help Thank you, Maurice J Gregoire
-
Καληαπέρα σας.. Μετά από ερώτηση πελάτη διαπίστωσα πως σε συγκεκριμένα προϊόντα που έχω κάνει price rules με ποσό έκπτωσης ανα διαφορετικές ποσότητες αντί να εμφανίζετε η τιμή του συνόλου των τεμαχίων μου εμφανίζει ένα αρνητικό αριθμό που είνα το ποσό έκπτωσης. http://stampa-stampa.gr/el/koupes-ektyposi/910-straight-outta-your-text.html Δλδ ..προϊόν με τιμή μονάδας 15€ με φπα έχει κανόνα στα 10 τεμάχια - 2,10 € ανά τεμάχιο . Ο πελάτης στο τεμάχιο βλέπει την σωστή τιμή όμως όταν επιλέγει 10 τεμάχια του εμφανίζει -2,10.€ αντί για 129€ αν προχωρήσει κανονικά σε παραγγελία φαίνεται σωστά η έκπτωση και η νέα τιμή και το σύνολο.. όμως λειτουργεί αρνητικά και αποτρέπει τους πελάτες να κάνουν προσθήκη στο καλάθι. Το έχει συναντ'ησει κάποιος άλλος?
-
Buenas, Estoy desarrollando un módulo para añadir un recargo en el precio del producto si no alcanza un mínimo. Por ejemplo, si la cantidad es inferior a 5 añadirle al precio 10 euros. He probado un override de la clase product, dentro del módulo, pero no se si valdría. He visto de utilizar el hook ActionCartSave, pero no lo tengo muy claro. La versión de prestashop es 1.7.2.3 Un saludo.
-
Bonjour à tous, Je développe actuellement un site prestashop dans lequel on peut réserver des prestations de service de tiers personne. Ce que je voudrais faire c'est que sur la page produit, le prix soit affiché normalement mais que le client paie juste une partie au moment de la réservation sur le site (disons 20%), le reste en main propre le jour de la prestation. En d'autre terme j'ai besoin que au moment où mon produit est ajouté au panier, il soit réduit de 80%. Je suis en train d’étudier la question au niveau du développement. Est-ce que quelqu'un à déjà fait quelque chose de similaire? Ou aurait une piste sur ce sujet? Merci d'avance!!
-
- prestashop 1.7
- cart
-
(and 2 more)
Tagged with:
-
Hi to everybody, I'm tryin to find out something that should be quite obvious : If i have some kind of price reduction, I would like to change the color of the reduced price only, leaving all normal prices as it is. It looks like I can only change the color of the old price showing next to the new reduced price.... Does anybody have an idea how to handle this ? Thanks a lot...
-
Hello. Can prices be rounded to the nearest Zero, for some currencies? My shop has default prices in US$ but we deal with other currencies. One of them is Colombian Peso, in which the smallest coin is 10 pesos. Prices in Colombia are usually expressed with the last digit as zero "0". For example: After currency exchange rate update, price is:... 19,621 I want to show rounding as ........................: 19,620 After currency exchange rate update, price is......: 1,786 I want to show rounding as ...........................: 1,790 Is there any feature in PS 1.4.6.2 or module that can do this for us. just on one of the currencies that the shop handles, or in all of them? Thanks!