Moumita Adak
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] interfere with Woocommerce@ehsan991 Please share detailed error log.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Issue with withdrawal@debby222 Support related to our paid plugin is not provided here please create a support thread here https://woowallet.in/support/
Yes.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Add a word next to the balance amount@vengr7262525 Hi,
You can do it by template override, for this please go to your theme > create
woo-wallet
folder > copy & paste themini-wallet.php
file from the core plugin > then edit as per your requirement.Thank You
@yergomezz Hi, Thanks for reaching out to us.
Please enable Wallet payment gateway from WooCommerce > Settings > Payments tab.@ohdearbambi Hi, Thanks for reaching out to us.
Please create a new transaction and check because once you made a transaction it’s stored in the database.Forum: Plugins
In reply to: [Wallet for WooCommerce] Paginate Wallet TransactionsForum: Plugins
In reply to: [Wallet for WooCommerce] How can I limit the balance description maybe to 5Hi @debby222,
Thanks for reaching out to us. Please add the below code in the functions.php file of your activated theme.
add_filter('woo_wallet_transactions_count', 'woo_wallet_transactions_count_callback'); if(!function_exists('woo_wallet_transactions_count_callback')){ function woo_wallet_transactions_count_callback(){ return 5; } }
Forum: Plugins
In reply to: [Wallet for WooCommerce] Wallet Topup Credit Without Completing orderHi @eyexeven,
Thanks for reaching out to us. As per our plugin features, the wallet top-up amount is automatically added to the user wallet when order status Processing or Completed.
Thank You
Forum: Plugins
In reply to: [Wallet for WooCommerce] Change low balance of wallet in checkout pageHi,
Please add the below code in functions.php file of your activated theme.add_filter('woocommerce_no_available_payment_methods_message', 'woocommerce_no_available_payment_methods_message_callback'); if(!function_exists('woocommerce_no_available_payment_methods_message_callback')){ function woocommerce_no_available_payment_methods_message_callback(){ return __('Sorry, it seems there is no enough balance in your wallet account. Please add balance to your account from "My Account > my Wallet" and choose wallet topup, Thanks!'); } }
Thank you
Forum: Plugins
In reply to: [Wallet for WooCommerce] Open link as pop upHi,
We have a shortcode for the wallet Dashboard you can customize this using our shortcode and make it in a pop-up for your site.Thank You
Hi @singcang
Thanks for reaching out to us. You can add Recaptcha using hook woo_wallet_after_my_wallet_content at the wallet dashboard page.Thank you
Forum: Plugins
In reply to: [Wallet for WooCommerce] Display cashback in percent@reshadsir We have not heard back from you so I am marking this topic as resolved please feel free to create a new support thread for any further assistance.
Thank You
Forum: Plugins
In reply to: [Wallet for WooCommerce] Wallet Topup@francescop89 We have not heard back from you so I believe the above issues are resolved. I am marking this topic as resolved please feel free to create a new support thread for any further assistance.
Thank You
@annastef Sorry for the delay in response. Please contact your theme support team regarding this.
Thank You