I have assigned colour combinations to various products (which are available in 3 colours), and although I input the price as £49.95, the price displayed in red is £38.96.
However...
When I add the item to the cart, the correct price of £49.95 is added like here. Why is this? And how do I stop it?
Cheers,
Sam
Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.
Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
Prices showing completely wrong with combinations...
Started by yournamehere, Jul 04 2009 09:36 AM
Prices showing completely wrong with combinations...
#1
Posted 04 July 2009 - 09:36 AM
#2
Posted 04 July 2009 - 10:04 AM
The combinations are removing 22% of the total price whien you add a combination, however once the item is placed into the cart it adds it back (giving the correct figure)...
#3
Posted 04 July 2009 - 06:02 PM
This is to do with the way the tax is calculated....
I have made changes to the tax (to display them separately), and also addressed the the problem of attributes that change the price.
You can email me if you want my changes.
I have made changes to the tax (to display them separately), and also addressed the the problem of attributes that change the price.
You can email me if you want my changes.
http://www.Presto-Changeo.com Prestashop Modules and Website Development
Modules: Attribute Wizard Pro | Ajax Filter | Website Translator | Facebook Comments | Mass Combination Editor | Database Export | Private Shop |Product List Attributes | OSC to PS Migration | ZenCart to PS | Cre-loaded to PS | Authorize.net | Sagepay | Fedex | UPS | USPS | Canada Post | Australia Post
Free Modules: Facebook Like | Google +1 | Rotating Fading Text | Quantity Discounts | Order IP Log
For the latest modules, updates and monthly discount coupons, follow Twitter or Facebook
Featured Module: Automatic Prestashop Backup - Backup your files and database on Amazon S3 Cloud server, locally, and via email for 3 layers of protection against data loss or server crash!
Modules: Attribute Wizard Pro | Ajax Filter | Website Translator | Facebook Comments | Mass Combination Editor | Database Export | Private Shop |Product List Attributes | OSC to PS Migration | ZenCart to PS | Cre-loaded to PS | Authorize.net | Sagepay | Fedex | UPS | USPS | Canada Post | Australia Post
Free Modules: Facebook Like | Google +1 | Rotating Fading Text | Quantity Discounts | Order IP Log
For the latest modules, updates and monthly discount coupons, follow Twitter or Facebook
Featured Module: Automatic Prestashop Backup - Backup your files and database on Amazon S3 Cloud server, locally, and via email for 3 layers of protection against data loss or server crash!
#4
Posted 10 July 2009 - 07:34 AM
Hi,
Thanks for your response.
yes I would really appreciate your coding if thats ok. I really can't work out how to make the price display correctly.
My email is samjslater[at]g00glemail.com (with an @ and o's)...
Cheers,
Sam
Thanks for your response.
yes I would really appreciate your coding if thats ok. I really can't work out how to make the price display correctly.
My email is samjslater[at]g00glemail.com (with an @ and o's)...
Cheers,
Sam
#5
Posted 13 July 2009 - 03:18 AM
Tomerg3 - have you done your coding on PS version 1.2 yet? THat is what I am using.
More info on the issue with taxes in 1.2:
PS 1.2 has added a "tax excluded option" which is nice but it still has a big issue with tax computation (or at least with the way US State tax is computed) - I have reported this as a bug to the Prestashop developers - here is what I found regarding PS 1.2:
Prestashop is passing incorrect state tax to Paypal. The issue lies in the order in which the computation is completed (note PS is using TWO different tax computations in PS 1.2) and what data is passed to Paypal.
For our example, we are buying 10 items that are $1.50 at a 9.75% State tax rate.
Method one of computing (which PS uses in the cart): unit price*qty*tax rate for our example {1.50 * 10} = 15 * 1.0975= $16.46 product with tax
Method Two (which is on the product pages and is passed along to Paypal): unit price * tax rate * qty for our example [1.50 * 1.0975} = 1.65 * 10 = $16.50 product with tax
I took pictures of this if you would like.
Usually in the US, the state tax is computed by taking the complete taxable product subtotal and then multiplying by the state tax rate.
By trying to compute the tax the earlier stage, the Paypal cart is charging too much for tax.
Method 1 is closer to US tax rate computation than Method 2.
Thank you
By diamond204 on 01 Jul 2009 at 10:50 (UTC+1)
More info on the issue with taxes in 1.2:
PS 1.2 has added a "tax excluded option" which is nice but it still has a big issue with tax computation (or at least with the way US State tax is computed) - I have reported this as a bug to the Prestashop developers - here is what I found regarding PS 1.2:
Prestashop is passing incorrect state tax to Paypal. The issue lies in the order in which the computation is completed (note PS is using TWO different tax computations in PS 1.2) and what data is passed to Paypal.
For our example, we are buying 10 items that are $1.50 at a 9.75% State tax rate.
Method one of computing (which PS uses in the cart): unit price*qty*tax rate for our example {1.50 * 10} = 15 * 1.0975= $16.46 product with tax
Method Two (which is on the product pages and is passed along to Paypal): unit price * tax rate * qty for our example [1.50 * 1.0975} = 1.65 * 10 = $16.50 product with tax
I took pictures of this if you would like.
Usually in the US, the state tax is computed by taking the complete taxable product subtotal and then multiplying by the state tax rate.
By trying to compute the tax the earlier stage, the Paypal cart is charging too much for tax.
Method 1 is closer to US tax rate computation than Method 2.
Thank you
By diamond204 on 01 Jul 2009 at 10:50 (UTC+1)
#6
Posted 02 August 2009 - 02:18 PM
Hi there,
thank you Tomer for sharing this tax fix. However i had problem with price display and old retail price when reduction was applied. I reworked the files so that % reduction now work in tax calculation. I did not find a way with price reduction. And to have the right price displayed in the product listing and homefeatured, i added a field in adminproduct just under the final price where you can write the price to be displayed in product listing and homefeatured, which will obiviously be the same as final price. Take note this work with tax based on location and might not work with product tax. If you try, please BACKUP FIRST!!!
***if someone know how to post a file please let me know, it don't seem to work!***
thank you Tomer for sharing this tax fix. However i had problem with price display and old retail price when reduction was applied. I reworked the files so that % reduction now work in tax calculation. I did not find a way with price reduction. And to have the right price displayed in the product listing and homefeatured, i added a field in adminproduct just under the final price where you can write the price to be displayed in product listing and homefeatured, which will obiviously be the same as final price. Take note this work with tax based on location and might not work with product tax. If you try, please BACKUP FIRST!!!
***if someone know how to post a file please let me know, it don't seem to work!***
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











