Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2007
    Posts
    138
    Plugin Contributions
    0

    Default Adding text to checkout_shipping.php

    I'd like to add some text near the bottom of the checkout_shipping page (info about standard shipping times for the options). I've copied

    /includes/languages/english/checkout_shipping.php

    to

    /includes/lanquages/english/my_template/checkout_shipping.php

    I can modify the text in the default file, so I know it's in the correct place. However, I can't add any new text (trying with a simple echo). Any ideas?

  2. #2
    Join Date
    Apr 2007
    Posts
    138
    Plugin Contributions
    0

    Default Re: Adding text to checkout_shipping.php

    Here is the wiki page I am using for reference.

    http://www.zen-cart.com/wiki/index.p..._shipping_page

    An example, I can change the HEADING_TITLE on the new file and it shows up on my site. But if I add an echo, nothing shows up.

  3. #3
    Join Date
    Apr 2007
    Posts
    138
    Plugin Contributions
    0

    Default Re: Adding text to checkout_shipping.php

    Nothing?

  4. #4
    Join Date
    Aug 2009
    Posts
    104
    Plugin Contributions
    0

    Default Re: Adding text to checkout_shipping.php

    To add text on checkout shipping page you need to copy:

    includes/templates/template_default/templates/tpl_checkout_shipping_default.php

    To:

    includes/templates/your_templatet/templates/tpl_checkout_shipping_default.php

    edit it there and to add text near bottom of page find:

    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONTINUE_CHECKOUT, BUTTON_CONTINUE_ALT); ?></div>
    and add your text above it, for example I have used:

    <br /><center><b>We endeavour to despatch within 2 working days and ship by either royal mail recorded delivery or parcelforce24, estimated time for delivery is 3-4 working days</b></center><br />
    Which gives this result:


 

 

Similar Threads

  1. Replies: 1
    Last Post: 11 Oct 2016, 09:27 PM
  2. adding text to checkout_payment.php
    By bettsaj in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 15 Mar 2010, 06:00 PM
  3. changing checkout_shipping.php
    By jmouse in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Mar 2008, 04:24 PM
  4. checkout_shipping.php HEEEELLLLPPPP
    By shopyoungway in forum General Questions
    Replies: 0
    Last Post: 3 May 2007, 05:07 AM
  5. Adding Currency abbreviation to checkout_shipping
    By superbnerb in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Sep 2006, 05:07 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