Page 4 of 5

Re: Sales tax problem

Posted: 04 Apr 2021, 16:27
by Jan
Ok

Re: Sales tax problem

Posted: 04 Apr 2021, 22:03
by christine
Hi jrjr,

Thanks for your feedback and infos from Jan

Kind regards
Christine

Re: Sales tax problem

Posted: 21 Feb 2024, 16:04
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)?

Re: Sales tax problem

Posted: 21 Feb 2024, 16:37
by Jan
Hi, can you paste a screenshot of what do you exactly mean?

Jan

Re: Sales tax problem

Posted: 21 Feb 2024, 17:25
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

Re: Sales tax problem

Posted: 21 Feb 2024, 17:41
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

Re: Sales tax problem

Posted: 21 Feb 2024, 18:08
by Xeno
I don't use.
I only use the Cassiopeia Phoca Cart Furniture Child theme, nothing else.

Re: Sales tax problem

Posted: 22 Feb 2024, 01:09
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

Re: Sales tax problem

Posted: 22 Feb 2024, 09:32
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

Re: Sales tax problem

Posted: 22 Feb 2024, 10:29
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.