robyciu97 Posted December 20, 2017 Share Posted December 20, 2017 Hi guys someone know how can i show only user balance payment in payment form? I need this without disable other payment methods. I was thinking of editing the theme's tpl file but i'm not the best friend of smarty. Thank you for all. Link to comment Share on other sites More sharing options...
tantan199 Posted December 21, 2017 Share Posted December 21, 2017 Hi, Two solutions for you. 1. Remove other payments form the hookPaymentOptions hook. 2. Add custom css code to hide other payments. In your case, this code could do the work #payment-option-2-container{display:none ;} Regards, Jonny 1 1 Link to comment Share on other sites More sharing options...
robyciu97 Posted December 21, 2017 Author Share Posted December 21, 2017 6 ore fa, tantan199 dice: Hi, Two solutions for you. 1. Remove other payments form the hookPaymentOptions hook. 2. Add custom css code to hide other payments. In your case, this code could do the work #payment-option-2-container{display:none ;} Regards, Jonny OOOHHH!!!! Good work around! i used an if statement with style in div in the tpl file that has resolved my problem. Thank you for all!!! <3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now