Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default credit card image in footer not working

    Hi There,

    I added the following code to my tpl_header.php file

    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?><br>
    <img src="shop/images/paymentoptions.jpg alt="We except payment by Mastercard, Visa and Paypal."></div>
    <!--eof- site copyright display -->

    However, the image doesn't load.

    The file path is correct and the image name is correct. Permissions 744 on image.

    Website: yodgee.com.au

    Any reason why this wouldn't work?
    That wasn't the plan!

  2. #2
    Join Date
    Jul 2009
    Posts
    122
    Plugin Contributions
    0

    Default Re: credit card image in footer not working

    Try

    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?><br>
    <img src="shop/images/paymentoptions.jpg" alt="We except payment by Mastercard, Visa and Paypal."></div>
    <!--eof- site copyright display -->

    See if that makes a difference.

  3. #3
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: credit card image in footer not working

    Quote Originally Posted by CybaGirl View Post
    Try

    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?><br>
    <img src="shop/images/paymentoptions.jpg" alt="We except payment by Mastercard, Visa and Paypal."></div>
    <!--eof- site copyright display -->

    See if that makes a difference.
    Thanks!

    Grrrrr!! at "
    That wasn't the plan!

 

 

Similar Threads

  1. Credit Card Split Email Not Working - 1.3.5
    By choffman in forum Managing Customers and Orders
    Replies: 10
    Last Post: 2 Mar 2010, 05:38 PM
  2. Credit Card Offline Processing not working
    By phillpal in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 30 Jul 2008, 10:16 AM
  3. Credit Card not working
    By DanAllkins in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 16 Sep 2007, 12:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg