PDA

View Full Version : adding credit card logos to site


aliscot
25-Apr-2005, 05:55 PM
Hello again!

I would like to add credit card logos to my homepage. I have used an actinic template for my site and would like to know how I can add the logos.

many thanks

wjcampbe
25-Apr-2005, 06:16 PM
Check the PSP you are using - he probably provides logos for this purpose. The important thing is the relative size of each, so that no apparent bias is inferred.

Once you have the logos ready to go, just put the html code to show them into a fragment like this

!!< <img src="cardlogo.jpg" alt="these cards accepted here"> >!!

aliscot
25-Apr-2005, 06:30 PM
hi,

I will be using worldpay. On their site they provide logos and say....

Using the Automatic Logo Display Script (Recommended)
To display the hyperlinked card logos that your WorldPay account can accept, type the following code into the relevant pages on your Web site:

<script language="JavaScript" src="https://www.worldpay.com/cgenerator/cgenerator.php?instId=XXXXX"></script>

Replacing the X's with your WorldPay Installation ID.

Note: You will need to have JavaScript enabled on your site.
We recommend that you do not copy and paste the above code, as it may not display correctly - type it in manually.

My problem is I rely very much on templates/automation and these instructions mean very little to me, as I don't know where to start.

Regards

Ali

wjcampbe
25-Apr-2005, 07:36 PM
I think this will work, but maybe one of the more experienced users has a better answer.

Create a new fragment on the page(s) you want to add the logos to. Select "text only" in the layout field.

in the text area of the fragment type
[CODE]
!!<
<script language="JavaScript" src="https://www.worldpay.com/cgenerator/cgenerator.php?instId=XXXXX"></script>
>!!
[ENDCODE]

I believe that if you add this to a non-secure area of the site (http:// as opposed to https://) you/your customers will get a warning about a mixture of secure and non-secure items - you may want to avoid that.

hth