Category: Woocommerce Series

  • WC Series : Customize the product price by user role

    WC Series : Customize the product price by user role

    Sometimes, you need to override the default product price based on user role. You may use different unit price depend on customer role (e.g vip-member, reseller ). This tutorial will guide you the whole process to override the price Overriding get_price() function Before we go into the the source code, let us understand the background…