Skip to content
Best-IT Scholars
  • Plugins
  • Contact
  • My Account
  • 0
  • Toggle website search
0
  • Plugins
  • Contact
  • My Account
  • 0
  • Toggle website search

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:WordPress/Slice of Code

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

  • WoodMart Theme 10.00$
  • YellowPencil - Visual CSS Style Editor YellowPencil - Visual CSS Style Editor download 5.00$
  • Wp rocket 10.00$
  • All in all WP migration extension 20.00$ Original price was: 20.00$.10.00$Current price is: 10.00$.
  • Gravity-Forms Gravity forms 20.00$ Original price was: 20.00$.10.00$Current price is: 10.00$.

Categories

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

Recent Posts

  • Remove Zero Decimals from product price in WooCommerce
    January 14, 2023/
    0 Comments
  • How to backup & restore your WordPress website
    How to backup & restore your WordPress website
    March 17, 2021/
    0 Comments
  • Change a specific text in Woocommerce cart page
    December 11, 2021/
    0 Comments
  • Contact
  • Freelancing
  • Privacy Policy
© Best IT Scholars
  • USD $
    USD
  • BDT ৳ 
    BDT
×
×

Cart