Thread: Adding an image

Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2013
    Location
    South Yorkshire
    Posts
    49
    Plugin Contributions
    0

    Default Adding an image

    I am wanting to add an image to the bottom of my site next to the twitter and facebook icons.
    I am on the latest Zen Cart version
    The template is Pica Flor Azuls Ashley Pink
    Here is a link to the site
    http://littlehandmadesoapshop.co.uk/

    How do I add the image please am stuck on where to add it in the template files and also how to as in what code I need to use

    Any help would be appreciated

    Thank you in advance

    Angie

  2. #2
    Join Date
    Jul 2013
    Location
    South Yorkshire
    Posts
    49
    Plugin Contributions
    0

    Default Re: Adding an image

    Ok I figured it out here is what I did incase anyone else wants to know

    In my
    public_html/includes/templates/ashley_pink/common/tpl_footer_menu.php on the line directly above the twitter link I put

    <img src="http://www.littlehandmadesoapshop.co.uk/images/CreditCardsAccepted_Logos.jpg" alt="Paypal" style="width:98px;height:56px">

    That has worked for me

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Adding an image

    Quote Originally Posted by angiexx1 View Post
    Ok I figured it out here is what I did incase anyone else wants to know

    In my
    public_html/includes/templates/ashley_pink/common/tpl_footer_menu.php on the line directly above the twitter link I put

    <img src="http://www.littlehandmadesoapshop.co.uk/images/CreditCardsAccepted_Logos.jpg" alt="Paypal" style="width:98px;height:56px">

    That has worked for me
    Could alsomake the following revisions to implement a little "better" keeping formatting consistent with ZC functionality.

    Code:
    echo zen_image('/images/CreditCardsAccepted_Logos.jpg','Paypal', '98','56');
    This also should prevent issues of mixed content (https/http) on the page. This is also assuming that the image being loaded is on the site that has the code.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. v150 Additional Image Replacing Existing Image Instead of Adding as a Second Image
    By Allaction in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 30 Apr 2013, 11:56 PM
  2. Adding a "New" image to the product listing (similar to "Sold Out" image)
    By javaman in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 18 Feb 2010, 11:44 PM
  3. Adding 2 image buttons and 1 image to right hand side bar
    By optimalwebsite in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Feb 2009, 01:35 PM
  4. adding a "New" image to a product image
    By genabit in forum General Questions
    Replies: 0
    Last Post: 21 May 2006, 03:43 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