customize in child theme (woowallet)
-
hi , thanks for good plugin, i want to customize the method (calculate_cashback_form_cart) in (woo_wallet_cashback) class.
how can customize this in child theme without editing plugin files?i want to change this line form
$percent_cashback_amount = wc()->cart->get_subtotal(‘edit’) * ( self::$global_cashbak_amount / 100 );
to
$percent_cashback_amount = wc()->cart->get_total(‘edit’) * ( self::$global_cashbak_amount / 100 );
thanks for help
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘customize in child theme (woowallet)’ is closed to new replies.