Sales tax problem

Phoca Cart - complex e-commerce extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Sales tax problem

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: Sales tax problem

Post by christine »

Hi jrjr,

Thanks for your feedback and infos from Jan

Kind regards
Christine
Xeno
Phoca Member
Phoca Member
Posts: 17
Joined: 21 Feb 2024, 12:11

Re: Sales tax problem

Post by Xeno »

Hello!
I hope you don't mind me posting here, I didn't want to start a new thread.
My problem is that if I have a product that has no attribute, it displays the net gross price with the corresponding caption, but if I have an attribute, the caption only says "Price".
Where can I edit this to still have the net/gross (without/with tax)?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Sales tax problem

Post by Jan »

Hi, can you paste a screenshot of what do you exactly mean?

Jan
If you find Phoca extensions useful, please support the project
Xeno
Phoca Member
Phoca Member
Posts: 17
Joined: 21 Feb 2024, 12:11

Re: Sales tax problem

Post by Xeno »

Of course..
https://pasteboard.co/zpyDV0kexGn1.png

Where there is no attribute, label is good
Where there is an attribute, the label is bad
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Sales tax problem

Post by Jan »

Hi, there is no option to have different labels when there are attributes or not :idea:

Testing now, everything is OK:

Image

Do you use some specific CSS overrides :idea:

Jan
If you find Phoca extensions useful, please support the project
Xeno
Phoca Member
Phoca Member
Posts: 17
Joined: 21 Feb 2024, 12:11

Re: Sales tax problem

Post by Xeno »

I don't use.
I only use the Cassiopeia Phoca Cart Furniture Child theme, nothing else.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Sales tax problem

Post by Jan »

Which version of Child template, it has defined in user.css that some price parts will be hidden. Check the devtools to see if some part is not hidden in CSS (but mostly this is valid for whole row, not for small part only :idea: )

Jan
If you find Phoca extensions useful, please support the project
Xeno
Phoca Member
Phoca Member
Posts: 17
Joined: 21 Feb 2024, 12:11

Re: Sales tax problem

Post by Xeno »

I did a test on a brand new installation, created a category, a tax item, assigned it to both products, and it still doesn't work for me. I have attached a picture of my calculation settings.

https://pasteboard.co/lFe7R9sOIFAX.png
Xeno
Phoca Member
Phoca Member
Posts: 17
Joined: 21 Feb 2024, 12:11

Re: Sales tax problem

Post by Xeno »

Meanwhile, I think I've figured out where the mistake is.
If my main product is 0€ and so I don't have to calculate in the attributes which version is more expensive, but it doesn't add the "(excl. tax)" "(incl. tax)" to the price, but if I specify that the basic product is 100€ and attr1 0 attr2 +100€ then because the basic product is not 0€ it prints the "(excl. tax)" "(incl. tax)" values. I think this is wrong logic or I just don't understand it well, but I get it.
Because this way I have to calculate for each additional attribute how much more expensive the 2nd 3..... attribute is than the base product.
But in the end, I can rewrite lines 62 and 73 of the product_price.php file to print what I want in each case....
I would also need the tax rate option for the attribute.
Post Reply