rshdwork
Forum Replies Created
-
Forum: Plugins
In reply to: [Customer Chat for Facebook] some tweaksAlso how can I send the url of the page the user is watching back to facebook messenger so the person who is chatting with the user knows it.
Forum: Plugins
In reply to: [Wallet for WooCommerce] 0$ in woowalletExample:
My credit is $150 in my wallet.I purchase something $50. And here is the “My Order” pane:
1-
BAG $50
SUBTOTAL $50
CREDIT (or woowallet credit) -$50Shipping FREE
TOTAL 0$2-
BAG $50
SUBTOTAL $55
CREDIT -$50Shipping $5
TOTAL 5$3-
BAG $200
SUBTOTAL $200
CREDIT -$50Shipping $5
Total $155Forum: Plugins
In reply to: [Wallet for WooCommerce] 0$ in woowalletAnd does not need to show the wallet payment in payment options at all.
What do you think?
Forum: Plugins
In reply to: [Wallet for WooCommerce] 0$ in woowalletI just did and it works but I think there is a logical error here:
If the credit is positive, then it shows the pay by wallet option at the checkout. Now imagine I want to buy something for $120 and I have $100 credit.
At the checkout page it is not possible for the user to select both methods of payment ($100 credit and $20 visa card) because they are radio buttons. And if even they are checkbox, it does not help either because the user is confused with two methods of payment.
I suggest following:
1- Only show positive balances at the “Your Order” pane. You had it previously but removed it in the master branch.
2- Automatically deduce the subtotal from the positve credit.
3- Show the final amount at total.As if the user applied a coupon.
Now the user only has to pay the rest with his preferred method of payment.
Iconic shop does the same.
Thank you
Forum: Plugins
In reply to: [Wallet for WooCommerce] 0$ in woowalletAnd will it overwrite my configurations? Cause I already have made some woowallet configurations through the admin panel.
Forum: Plugins
In reply to: [Wallet for WooCommerce] 0$ in woowalletShould I just copy the github codes on top of the plugin?
Thank you