Search the Community
Showing results for tags 'VAT'.
-
VAT / atrybuty a cena wyświetlana na stronie
mentalspot posted a question in Wsparcie i pomoc użytkowników
witacjie, zainstalowalem swieża wersję 1.5.4 mam tylko 1 problem, mianowicie dawno już nie konfigurowałem sklepu i albo mam toany blackout albo o czymś zapomniałem. Dopóki nie użyłem kombinacji atrybutów dla produktu ceny były wyśweitlane jako brutto, natomiast po ustawieniu i włączeniu atrybutów dla produktów ceny zaczęły się wyświetlać jako netto. Można to jakoś przełączyć? O czymś zapomniałem, czy tak po prostu presta ma? -
Hi There in product.tpl code seems to be a possibility to show both VAT and no-VAT prices together {if $priceDisplay == 2} <br /> <span id="pretaxe_price"> <span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> {l s='tax excl.'} </span> {/if} </div> <!-- end prices --> But I don't know how to trigger that mode (show both VAT and no-VAT prices together) in settings? anybody? thanks!
-
Hi, When one of my customer is a company and is inside European Union they must insert a vat number inside the address form. If the customer is a company and is outside European Union, vat number is not mandatory. To achieve this situation, searching on this forum, I put this code inside /controllers/front/AddressController.php : if ( isset($address->company)&& $address->company !="" ) { if((isset($_POST['vat_number']) && $_POST['vat_number']=='') || !isset($_POST['vat_number'])) $this->errors[] = Tools::displayError('VAT number required for companies'); } This allows me to make vat_number mandatory for all companies and not for privates. Now I have to know if the country selected by the user is inside the EU. I think to remove the vat_number field for non UE countries (using the prestashop's admin panel) and check inside the controller if the country has or not vat_number field inside its field list. How to get address field list for the country selected by the user? Thanks Brennino
-
Hi, I've just gone live with a 1.6.0.8 version of PrestaShop. All looks fine when browsing the shop it shows prices with taxes. As soon as I log in the prices are shown without tax until I check out. I really want the prices to be tax included all the time. Any suggestions? Thanks!
-
Hi, thanks for Prestashop, it's a good way to approach e-commerce world. I have a problem with "European Vat number" module. When I insert a wrong VAT the system reports me the error: "VAT number validation service unavailable" also if the webservice give a response to the system. I see that code inside vatnumber.php has an option "VAT number not found" on line 165 but it seems the condition not happen (perhaps EU webservice changed the response?) my module version is v1.7.2 and is up to date. I have also another question: Is there a way for setting module default_socket_timeout (line 156 of vatnumber.php) without changing the module code itself? The code report: @ini_set('default_socket_timeout', 2); but sometimes the EU respond after 10 seconds... so I changed with @ini_set('default_socket_timeout', 15); The problem is that if there will be an upgrade to the module I lose my changes... and it was easy to forget to rechange that line of code. Thanks for replies Brennino
-
Prestashop's default method of adding FREE SHIPPING is done on the value of an order irrespective of the VAT. I would like Prestashop to apply FREE SHIPPING to an order BEFORE any VAT is added. At the moment my client's store is giving FREE SHIPPING to any order over £150 INC VAT but this should only be applied when the order is over £150 EX VAT. Can someone point me in the right direction with getting this working? Thanks
- 2 replies
-
- VAT
- FREE SHIPPING
-
(and 1 more)
Tagged with:
-
Postawiem sobie testowy sklep i sprawdzam możliwości przygotowania go do pracy. W pewnym momencie moich rozważan, po znalezieniu grup klientów przyszło mi do głowy pytanie dotyczące VATu. Czy da się Prestę skonfigurowac tak, żeby konkretna grupa/grupy klientów miały inną stawkę VAT niż pozostali? O co chodzi? Planuję umożliwić hurtową sprzedaż w obrębie UE (detal także) i zastanawiam się jak rozwiązać kwestię VATu 0 dla tych klientów którzy będą dostawali fakturę. Najwygodniej by chyba było od razu tym klientom prezentować ceny towarów z 0 stawką, ale 2 stawek nie da się podpiąć i w sumie jest to całkiem logiczne rozwiązanie. Da się to jakoś bezbolśnie skonfigurować?
-
Hello. I hope someone can help... Our shop is based in the UK and is VAT registered. VAT appears to be working on the site, except when it comes to checking out using PayPal. The customer goes through the checkout process seeing the correct amounts and is then redirected to PayPal and is charged the correct TOTAL amount. There is however no mention of VAT on any of the PayPal screens. When the customer confirms their order, they are then redirected back to our Prestashop site - where the order confirmation screen displays the order total with VAT added a second time - which really confuses our customers! I have set up a domestic UK VAT rate within PayPal. Viewing the completed transactions in PayPal shows them being the correct total amount, but with zero VAT on them. I'm guessing I've not configured Prestashop correctly, so it's not passing the VAT on the order to PayPal correctly, and then it's getting confused when it returns to Prestashop upon order completion. Any suggestions on what I need to do to get VAT to show on the PayPal invoices and to stop VAT being added a second time on the order confirmation screen within Prestashop? Thanks, Chris
-
For all EU contries in address form, when filling "Company" "VAT number" field appers. That's fine. But when adding an address for Greece VAT number field does not appear. I've already checked vat_number is uncluded in country setup. Also deleted and created again Greece country, Changed Greece to another zone and is still working wrong. Any idea?
-
Hi, Does anyone know if it's possible to display a price ex. Tax and inc. Tax on products? For instance: £159.00 ex. VAT £190.80 inc. VAT I want to be able to display it throughout my site including product pages: eg: http://www.reflectiveoffice.co.uk/project-range/600mm-straight-desk.html And also on category pages: http://www.reflectiveoffice.co.uk/office-furniture Many thanks in advance Richard
- 14 replies
-
- include tax
- exclude tax
-
(and 2 more)
Tagged with:
-
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! :-)
-
Hi Guys I was just wondering if it was possible to have a delivery method change the delivery address during checkout? I'm asking this because of the different VAT rules that need to be applied on customer's from various countries. The scenario would be a customer from say, France, orders some products but would like to pick them up, or have somebody else pick them up, at our factory in South Africa. They would then choose the "pick-up at factory" delivery method, and I would then like them to be charged South Africa's 14% VAT, instead of the VAT amount applicable to France. I hope that makes sense, and I really hope someone can offer me any kind of suggestion. Thanks in advance. keith1024
-
Hello. I have an issue on my registraion form. Actully on the page where the adress should be added. The problem is, the from keeps on asking for a VAT number and the phone, and no mather what number i put in the phone filed it's always asking me for it, so it is impossible to register. With the VAT number it is a bit diffrent if i put in something it is good but i would linke to disable this also coz not everyone has a VAT number. So how can i disable that VAT number requred mode and what should i do with the phone filed that will net let me trought, no matter what. The error display is: Field vat_number is required Field phone is required Please help.
-
- registration
- vat
-
(and 1 more)
Tagged with:
-
Hi Prestateam and -people! Let me first start by saying that I am crawling the forum for some months now as a newbie and so far it has solved all my issues. It's really great to see such a thriving community! For my latest issue however I was not able to find any solution so far, hence this topic. The thing is that whenever I upload a new product I put the pre-tax retail price and choose the tax rule. Normaly the final retail price in bold will be the sum of the pre-tax price + the applied tax. Only in my case it does not change at all. It is the same as the pre-tax price, even tough I selected a 19% sales tax. I made a 19% tax and enabled it, I made a tax rule, enabled it, and used the 19% tax for all zones. Taxes are enabled. I have force compile on, cache off and I am using PS 1.4.5.1 Still when I want to upload a new product - as said - the final retail price does not change at all. Does someone has any ideas or solution? It's really getting me more and more frustrated by the minute... cheers, Rocco
-
Hi, I'm struggeling with the product.tpl file to move the order of price display. I want to move from: 233,88 € excl. BTW 283,00 € to: 283,00 € 233,88 € excl. BTW site: http://techkoop.nl/nl/sanitairkranen/161-doucheset-met-thermosstaatkraan.html My product .tpl file looks like this.. <div class="price"> {if $product->specificPrice AND $product->specificPrice.reduction && $product->specificPrice.reduction > 0} <p id="old_price"> <span class="bold"> {if $priceDisplay >= 0 && $priceDisplay <= 2} {if $productPriceWithoutReduction > $productPrice} <span id="old_price_display">{convertPrice price=$productPriceWithoutReduction}</span> <!-- {if $tax_enabled && $display_tax_label == 1} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} --> {/if} {/if} </span> </p> //gewijzigd door willbefine excl. btw prijs toegevoegd {/if} {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}</span> {l s='excl. BTW'}</span><br /> <span id="our_price_display" font-color:#424242" >{convertPrice price=$productPrice}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='excl. BTW'}{else}{l s=''}{/if} {/if} {/if} {if $priceDisplay == 2} <br /> <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> {l s='tax excl.'}</span> {/if}
- 5 replies
-
- product product.tol
- product
-
(and 5 more)
Tagged with:
-
Hi, I'm running Prestashop 1.6.5.1 and have som problem with tax at product list. If i visits as guest the price in product list is including tax but when a user log in it displays the price with excluding tax? Any ideas? Regards Mbp
-
When a user has to fill up an address (Add my first address or during the checkout process or even when adding additional addresses) no matter if I fill the "Company" field I always get the error: The field vat_number is required. The vat number field appear just if I fill the Company field with something. A user can hardly even find a workaround since it won't be able to see the VAT field unless he fills the Company field. This happens even if: - "Do you need a tax identification number?" is set to no - and even if I delete vat_number from the list in Localization -> Countries -> Address format. So no matter if there is an accessible vat_number field in the address form I always get the error. The only way to get rid of the error is to fill the Company and VAT number.
-
Hi All, First Time post here as I am at a bit of a loss as to how to resolve this strange issue. I have checked the Tax Rules setup on the Shop and they are the imported Tax Rules for VAT UK. The Product is set to 20% Tax as expected. I have checked the Tax rules setup for the carrier - this is also set to 20% I have attached the invoice with the tax fields shown. and the incorrect values. Sorry I cannot find the pound symbol on this keyboard! The Product Total (excl) is £2.59 The Product Total Including 20% tax is £3.11 The shipping is £12 which includes £2 20% VAT tax, Total Tax is not showing the £2 Tax included in the shipping. Total is showing correct. In the Tax Detail it shows the correct Tax rate % But the Total Tax £2.92 is incorrect It is Off but £0.40 Question is how can i resolve this issue? Prestashop version is 1.5.6.0 I would prefer to be able to resolve this issue without installing the modules like M4 PDF Extensions etc as that is the expensive option. Thank you for any assistance provided. Regards
-
Hi all, I have been a Zen Cart user for the past 4 or so years. While I think Zen Cart is a great system, very lightweight and powerful. I have come to a stage with my online store that I am far to busy (and incompetent) to be able to update the zen cart site to the current release. As the core code has about 30+ addons and I cannot program more than "hello world". So I think it could be a good opportunity to look towards a system that has virtually all of the addons I have had to manually integrated into zen cart, built in. I am a very very small UK based business that is VAT registered. I have downloaded the latest 1.6.0.5 and played, I am very impressed, however, I have noticed that it is calculating VAT wrong. Can some help me on this? Being VAT registered business where 80% of my sales are B2B, having the correct VAT calculations is 100% essential
-
Buongiorno a tutti. Ho una richiesta relativa a come si possano settare per singolo prodotto due tipologie di IVA a livello intracomunitario. Il sito Prestashop (versione 1.6.5) che sto preparando vendera' dei prodotti in due principali aree Europee Italia e Romania ad esempio. La mia attivita' e' basata in Romania. Il prodotto x quindi (valido per entrambe le nazioni o se vogliamo per tutta europa) dovra' avere l'iva al 24% se venduto romania - romania, l'iva% se il cliente acquista dall'italia ed e' operatore intracomunitario abilitato od al 24% se non lo e' o se e' persona fisica. Innanzi tutto come si settano queste variabili (anche in fase di importazione CSV) Come verifica (ammesso che lo faccia) il sistema se uno e' operatore intracomunitario oppure no Questo problema e' rilevante perche' in fase di pagamento avvenuto si genererebbero una miriade di problemi, storni iva fatture da rifare etc etc. Nessuno mai ha avuto lo stesso problema? Grazie per quanto vorrete supportarmi Buona giornata
-
The original PDF invoice in PrestaShop changes from time to time. Sometimes is better, sometimes worse. The biggest problem is that the original invoice have often poorly calculated discounts and VAT breakdown. I tried to make a comparison invoice in 4 PrestaShop versions. Here are the results: PrestaShop v1.3.1 PrestaShop v1.4.3.0 PrestaShop v1.4.6.2 PrestaShop v1.5.4.1 Inaccurate credit slip in 1.6.0.11 https://www.prestashop.com/forums/topic/398872-inaccurate-credit-slip-in-16011/
-
Hi there, I have a company based in the UK - 20% vat. I sell my products to all EU countries and I would like to be able to charge/not charge Vat depending on the VAT validation. Doesn't need to be actually checked with VIES, I simply want to set up things this way: 1. UK VAT registered/validated - standard 20% vat 2. UK non VAT individuals - standard 20% vat 3. outside UK VAT registered/validated - 0% vat 4. outside UK non VAT individuals - standard 20% vat So basically I want to allow all VAT registered users from outside UK purchasing my products with VAT 0%. I've been searching all day and can't find the solution. Has anyone used the Module EU VAT and client group for this? Thanks in advance for any suggestion.
-
Salve a tutti, tento anche qui dopo vario postare e diggare senza risultato. Il mio Problema è questo, Installato 1.5.2. caricato e settato per il B2B, ora in 1.5.3 e sembra andare bene (almno questa) Avrei la neccessità di avere un negozio (piccolissimo) per fare solo B2B, quindi mi serve che i prezzi siano mostrati senza Iva agli utenti loggati, ma che poi venga aggiunta separatamente nel carrello, dimodo che vedano qual'è il totale che devono e peossano pagare. Sembra (va) facile, ma nn c'è storia Ho cercato in giro, postato sul forum, studiato anche questa, ma forse per la versione.. http://www.prestasho...__fromsearch__1 non riesco a venirne a capo ho il tema di default e l'unico gruppo abilitato è il customers che vengono abiilitati manualmente. C'è qualcuno che può aiutarci? mille grazie