9m9m9
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Ajax loading problemsNo, I don’t see any error in the Console too. Can I share my website login? What is the best way?
Forum: Plugins
In reply to: [Flaming Password Reset] Not sending EmailAll other emails are going out except Flaming Password Reset email.
Thanks for the quick reply. Thanks, It is solved.
Forum: Plugins
In reply to: [Simple Membership] Make my payment gateway PayPal to liveThank you!
Forum: Plugins
In reply to: [PHP Compatibility Checker] Plugin does nothing?I too have the same problem. I have installed this plugin https://ww.wp.xz.cn/plugins/wp-crontrol/, How to configure this to work with PHP Compatibility Checker
- This reply was modified 9 years ago by 9m9m9.
Forum: Plugins
In reply to: [Simple Membership] Create user in wordpress with simple membershipBut I did not see corresponding user entries in WordPress when user signup using the Simple membership signup form.
Am I missing any configuration?
Forum: Plugins
In reply to: [Simple Membership] Hide some part of the content on the page to nonmembersYes, thank you so much!
Sorry, its my fault.
Forum: Plugins
In reply to: [WooCommerce] Stop charging shipping rate for only one user(based on user ID)That’s a good idea, but my client typically wants to show 0 only at checkout page. I tried it but cannot change value an cart total(like cart total-flatrate shipping cost).
The above code can help to make your cart item into packages.
By putting both 1)SMALL PRODUCT and 2)BIG PRODUCT into one shipping package I solved my problem.
$class_groups = array(
‘group1’ => array(SMALL PRODUCT SHIPPING CLASS ID,BIG PRODUCT SHIPPING CLASS ID ),);
Can someone please respond on this thread?
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Coupon code not in order confirmation emailCan you please respond on this thread?
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Coupon code not in order confirmation emailI tried deactivate the plugin ’email blaster’. No errors now even if I enabled wp_debug. Still cannot see code on order email.
Can i send my site url in personal?
Actually I have two categories, say category1 and category2.
Category1 only flat shipping
Category2 only fedex shipping
If i add only products from Category1 then its fine showing Flat shipping option.
If i add only products from Category2 then it is also fine showing Fedex shipping option.
if i add products from both catgeory1 and Category2 here the problem raises showing “no shipping methods” error.