Jump to content

[Resolved] Payment Method comment to user


CoderJim

Recommended Posts

Hello, I'm not sure if this belongs in skins or tech. On the page that allows the user to choose a payment type (CC or PP) I would like to include the comment, "You must return to this site from PayPal to complete the transaction after payment" or some such. Can I just add that copy to this line in content.gateway.php

<h1>{$LANG.gateway.select} You must return...</h1>

The CC auto returns, but I use the same PP acct. for another site so an auto is not an option and sometimes folks need reminding.

Thanks

Lingerie Skin

Thanks for all your help bsmither, I couldn't have done this without you.

Link to comment
Share on other sites

In content.gateway.php, try:

From:
{if isset($GATEWAYS)}
<h1>{$LANG.gateway.select}</h1>

To:
{if isset($GATEWAYS)}
<h1>{$LANG.gateway.select}</h1>
<p style="font: italic bold; color: green;">Please use the link on the
PayPal Payment page to return to our store.</p>

 

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.

×
×
  • Create New...