How to Display Product Prices Both Including & Excluding Tax WooCommerce | Show Price Inc + Ex Tax

preview_player
Показать описание
In this woocommerce tutorial for beginners you will learn how to display products prices with both include and exclude text in woocommerce frontend e.g shop or single product page. So we will add custom php snippet to show both including and excluding tax at same time e.g. “$100 inc. tax – $89 ex. tax”.

* Find Code in Top Pinned Comment Section.

#woocommerce #tax #product #price #shop #wordpress #wordpresstutorial #webtaskwithhassan #hassangilani
Рекомендации по теме
Комментарии
Автор

use this code:

add_filter( 'woocommerce_get_price_suffix', 'wtwh_add_price_suffix_price_inc_tax', 99, 4 );

function $suffix, $product, $price, $qty ){
$suffix = ' <small>ex. TAX</small> - ' . wc_price( wc_get_price_including_tax( $product ) ) . ' <small>inc. TAX</small>';
return $suffix;
}

WebTaskWithHassan
Автор

hello good video, but you can show how was your setting in the tax? becuase it do the job your code but i have the same price with tax include like without tax.

maxtudiodesing
Автор

Thanks. It works. Is there a way to reduce size font ONLY in inc. tax?

CreadoresWebSevilla
Автор

Hello sir, I have installed the new theme at Woo commerce, but prices are not showing original, it showed the discounted price. As we do add to cart any item then it shows the original price at add to cart. How to fix the discounted price.

umerfarooq
Автор

i want to write only exluding tax text line against price how can i do pls help

vloglyffff
Автор

brother don't know you but itna janta ho paka pakistani ho. is liye bhot bhot shukriya yar ye video banany ky liye subha 11 bjy ka khap raha tha main koi plugin nae hain abhi 7:30 hue hain really thank you yar allah pak ap ky liye asaniya paida karain

atharrana
Автор

how i can add extra text with product price Like----> only in or just in

MegaADILANSARI