I have my prices entered as ex-tax and have my woocommerce setting to display prices as inc tax. The drop down that appears for the cart when you hover your mouse over it is showing prices as ex tax. This needs to show as inc tax. How can this be fixed?
thanks
Site URL: hidden Theme version: 2.7.1 WooCommerce version: 2.5.5
Content is visible for topic creator and support staff only.
You need to edit the wp-content/themes/royal/framework/woo.php file, change code in line 1302 $product_price = get_option( 'woocommerce_display_cart_prices_excluding_tax' ) == 'yes' || $woocommerce->customer->is_vat_exempt() ? $_product->get_price_excluding_tax() : $_product->get_price();
to the following: $product_price = $_product->get_price_including_tax();
Our mission is to help Internet businesses and their customers interact in a way that mirrors real-world customer experience: personal, human, and fun.
Upload your translation files
Lorem ipsum dolor sit amet consectetur adipisicing elitsed do
Love us as much as we love you?
If you love XStore theme and have something nice to say
don’t hesitate to tell about this! We’d appreciate if you could take a moment to give us 5-stars!