if i create a custom view with the uc advanced catalog there is no option to include the tax rate into the sell price. if i use the taxonomy view taxes are included.
i use the uc_vat module to extend the uc_taxes module
any suggestions on how to display them or how to create a custom field in nd which displays the applied tax rate?
Comments
Comment #1
timurek commentedSame problem here, subscribing.
Comment #2
Bruno-2M commentedSame problem, sell prices appear without VAT.
Any solutions or patch are welcome.
Comment #3
fooby commentedi managed to display the vat by creating a custom field in node displays
here is the code of my field:
its a dirty hack which doesnt use the tax variables specified in the uc_vat module, but if you sell products with only 1 tax applied it works.
the main problem with this hack is that whenever something changes with taxes you have to adjust the normal tax AND this display field.
Comment #4
rlange77 commentedworks for now.
but how do you add the price suffix fields from the price handler like "incl. vat excl. shipping"?
Comment #5
Despi commentedTo fooby:
Thank you for your dirty trick. I use it as I've run into the same problem as you with uc_advanced_catalog, uc_taxes and uc_vat.
However I would appreciate a proper fix to uc_advanced_catalog_menu.
Comment #6
mogtofu33 commentedFixed on 06-01-2011 dev snapshot.
Regards.
Mog.
Comment #8
timurek commentedI still see price without taxes after installing latest dev snapshot. Is there any special instruction to display it?
Comment #9
mogtofu33 commentedSorry for the time to respond, but it seems this problem does not appear on 6.x-2 release but concern 6.x-1.
Unfortunatly i have no time to maintain 6.x-1 release (as mentioned on project page), please test 6.x-2 release (not on production site, there is no upgrade path from 6.x-1 to 6.x-2).
if someone wishes to propose a patch, i will commit it.
Regards.
Mog.
Comment #10
mogtofu33 commented