Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Edit delivery information page

Edit delivery information page

Views: 753

Results 1 to 6 of 6
23 Apr 2013, 1:39 PM
#1
thekenster avatar

thekenster

New Zenner

Join Date:
Jan 2012
Posts:
27
Plugin Contributions:
0

Edit delivery information page

When hitting 'go to checkout'..

I wish to edit this page (1 of 3)

There's currently a box at the bottom

'Special Instructions or Order Comments'

I would like to change this to a box of pre formatted text giving explanation about our delivery charges, any idea how i change this?

thanks

7 Jun 2013, 2:12 PM
#2
thekenster avatar

thekenster

New Zenner

Join Date:
Jan 2012
Posts:
27
Plugin Contributions:
0

Re: Edit delivery information page

I would appreciate some input here ive added a screenshot of what i would like to change, any information most appreciated

7 Jun 2013, 5:04 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Edit delivery information page

You'll want to open includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_shipping_default.php and replace this:

<fieldset class="shipping" id="comments"> <legend><?php echo TABLE_HEADING_COMMENTS; ?></legend> <?php echo zen_draw_textarea_field('comments', '45', '3'); ?> </fieldset>

with your custom text.

7 Jun 2013, 6:54 PM
#4
thekenster avatar

thekenster

New Zenner

Join Date:
Jan 2012
Posts:
27
Plugin Contributions:
0

Re: Edit delivery information page

Thankyou very much Steve, most appreciated.

One more issue I have, on the next page the formatting has gone wrong, any idea how I correct this?

[img]http://s17.postimg.org/m11miy3fj/screenshot3.jpg[/img]

7 Jun 2013, 6:57 PM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Edit delivery information page

Not from a screenshot, no. A link to the site in this format: wwwDOTyoursiteDOTcom will allow us to see the problem without the URL being available to spammers.

7 Jun 2013, 7:57 PM
#6
thekenster avatar

thekenster

New Zenner

Join Date:
Jan 2012
Posts:
27
Plugin Contributions:
0

Re: Edit delivery information page

okay wwwdotmypreciouspoochdotcom/index.php

then add any product and goto checkout and step2 of 3 is the issue which shows this formatting, much appreciated.