- This topic has 5 replies, 4 voices, and was last updated 11 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Restrict Manual Checkout to certain members?
Tagged: limit, Manual Checkout, members, restrict
I am using eMembers and eStore, and would like to allow certain customers – resellers, for example – to have the option of using Manual Checkout so we can invoice them based on the credit terms we’ve established (e.g. Net-10, Net-15, Net-30). However, I do not want all members to have (or even see) this option.
How would I go about doing that?
This will need some custom coding. Are you okay with PHP code?
Hi, sorry for the delay…yes, I am familiar with PHP code.
First you will need to know the membership details of a user. This post will explain how you can retrieve membership details of the current user:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
Next you will need to modify the “eStore_cart.php” file (most likely inside the “eStore_cart_display_checkout_button_form_part” function) to add in a condition so only members with certain membership level can see the manual checkout selection.
I see this post is 2 years old. I need this functionality. It this reply still valid?
Yes, it is still valid.