Hi, Whishlist commerce doesnt include tax in prices, after adding a product to the wishlist, you can see in the orders prices without vat. How to how to solve it?
Thanks

Comments

nellngun’s picture

anybody?

Stefan Lehmann’s picture

The wishlists code suggests, that it is using rules to add a product to the wishlist. Did you check out the pricing rules at all?

See:

rules_invoke_all('commerce_wishlist_product_add', $wishlist, $product, $line_item);

I like cookies!

nellngun’s picture

Hi, Thanks for the answer. But I still cant get why nobody had that problem before. I use commerce for online purchases. Each price contains some taxes and when a customer adds simple product to the wishlist, can view provider's basic prices instead of selling prices. Whats the point for using rules when the module's default setup should supply all whats needed to work with Commerce Kickstart prices in the first place?

VM’s picture

commerce module is heavily reliant on rules. Why build rules into commerce when the rules.module can be utilized to provide the rules? Also of note the wishlist is used by a small fraction of users (per its project page). This may explain why it either hasn't been discussed in past or discussed infrequently.