Rick67 Posted May 12, 2008 Share Posted May 12, 2008 I am currently using Paypal standard. When one is on the WHMCS checkout page, it only shows a radio button for "Paypal". I want my clients to realize that they can pay with a credit card without being a paypal member. Is there a way to add a MC, Visa, American Express etc. logo to the checkout area? Thanks, 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 12, 2008 Share Posted May 12, 2008 Simply edit the correct "tpl" file with links to the images. 0 Quote Link to comment Share on other sites More sharing options...
Rick67 Posted May 12, 2008 Author Share Posted May 12, 2008 LOL! Easy to say but not at all helpful. I am not yet familiar with TPL files or even which file is the "correct" file. Are there tutorials somewhere? Thank you for trying to help! 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 13, 2008 Share Posted May 13, 2008 Heh...sorry about that. You need to look in the templates for the payment radio buttons. Which template will depend on which orderform style your'e using. As an example, if you're using the cart, look for "viewcart.tpl" under "templates/orderforms/cart", and in it, near the bottom, look for this: {foreach key=num item=gateway from=$gateways} Immediately following that line will be {/foreach} . If you add a < br > tag (spaces added here) after the closing "foreach", and add your images there, it should work. Be careful of how you link them...doc relative is best. That any better? 0 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.