Jump to content

Adding MC, Visa etc. logos to checkout page


Rick67

Recommended Posts

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,

Link to comment
Share on other sites

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? ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated