cmshosting Posted March 5, 2020 Share Posted March 5, 2020 I have a custom template, that has fontawesome icons in the form fields on the registration but if a customer goes to buy a hosting package without registered first the icons are just text on this view. I cant seem to be able to figure out the file that does this to tweak it. Thanks for help in advance! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 5, 2020 Share Posted March 5, 2020 10 hours ago, cmshosting said: I have a custom template, that has fontawesome icons in the form fields on the registration but if a customer goes to buy a hosting package without registered first the icons are just text on this view. you mean that you're seeing this.... 10 hours ago, cmshosting said: I cant seem to be able to figure out the file that does this to tweak it. you can't natively add FA icons to client custom fields output - are you trying to add them to the description fields ?? the template would be standard_cart/checkout.tpl, but the customfields input fields HTML is an array generated internally by WHMCS - so you'd really need to use an action hook to loop though the customfields and add an appropriate FA5 icon to each text input field... and if you used descriptions for those values, you'd likely then need to have the descriptions in the output (by editing the template or maybe using CSS). 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.