Search the Community
Showing results for tags 'Price'.
-
Hi!! I am trying to add specific prices directly from the database because I need to change prices for specific references and I can't find any module that does. From what I think I should first take the ids of the products based on the references from ps_products and then apply the discounts to those references from ps_specific_price but I get a mess on how it could be done ... If someone helps me I would greatly appreciate it!
- 3 replies
-
- prestashop 16
- price
-
(and 3 more)
Tagged with:
-
Hi ! I'm currently developping an application using the Prestashop Webservices, and I would like to know how to figure the price of each row of the cart. By using such a request for a given cart : /api/carts/146 we get something looking like this : <CART_ROW> <ID_PRODUCT xlink:href="http://truc.fr/api/products/410"><![CDATA[410]]></ID_PRODUCT> <ID_PRODUCT_ATTRIBUTE xlink:href="http://truc.fr/api/combinations/0"><![CDATA[0]]></ID_PRODUCT_ATTRIBUTE> <ID_ADDRESS_DELIVERY xlink:href="http://truc.fr/api/addresses/1"><![CDATA[1]]></ID_ADDRESS_DELIVERY> <QUANTITY><![CDATA[1]]></QUANTITY> </CART_ROW> In short, there isn't much, and to be specific we don't find : the final taxe rule that will be applied the final product price (useful when there is some king of price modificator), or even the total price It may seems to be possible to do it manually, but it quick get complex: which tax rule to apply ? through the product, we can get id_tax_rules_group but I didn't find an explicit link to a specific id_tax what will be the final price when there is some kind of modificator ? So to make it short : how to know what is in the cart, at what price ? P.S. : I found that someone else already ask a similar question (c.f. prestashop-webservice-cart-price-calculation) but got no response :-( the only way around that I imagine is to use a regular order as they do provide correct informations, but I fear the consequences
- 2 replies
-
- order
- webservice
-
(and 3 more)
Tagged with:
-
Błędne wyświetlanie Cen - Prestashop 1.7.1.1
Rneo posted a question in Wsparcie i pomoc użytkowników
Witam, mam Prestashop 1.7.1.1 i błędnie zaokrągla mi ceny, np.: 77,40000000000001 zamiast 77.40, to samo dzieje się w koszyku, raz jest dobrze, a raz jak wybierze się innego dostawcy co ma inną cenę robi się podobnie, tyle cyfr po przecinku. Poniżej przesyłam screeny, by pokazać dokładnie o co chodzi. Pokazany screen z produktem, innym niż ten screen co pokazuje produkt, a dla strony produktu dołączyłem screen z edycja produktu, jak to tam wygląda i z tej ceny jest zniżka -10%. Czy ktoś pomoże? Czy jestem skazany na aktualizację Prestashop? -
Hello to all I have huge problem with prices. The prices are not correct while adding the product, modifying the prices etc. Example: Product price without taxes is 14.784000 in BO, for the product: But for this product, while var_dump $product.price_tax_exc or Tools::displayPrice($product.price_tax_exc) I have different price at Front Page: 14.809656 So PS 1.7 adding some cents for the product I dont need. I dont have some rules, taxes etc, but at least this price must be without taxes. 14.809656 - 14.784000 = 0.025656 Why the price is different? I dont use any module for the taxes or prices. Please help
-
I'm in the final stages of adding products to our site, most of which are products that use a combination of attributes. While some attributes don't have an impact on the price (size for example), some do. While of course the site is correctly pricing the combination correctly when adding it to the cart, what it is not doing is updating the displayed price for the price increase (something that I am used to from the previous software I was using). It also doesn't modify the displayed price if the end user selects more than one item. While of course I might be able to tweak the description of the attribute to show the additional price increase, I would like to have the displayed price update automatically upon selection of the attribute that causes the price increase. As a noob to PrestaShop, I apologize in advance for my ignorance or if this question has been asked before, but would appreciate any insights!
-
On the product page in prestashop 1.7 I added a check box which changes the price of the product depending on the selected option. How to dynamically update the displayed price depending on the selected option using javascript?
-
Hello Im looking for module which helps me avoid much work with setting new prices or change them in combinations from time to time. I have many products which has around 70-90 combinations, i have to set them manually everytime i add new product or want to change the price. Ok im buying electroncial stuff like consoles, mobiles etc. Example: Someone who want's to sell mobile e.g iphone 7, must thick boxes whats include and what condition is it. So combinations like (condition) like new/ very good / good / poor + (what's included) original box / charger / lighting audio cable /. As the prices of electronic stuff changes very often is very cumbersome for me as i mentioned must change them manually. Im after module which i can assign prices to each product. So if i set prices for condition and prices for accessories - it will calculate itself when customer choose condition + accessories I do not know if explained it properly, i tried :) I had attached screenshot from similar site to mine
-
- price
- attributes
-
(and 1 more)
Tagged with:
-
Hello, I'd lime to add engrave services to product page, and modify the price depending on the number of characters. I already modified the product-customization.tpl to count the characters and calculate the price for it, but I can't add to the product price. Any help will me much appreciated.
-
Hi, had an interesting little thing yesterday - a customer from the UK bought an item from my shop in Sweden. Per all rules, and all active things it should use the swedish VAT of 25% but it didn't. On the ware itself it's set as VAT 25% - Swedish. Why isn't it being applied to european normal customers? Any ideas? **Solution : Create new tax group. Add every country in the EU by hand that's supposed to pay tax. Change all wares to use this group. Have fun!
-
Hello, I have created a custom functionality in which a specific attribute group includes an additional price. EG. Attribute A = +300$ So when the total product price is 500$ (including taxes), then I add 300$ into it both in js files and Product class to be calculated correctly in cart page. We end up with 800$ total price (including the manual value of the attribute). When I click on "Add to cart" button I get the product with 800$ price in my cart. The total price incl vat is being displayed as 800$ but total price excl vat or vat itself is wrong. I think the reason is that the "attribute A (300$)" is being added into the calculated product price which is with VAT. But this 300$ value is not defined with or without tax. It is just a number added to the total price. And I assume by manually adding 300 to total price (500), it shows the total price incl vat correctly (800) but excluding vat is not correct as I am not adding the 300 to the total price excl. vat. How can I manipulate the total price excluding vat or the vat itself? Where does this calculation takes place in cart/basket page or product page? Or an easier solution, how can I use a manual constant price (like 300$) and add it to total price without causing issues on taxes? This "300$" is supposed to be a value including TAX. Any help would be much appreciated, Thank you
-
PrestaShop version 1.7.5.2 Hello, I've been trying to modify the way prestashop shows the price 16,35 $ I want it the currency symbol to be displayed before the price like this $ 16,35 I have been searching trough the web but nothing seems to work. I have modified the file numbers.json located under the directory clickandbuilds/Prestashop/onlinestore/translations/cldr/main/en-ES/numbers.json Like this "accounting": "¤#,##0.00;(¤#,##0.00) ", standard": "¤#,##0.00 ", I have cleared the cache and forced compilation, but nothing seems to work. Please I need help
-
Hello, I'm not able to create price range in my carrier settings anymore. I had the problem of overlapping but now that I have deleted all the ranges I cannot create more than one and I got just a generic message of problem in saving changes. Is there maybe a solution in my database admin?
-
Bonjour, Je n'arrive pas à afficher les prix en TTC pour les clients qui viennent de créer un compte sans saisir d'adresse ou qui ont utiliser le social connect facebook ou google. Pour les invités (non connecté) pas de problèmes les prix sont en TTC ainsi que les clients qui ont saisie une adresse de livraison. Les taxes sont bien appliqué aux pays. Bref, il y a-t-il une paramètre que j'ai raté ? ou faut t-il modifier un code en override avec une condition pour afficher les prix TTC pour les clients sans adresse saisie ?! Merci d'avance pour votre aide! Prestashop 1.7.5.2 Pierre-Yves
-
I have products with many size combinations that affect the price. On the category and product pages it displays the price of the first size, giving the impression that that is the cost for everything. Where can I find the code to change it so that it displays "starting from $-----" instead of just one price? Thanks
-
- price
- combinations
-
(and 1 more)
Tagged with:
-
Hello Community, I have two questions: I have a product with two different variants. One with 100ml and 200ml. I want two different item numbers for them. Actually I gave them two item numbers but it shows me only one item number. example: 100ml has the item number 43214 and 200ml 98760, but it shows me only the item number 43214 for both variants. I want a price under each option that I can choose. How I can realize that and where? I want to see what each option costs. example.: Option 100ml costs 2€ and option 200ml costs 4€ Best regards
-
- article
- article with variants
-
(and 2 more)
Tagged with:
-
Hello all, bougth prestashop theme, changed color, style ect for my need on localhost server. Today I bought a hosting and uploaded website to live server. First time i uploaded entirely customised theme from localhost to server, and it's working, but there was one problem. I've noticed that After adding product to cart, the popup module (i think ajax) doesnt show the product price, product image, shipping ect. I thought that first time I was wrong somewhere. Second time I uploaded to server default theme from 0 to check, and the problem still exist. I'm attaching the few shots how it's look like. Besides that, When I was installing the prestashop i had few things I need to change. I contacted my hosting provider, they suggested for short_open_tag to create .users.ini file and to write there rule, but that doesn't worked. I've messaged second time for them and waiting for the response now and solution. I'm writing here to capture another view angle for problem from people who are using prestashop and knowing well it, it would be very helpfull to find answer for this.
-
Buenas tardes, Tengo un problema con el robot de Google Shopping, dicho robot cuando pasa por uno de mis productos con atributos lee este precio: Url de producto: https://www.nazza.es/es/resinas/82-gelcoat-blanco-isoftalico-parafinado-nazza-de-1-a-25-kg.html#/20-formato-5_kg Adjunto captura de pantalla. Uno de los valores del feed que envío a Google Merchant center es 28€, sin embargo, desde Google llevamos aproximadamente una semana con el caso y no saben solucionarme el problema. Dicen que es el del código de prestashop, en concreto de esa etiqueta. He revisado otros de nuestros prestashops y no contiene esa etiqueta en la configuración del precio. ¿Como se podría quitar o como podríamos solucionar el problema? La versión de Prestashop que estamos usando es 1.6.1.17. El feed que envíamos a Google Merchant Center es generado por el módulo de addons que más valoraciones tiene llamado "Google Merchant Center" y desarrollado por "Businnes Tech". La url del feed es: https://www.nazza.es/gmerchantcenter.xml.php?id_shop=1&id_lang=4&country=ES¤cy_iso=EUR&token=3cdf605dbe8570c1cebabfba84fd1699 Gracias. Espero vuestras noticias, a ver si podemos buscar una solución. Un saludo, Rafael M.
-
Hi, i'm making a module that combines products in packs. I can't figure out how to make a cart rule or something that will change price when specific products are added to the cart. For example: Car costs 1000euro, Tires cost 500euro, Seat cover costs 100euro... when those three are aded to cart, the price of seat cover should be 1 euro instead of 100... As I see, the best way should be a cart rule with (as in our example) three cart rule product groups... so how should I do it? Can i do it with a Cart Rule Object, some function or should i manually insert values into sql tables? Some example code would be much appreciated Thanks in advance
- 1 reply
-
- prestashop 1.6
- development
-
(and 3 more)
Tagged with:
-
Hello, I use version 1.7.4.4. On our site customers have different prices based on the group they belong to (reseller, standard customers ...). Who is not registered does not display any price, if, however, performs a search by entering a description or a code, the data with the indication of the price will appear. How can I fix this? Screenshot attached. Thanks in advance, Andrea
-
Buongiorno, utilizzo la versione 1.7.4.4. Sul nostro sito i clienti hanno prezzi diversi in base al gruppo a cui appartengono (reseller, standard customers...). Chi non è registrato non visualizza alcun prezzo, se, però, effettua una ricerca inserendo una descrizione o un codice escono i dati con l'indicazione del prezzo. Come si può risolvere il problema? Screenshot allegato. Grazie in anticipo, Andrea Hello, I use version 1.7.4.4. On our site customers have different prices based on the group they belong to (reseller, standard customers ...). Who is not registered does not display any price, if, however, performs a search by entering a description or a code, the data with the indication of the price will appear. How can I fix this? Screenshot attached. Thanks in advance, Andrea
-
Buenas a todos. (Mi primer post aquí de mil que espero poner en el futuro) Tengo un mareo constante con el tema de Google Search Console. Resulta que muchos productos de mi web www.congeladosamar.com me da error en el campo price. Sin embargo, el precio está puesto aunque no se si de manera correcta. ¿Alguna sugerencia por aquí? Gracias.
- 1 reply
-
- google search console
- price
-
(and 2 more)
Tagged with:
-
Hello Guys, i do not know what I am doing wrong or if I understood the behavior wrong but the calculation is not working for me. I have a virtual product. I would like to set price 30€ per hour and minimal quantity for sale 4. Hence I expected that it will automatically calculate the product price to 30€. Then when I will add it to cart with quantity 4 i expected price 120€. But it has still 0€. Of course the price was not recalculated neither on Pricing tab of the product. Another problem with calculation I have when creating bundle product. Even if I have manually added there Retail Price, the bundled product price is still 0€. What I overlook with settings? I am using 1.7.5.1. Thanks and Regards Reddy
-
Hello guys im having a little problem that i cant find a solution to it: We have special clients with special pricess and we dont want to show them the disscount. For expample if i add a special price to one client it shows the original price cutted with a line and than shows the disscounted price. Is it posible to show only the disscounted price for the group-(The price without tax) without seeing the disscount and the original price. .