Announcement

Collapse
No announcement yet.

adding credit card logos to site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    adding credit card logos to site

    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

    #2
    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"> >!!
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      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

      Comment


        #4
        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
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment

        Working...
        X