Skip to content

Khandaker Toihidul Islam

Frontend & Web Developer

Khandaker Toihidul Islam

Frontend & Web Developer

  • Home
  • Symfony
    • Symfony
    • Easy Admin Bundle
  • WordPress
  • Server
    • Nginx
  • Vue JS
  • React
  • Software Testing
    • Manual Testing
    • Test Automation
  • Languages
    • Swedish
  • Tips
    • Driving in Sweden
    • Swedish
  • Database
    • Mysql
    • Home
    • 2021
    • December
Woocommerce

Ajax call without admin-ajax in wordpress

toihid December 22, 2021 0 Comments

Creating a custom URL that can me use as API. At first we need to use init hook in function.php /* allow ajax request api for custom url*/ add_action('init', function(){…

Woocommerce

woocommerce_cart_item_price customization

toihid December 22, 2021 0 Comments

Need to add the above hook in function.php of active theme // Mini cart: Display custom price add_filter( 'woocommerce_cart_item_price', 'filter_cart_item_price', 10, 3 ); function filter_cart_item_price( $price_html, $cart_item, $cart_item_key ) {…

Woocommerce Wordpress

Woocommerce cart functions

toihid December 5, 2021 0 Comments

total prices of products in cart (with taxes): 127shipping costs: 12fees (taxable): 13discount from a coupon: 10 With these settings, I get the following on my cart object: "cart_contents_total":97.4998, "total":144.6,…

Uncategorized Woocommerce

Customize woocommerce price in product, cart, category and checkout pages

toihid December 1, 2021 0 Comments

// Alter Product Pricing Part 1 - WooCommerce Product add_filter( 'woocommerce_get_price_html', 'bbloomer_alter_price_display', 9999, 2 ); function bbloomer_alter_price_display( $price_html, $product ) { // ONLY ON FRONTEND if ( is_admin() ) return…

Recent Posts

  • Installing fontawesome in Webpack on WordPress
  • Change git config
  • Does Mackerel fish safe for eating ?
  • Redirect in react route v6
  • Get slug from url in react js

Recent Comments

    Archives

    • July 2023
    • June 2023
    • May 2023
    • April 2023
    • March 2023
    • February 2023
    • January 2023
    • November 2022
    • September 2022
    • August 2022
    • July 2022
    • May 2022
    • April 2022
    • March 2022
    • February 2022
    • January 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • August 2021
    • July 2021
    • June 2021
    • May 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • March 2020
    • February 2020
    • January 2020

    Categories

    • API
    • c#
    • Continuous Intrgration
    • Covid-19 and IT jobs
    • Devops
    • Divi
    • Driving in Sweden
    • Driving in Sweden
    • Driving Licence Bangla
    • Easy Admin Bundle
    • Encore
    • ErLang
    • Fishing
    • Fiverr
    • General
    • git
    • Health
    • Java
    • Jenkins
    • Jquery
    • Languages
    • laravel
    • Manual Testing
    • Motivations
    • Mysql
    • Nginx
    • Outsourcing
    • PHP
    • PWA
    • React
    • Selenieum Webdriver
    • Selenium Webdriver Java
    • SEO
    • Server
    • SFI
    • Software Testing
    • Swedish
    • Symfony
    • Test Automation
    • Tips
    • troubleshooting
    • Tutorials
    • Uncategorized
    • Vue JS
    • Woocommerce
    • Wordpress

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    You Missed

    Wordpress

    Installing fontawesome in Webpack on WordPress

    git

    Change git config

    Fishing Tips

    Does Mackerel fish safe for eating ?

    React

    Redirect in react route v6

    Khandaker Toihidul Islam

    Frontend & Web Developer

    Copyright © All rights reserved | Blogus by Themeansar.