Skip to content
Best-IT Scholars
  • Plugins
  • Contact
  • Customer Dashboard
  • 0
0
  • Plugins
  • Contact
  • Customer Dashboard
  • 0

Remove Zero Decimals from product price in WooCommerce

  • Post published:January 14, 2023
  • Post category:Slice of Code

you can remove zero from the product price by using this code on function.php file. add_filter( 'woocommerce_price_trim_zeros', '__return_true' );

Continue ReadingRemove Zero Decimals from product price in WooCommerce

Change a currency symbol in Woocommerce

  • Post published:January 14, 2023
  • Post category:Slice of Code

You can change the currency symbol by using the following code: /** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency ) { switch( $currency…

Continue ReadingChange a currency symbol in Woocommerce
Read more about the article How to show product price with & without VAT in woocommerce product page

How to show product price with & without VAT in woocommerce product page

  • Post published:August 25, 2022
  • Post category:Slice of Code/WordPress

More details

Continue ReadingHow to show product price with & without VAT in woocommerce product page
Read more about the article How to reorder or add an extra field on woocommerce product page

How to reorder or add an extra field on woocommerce product page

  • Post published:August 21, 2022
  • Post category:Slice of Code/WordPress

At first, we can see the hook used in woocommerce product page.

Continue ReadingHow to reorder or add an extra field on woocommerce product page
Read more about the article How to change woocommerce sort by text in shop page

How to change woocommerce sort by text in shop page

  • Post published:August 19, 2022
  • Post category:Slice of Code/WordPress

Just copy and paste the code your active child theme of functions.php.(take a backup of your website before doing it) add_filter('woocommerce_catalog_orderby', 'wc_customize_product_sorting'); function wc_customize_product_sorting($sorting_options){ $sorting_options = array( 'menu_order' => __(…

Continue ReadingHow to change woocommerce sort by text in shop page
Read more about the article Enable uploading .csv file type on your WordPress Website

Enable uploading .csv file type on your WordPress Website

  • Post published:August 13, 2022
  • Post category:Slice of Code/WordPress

Step 1: Copy the code below & paste it to your 'wp-config.php' file your WordPress website directory define('ALLOW_UNFILTERED_UPLOADS', true); Step 2: Copy the code below & paste it to your…

Continue ReadingEnable uploading .csv file type on your WordPress Website
  • 1
  • 2
  • Go to the next page

Featured Post

  • WordPress hosting
  • Premium WordPress theme
  • Backup & restore your website
  • Bank Account
  • Domain
  • Hosting
  • Plugin
  • Shopify
  • Slice of Code
  • Theme
  • Uncategorized
  • Web
  • WordPress

Top rated Plugins

  • Asset-CleanUp-Pro Asset cleanup pro
    Rated 0 out of 5
    20.00$ 10.00$
  • Crocoblock
    Rated 0 out of 5
    20.00$ 10.00$
  • Elementor Pro
    Rated 0 out of 5
    10.00$ – 16.00$
  • WoodMart Theme
    Rated 0 out of 5
    10.00$
  • All in all WP migration extension
    Rated 0 out of 5
    20.00$ 10.00$

Categories

  • Bank Account (1)
  • Domain (1)
  • Hosting (1)
  • Plugin (14)
  • Shopify (1)
  • Slice of Code (11)
  • Theme (2)
  • Uncategorized (1)
  • Web (4)
  • WordPress (26)

Recent Posts

  • How to use Bootstrap Class in WordPress
    How to use Bootstrap Class in WordPress
    November 1, 2021/
    0 Comments
  • How to show product price with & without VAT in woocommerce product page
    How to show product price with & without VAT in woocommerce product page
    August 25, 2022/
    0 Comments
  • Buy the Most Popular plugin for rewarding your customers
    Buy the Most Popular plugin for rewarding your customers
    August 31, 2021/
    0 Comments
  • About Us
  • About Us
  • Contact Us
  • Contact Us
  • Terms & Conditions
  • Terms & Conditions
  • Privacy Policy
  • Privacy Policy
© Best IT Scholars
  • USD $
    USD
  • BDT ৳ 
    BDT
×
×

Cart