Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default Add Instructions Text

    Hi,

    can anyone help add some instructional text? I would like to add this text right below "Special Instructions or Order Comments" heading and above the actual text box where customers would type.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Add Instructions Text

    Link to this page

  3. #3
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default Re: Add Instructions Text

    The link is below:

    http://www.bequjuice.com/store/index...ckout_shipping

    you'll probably need to log in, use dummy account:

    Log In email: [email protected]
    Password: zencart

    It's in first step of checkout.

  4. #4
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Add Instructions Text

    You would edit includes/languages/english/YOUR_TEMPLATE/checkout_shipping.php

  5. #5
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default Re: Add Instructions Text

    Would you be able to offer some instruction on how to do that? Which code to insert or what to edit?

  6. #6
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Add Instructions Text

    define('TABLE_HEADING_COMMENTS', 'Special Instructions or Comments About Your Order');

    You would probably place your custom text here.

    define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue to Step 2');

    define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- choose your payment method.');

  7. #7
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Add Instructions Text

    define('TABLE_HEADING_COMMENTS', 'Special Instructions or Comments About Your Order <br />Add some more text here along with the line break. Don\'t forget to escape any apostrophes.');
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  8. #8
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Add Instructions Text

    Quote Originally Posted by RescoCCC View Post
    define('TABLE_HEADING_COMMENTS', 'Special Instructions or Comments About Your Order');

    You would probably place your custom text here.

    define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue to Step 2');

    define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- choose your payment method.');
    No... not exactly...

    Your text HAS to be part of the define - not "below" it...

    The quickest (but "dirty") method is to do something like this:

    define('TABLE_HEADING_COMMENTS', 'Special Instructions or Comments About Your Order<br /><br /><span id="mySpecialText">This sentence will be replaced by your custom text</span>');

    As you have described the text within a span, which has its own ID, you can then apply a STYLE to it in your stylesheet.css file...

    EG:

    #mySpecialText {colour: #ff0000; font-size: 12px;}
    20 years a Zencart User

  9. #9
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Add Instructions Text

    Kim beat me to it !
    20 years a Zencart User

  10. #10
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Add Instructions Text

    Your text HAS to be part of the define - not "below" it...
    Yeah, I thought of that a couple minutes ago and just came back to correct it. You guys are too quick!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 4
    Last Post: 15 Apr 2014, 04:13 PM
  2. Shopping Cart Instructions text
    By symptom in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Sep 2008, 11:57 PM
  3. Instructions for removing text did not work. Please help.
    By indigo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Dec 2006, 05:53 PM
  4. Adding text/instructions to shipping info.
    By binny25 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Oct 2006, 01:21 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