csposix Posted April 11, 2011 Share Posted April 11, 2011 I'm using prestashop version 1.3.7 , i have an issue if anybody can help me on.When I apply "taxes excluded" for the default group and tried to order with an add-on attribute, I got the total price calculated incorrectly, i.e the taxes is applied on the attribute and subtracted from the total price.Say I have a product for $895, an attribute for $45 and taxes. I got a total of 934, which should be 940 with excluded taxes, which means 5.85 was deducted from the total price and which is the taxes on attributes ( $45 taxes = 5.85 ). It needs to be the taxes are excluded for attributes too.All my products are coming up with this problem and only when using taxes excluded, so I am thinking it is one change to do with the taxes that will correct them all.Any comment? Link to comment Share on other sites More sharing options...
tomerg3 Posted April 11, 2011 Share Posted April 11, 2011 PS 1.3 handled attribute impact as if it already includes the tax.I wrote a little tax modification that displays the tax in a separate line, as well as change the attribute impact to exclude tax rather than include tax.The modification is currently up to date with PS 1.3.6, so it may require a bit of code comparing.You can find it at http://www.presto-changeo.com/en/prestashop-modifications/15-taxman.html Link to comment Share on other sites More sharing options...
csposix Posted April 12, 2011 Author Share Posted April 12, 2011 Hey tomerg3,Is this a bug in prestashop what i've mentioned above ? Link to comment Share on other sites More sharing options...
tomerg3 Posted April 12, 2011 Share Posted April 12, 2011 No, not a bug, it was designed that way, I would call it a flawed design It was changed in the latest version of Prestashop. Link to comment Share on other sites More sharing options...
csposix Posted April 12, 2011 Author Share Posted April 12, 2011 so if i upgrade to 1.4 it's working fine ? I'm asking if you exactly got what's the problem ? Link to comment Share on other sites More sharing options...
tomerg3 Posted April 12, 2011 Share Posted April 12, 2011 I would wait for PS 1.4.1 before upgrading, and do it on a test site before trying to the live site.In PS 1.4 when you assign an attribute impact, you can enter it pre or post tax.This means that if you enter $10 at pre tax, the impact would show at +$10 when no tax is applied, and $10 + tax when tax is applied. Link to comment Share on other sites More sharing options...
csposix Posted April 12, 2011 Author Share Posted April 12, 2011 Say i have Tax excluded in the default group and I have a product for $895, an attribute for $45 and Taxes of , what'll be the total price by using your module and if i used to upgrade to 1.4 ? Link to comment Share on other sites More sharing options...
tomerg3 Posted April 12, 2011 Share Posted April 12, 2011 both would be 940 Link to comment Share on other sites More sharing options...
csposix Posted April 12, 2011 Author Share Posted April 12, 2011 I've installed 1.4 for testing -Where i can check post/pre tax for attributes ? -How to change the back office language as it's in French and i have catalog default language is English. Link to comment Share on other sites More sharing options...
tomerg3 Posted April 12, 2011 Share Posted April 12, 2011 The impact is in the same place as before, the languages is now defined per employee, which you can change when you edit an employee Link to comment Share on other sites More sharing options...
csposix Posted April 12, 2011 Author Share Posted April 12, 2011 I've tried to upgrade 1.3.7 to 1.4 by copying settings.in.php of version 1.3.7 in 1.4 config/ directory getting Fatal error (Employee -> id_lang is empty) Link to comment Share on other sites More sharing options...
csposix Posted April 12, 2011 Author Share Posted April 12, 2011 As I've mentioned above tried to upgrade PS 1.3.7 to 1.4 but got the error > "Fatal error (Employee -> id_lang is empty)" when tried to login to back office.I've used the upgrade guide http://www.prestashop.com/download/guide_MAJ_PS14_en.pdf but there's no install/ directory as this was installed by softaculous, so i don't know if you have any comment or am i missing anything or the upgrade is not supported as I've noticed the DB number of tables is different in both versions and that "id_lang" column doesn't exist in the ps_employee table in 1.3.7 DB.So i appreciate your advices regarding the upgrade how to. Link to comment Share on other sites More sharing options...
tomerg3 Posted April 12, 2011 Share Posted April 12, 2011 See my answer in post #5 Link to comment Share on other sites More sharing options...
csposix Posted April 13, 2011 Author Share Posted April 13, 2011 The problem is that i have my website down now and i want to make it working till the PS next release is available.So is there no way i can successfully upgrade 1.3.7 and what about the error I've mentioned ? can't be fixed ? Link to comment Share on other sites More sharing options...
tomerg3 Posted April 13, 2011 Share Posted April 13, 2011 I suggest you start a new thread related to your new problem.hopefully you have a backup of the site which you can revert to in the meanwhile. Link to comment Share on other sites More sharing options...
csposix Posted April 14, 2011 Author Share Posted April 14, 2011 Can i have a refund if it doesn't work this module ? Link to comment Share on other sites More sharing options...
tomerg3 Posted April 14, 2011 Share Posted April 14, 2011 The modification is currently up to date with PS 1.3.6, so it may require a bit of code comparing.if you don't think you can handle the code modifications, do not get this, it is not a module, just a file with instructions. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now