WooCommerce – Robokassa Ödeme Ağ Geçidi
Eklenti bağlantısı: https://mofsy.ru/portfolio/woocommerce-robokassa-payment-gateway.html
Nasıl uyarlanır:
- açık dosya \wp-content\plugins\wc-robokassa\class-wc-robokassa.php
- sonraki kodu aşağıdaki ekrandaki gibi girin:
if (class_exists('WOOCS')) { global $WOOCS; $this->currency = strtoupper($WOOCS->storage->get_val('woocs_current_currency')); } else { $this->currency = get_woocommerce_currency(); }