Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2008
    Posts
    36
    Plugin Contributions
    0

    Default Add image to check-out screen (step 1 only)

    I would like to add an image to the check-out screen (step 1 only).
    Where should this be done and how do I not have it show on the other 2 check-out screens? I would like it to appear below the special instructions/comment field.

  2. #2
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Add image to check-out screen (step 1 only)

    includes - templates - YOURTEMPLATE - templates - tpl_checkout_shipping_default.php

    line 129...ish

    <div>
    <img src="<?php echo DIR_WS_TEMPLATE_IMAGES; ?>my_new_image.jpg" border="0" alt="My Image" />
    </div>

    you will need to put your my_new_image.jpg into
    includes - templates - YOURTEMPLATE - images


    hope this helps
    ~Steve~

  3. #3
    Join Date
    Aug 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Add image to check-out screen (step 1 only)

    That worked great. Now, is there a way to make the center column wider to accomodate my image. I don't have anything in the left or right columns so I should be able to grow the center column and move it to the left.

  4. #4
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Add image to check-out screen (step 1 only)

    you can turn those columns off in the admin -> layout settings... otherwise the stylesheet.css will contain the width:size...
    ~Steve~

 

 

Similar Threads

  1. text at step 2 of check out
    By talisman-studios in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 May 2008, 07:23 PM
  2. Replies: 2
    Last Post: 11 May 2008, 03:10 AM
  3. Stuck on step 1 of 3 on check out
    By overkil6 in forum Addon Payment Modules
    Replies: 3
    Last Post: 12 Aug 2006, 04:38 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