TeraWallet – WooCommerce için
Eklenti URL'si: https://wordpress.org/plugins/woo-wallet/
- senin şu anki çocuk wp teması dosya functions.php sonraki kodu ekle:
add_filter('woo_wallet_current_balance', function ($balance, $user_id) { if (class_exists('WOOCS')) { global $WOOCS; $balance = $WOOCS->woocs_exchange_value($balance); } return $balance; }, 10 , 2);