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

timurek’s picture

Same problem here, subscribing.

Bruno-2M’s picture

Same problem, sell prices appear without VAT.
Any solutions or patch are welcome.

fooby’s picture

i managed to display the vat by creating a custom field in node displays

here is the code of my field:

<?php print uc_currency_format(($object->sell_price)*1.19); ?>

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.

rlange77’s picture

works for now.
but how do you add the price suffix fields from the price handler like "incl. vat excl. shipping"?

Despi’s picture

To 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.

mogtofu33’s picture

Assigned: Unassigned » mogtofu33
Status: Active » Fixed

Fixed on 06-01-2011 dev snapshot.
Regards.
Mog.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

timurek’s picture

Status: Closed (fixed) » Needs work

I still see price without taxes after installing latest dev snapshot. Is there any special instruction to display it?

mogtofu33’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev

Sorry 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.

mogtofu33’s picture

Assigned: mogtofu33 » Unassigned
Issue summary: View changes
Status: Needs work » Closed (won't fix)