ayoub2003
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] WooWallet page not availableActually I realised that the problem is not from Terawallet itself, all my-account page stuff of woocommerce redirect to 404 error page, the problem is that permalinks are “domain.com/things-in-my-account-page” instead of “domain.com/my-account/things-in-my-account-page”
Forum: Plugins
In reply to: [Wallet for WooCommerce] Disable wallet payment gateway per categoryI found this code
//disable wallet partial payment add_filter('woo_wallet_disable_partial_payment', '__return_true');and it works, anyways thank you so much
Forum: Plugins
In reply to: [Wallet for WooCommerce] Disable wallet payment gateway per categoryHi, thank you sir for your fast reply, I realised that the code above works fine, and also the plugin you suggested, the problem was because of partial payment of terawallet, if the amount you want to pay is more than the one in your wallet, the wallet partial payment gateway appears in the checkout page, but if you have in your wallet more than the amount of the product both plugins and code work very good…
So if you can now just tell me how to disable partial payment I will be so grateful, I tried to disable it from settings but it still appears…
I will be grateful if you gave me a code as fast as possible…
Btw, thank you another time for your fast replies
Cordially.
P.S: Sorry for my bad english…
Ayoub Ouedrhiri, From Morocco