Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Add image to check-out screen (step 1 only)

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

Locked

Views: 810

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
9 Sep 2008, 7:11 PM
#1
tkelley66 avatar

tkelley66

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

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.

9 Sep 2008, 7:54 PM
#2
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

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

9 Sep 2008, 8:28 PM
#3
tkelley66 avatar

tkelley66

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

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.

9 Sep 2008, 8:40 PM
#4
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

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...