Works really nicely, is it possible to hide the payment option if the credit balance is zero?
]]>Hello,
I see in the description of the plugin it says:
Ability to withdraw funds to PayPal account (in development)
Partial Payments (in development)
I was wondering if these options are still in development, or are they live?
Thank You
]]>Hi,
I just discovered that on WordPress 5.4.1 the plugin will cause trouble to the admin menu page (basically it won’t show all the data and it doesn’t allow to do any action).
This is related to a problem that I discovered on your code.
On line 219 of the gateway.php file, you called a wrong function
wc()->cart->get_total( ” )
This statement should be changed with the following:
WC()->cart->total
This will fix the issue
]]>There’s a fatal error on the menu page /wp-admin/nav-menus.php related to User Wallet Credit System plugin. Could you please update this as soon as possible?
WordPress version 5.4.1
Current theme: Twenty Thirteen (version 3.0)
Current plugin: User Wallet Credit System (version 3.1.1)
PHP version 7.1.33
Error Details
=============
An error of type E_ERROR was caused in line 219 of the file /home/skoinfos/public_html/skoinfo/wp-content/plugins/user-waller-credit-system/includes/gateway.php. Error message: Uncaught Error: Call to a member function get_total() on null in /home/skoinfos/public_html/skoinfo/wp-content/plugins/user-waller-credit-system/includes/gateway.php:219
Stack trace:
#0 /home/skoinfos/public_html/skoinfo/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(151): WC_Gateway_WPUW->is_available()
#1 /home/skoinfos/public_html/skoinfo/wp-content/plugins/woocommerce/includes/wc-account-functions.php(118): WC_Payment_Gateways->get_available_payment_gateways()
#2 /home/skoinfos/public_html/skoinfo/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-menus.php(309): wc_get_account_menu_items()
#3 /home/skoinfos/public_html/skoinfo/wp-admin/includes/template.php(1471): WC_Admin_Menus->nav_menu_links(NULL, Array)
#4 /home/skoinfos/public_html/skoinfo/wp-admin/nav-menus.php(872): do_accordion_sections(Object(WP_Screen), 'side', NULL)
#5 {main}
thrown
]]>
When activating the plugin, the Appearance -> Menus seems to be a bit broken.
Commenting line #14 in includes/gateway.php helps, but, of course, this excludes the “User Wallet Credit System” payment option from the list of available payment methods of Woocommerce. Could it be fixed, please?
I would like to use your plugin to sell support services.
Like 60 minutes of support for $50.
Is it possible to show the available credits in minutes in stead of currency ?
can i customize the $ symbol to be a custom credit symbol? what i wanted to do is creating a custom credit sort of like a custom currency for users to purchase.something like one of the credit will worth $200. could this plugin achieve this?
]]>Hello,
This seemed to stop working recently and I found that on the Add Credit page in admin there was a JS console error – “$(…).tabs() is not a function”
Narrowed that down to the /admin/assets/js/admin.js file and the first section:
/** intiate jQuery tabs */
$("#wo_tabs").tabs({
activate: function (event, ui) {
//window.location.hash = ui.newPanel.attr('id'); // Does not seem to work 100%
}
});
Is causing the error. I’ve commented this out for now as I don’t know what it’s for and this seems to have sorted it for now…
]]>Hello,
before getting more into it, this is what I’m looking for.
A plugin where the customer buys credits (loads his account) and then can buy the products with the credits in the shop.
Is this the right one or is this plugin only for direct purchase of the product in credits?
Kind regards
exxis
how and where do i edit the order staus so i can change the order status to processing instead of complete
]]>Hello.
Great plugin.
Why after each purchase with “User Wallet Credit System” order status is “completed” and not “pending”?
If the status of the order is completed for all orders, how can I do the difference between the order that I have shipped and the orders I have not shipped yet?
]]>[uw_balance display_username=”true” separator=”:” username_type=”display_name”] shortcode for example doesnt work when i create new page. When i clicked Publish page button i see red error of updating!
Also, if I wish to show only just the credit balance on a user’s profile page, how do I show it?
]]>Hi,
I’m trialing the free version of this plugin before I purchase the pro version for multisite support. According to the description it has some basic multisite support, so I figured I could test it out.
I have tried activating it with both the network activate feature, and the individual site activation feature.
The sites that I’m working with are fresh installs of WordPress, and locally run.
The error that I’m encountering is that whenever this plugin is activated, menu functionality appears to break.
The specific error in the JS console is as follows:
Uncaught ReferenceError: columns is not defined - load-scripts.php:83
I’m also noticing that the error:
“WooCommerce needs to be installed and activated to use “User Wallet” appears as well.
Is the pro version the only network/multisite safe version available?
Thanks
]]>the seller’s balance is not added after the transaction
how i can get fees from sellers?
[uw_product_table] shortcode for example doesnt work when i create new page. When i clicked Publish page button i see red error of updating!
]]>Hi there, I’ve been writing an email after buying the pro version of the plugin, but still no reply…
I need to be able for users using the credit to not use it on one particular product.
Is this possible? and how?
thanks,
Francois
Hey ,
I need to know when the partial payment be added , or any workaround to restrict the amount of wallet to be used to checkout be restricted to a fixed amount(or dynamically) ?
I want to buy the plugin but need to know these details before buying and how can these be achieved !
Please add an option to turn off the icon at my account page. or is there any existing tweak to get rid of the icon from the “my account” page.
]]>Is there a way I can hide all payments except for wallet if the product is virtual or is of certain category? And the opposite if the product is simple product hide wallet and enable all other payments. I need this for advertising site, where users buy their credits through paypal etc, and when spending credits posting their ads are only able to use wallet credits. Thank you
]]>Wallet not visible at Checkout
]]>Hi,
It would be very useful to have a page (related to your plugin) where we could see the complete history of budgets for each user? For example, how much was the initial budget added for the user, which admin added it, when was it added etc. Is there already such a feature but I’m missing it?
And my question is – where in the database can I see the history of budgets for a specific user? In this case I need to check the initial budget added for the user in 2018.
Thanks!
]]>I’ve been unsuccessful in getting the shortcodes to render on pages using the Beaver Builder Text Editor modules. They show up on the page but outside the BB containers.
Also, some shortcodes don’t render at all.
Can you do a Beaver Builder fix?
]]>Some of the hooks / filters are named with suffix wpvw
while payment method name is wpuw
which makes certain hooks never fire, such as:
woocommerce_thankyou_wpvw
Ability to transfer from one user to another (in development)
Ability to withdraw funds to bank account (in development)
Partial Payments (in development)
When will the transfer money from one user to another user be live? How soon? I need time details, please.
]]>Hello,
I’m looking for a way to provide “points” or “credits” wallet to my users, so they:
1- Can buy those “points” with real money (dollars), and then…
2- Can spend the “points” buying the final products in the store, and they ONLY can use “points” to do that, not dollars.
I expected that “User Wallet Credit System” can differenciate between “real” currencies and “points-currency”, so users could use any “normal” payment gateway (paypal, bank transfer…) only to buy “points”, and use “wallet” payment gateway only to spend those points in final products.
But:
– The wallet balances are expressed in dollars-$, not “points”, “credits” or whatever you want to call them.
– Users can ony use dollars to buy shop products, whether they come from “standard” payment gateways (paypal, bank transfer…) or from “wallet” payment gateway. They are suppoused to have identical value, althoug you can sell (let’s say) 1000points-bundle for 10$.
– I don’t see any way to configure Woocommerce so the cost of final products are expressed as “points” and not dollars.
I think I’m missing something… Just want to know if “User Wallet Credit System” can be used the way I’m looking for, or if I need to look somewhere else.
Thank you!
]]>Hi Guys love the plugin its great I was however wondering if you could use your own custom credit symbol as I want my one credit to equal R100 so if the credit is called R1 it gets confusing.
thanks
Quick heads up: the pro version in functions.php on line 111 post_status is set to ‘public’ which is an invalid status (should be ‘publish’).
This prevents non-admin users from purchasing.
]]>Hi,
First off, excellent plugin, have spent days trying all of the credit plugins out there, wish I’d found this one first…
I’ve come across one issue that I can’t seem to resolve though, steps to create the scenario are:
– Customer adds product to cart and checks out using Cash On Delivery payment gateway, the Woocommerce order is set to processing
– Subsequently the customer needs to pay for the order with credits added to the account, order is manually set back to Pending Payment
– Customer goes via My Account to pay for the order and pays for the order using their credit balance / wallett
– Order is updated to completed, however the user’s balance is not reduced.
I tried looking through the process_payment() method in the WC_Gateway_WPUW class but couldn’t see anything that I thought would prevent this from taking place.
Any ideas?
]]>When I activate the plugin, the website gets an error, appears http 500
regardsm
Sometimes the payment with the credit fails, specifically when choosing a variation of a product
]]>