Results 1 to 9 of 9
  1. #1
    Join Date
    Jun 2008
    Posts
    34
    Plugin Contributions
    0

    Default How can I solve this checkout issue?

    During checkout, the customer is presented with a coice to add "Special Instructions or Order Comments"

    How can I disable that option?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: How can I solve this checkout issue?

    Turn it off by using CSS -

    #comments {display: none;}
    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.

  3. #3
    Join Date
    Jun 2008
    Posts
    34
    Plugin Contributions
    0

    Default Re: How can I solve this checkout issue?

    wow thanks Kim!!!

  4. #4
    Join Date
    Jun 2008
    Posts
    34
    Plugin Contributions
    0

    Default Re: How can I solve this checkout issue?

    Kim, where is the css file that i need to edit?

    Thanks

  5. #5
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: How can I solve this checkout issue?

    includes/templates/your_template/css/stylesheet.css

  6. #6
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: How can I solve this checkout issue?

    It worked onthe Shipping checkout page.
    But the Comments box appears on the Payment checkout page.
    Any help?

  7. #7
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: How can I solve this checkout issue?

    Display your site in FireFox AFTER you have installed their web developer toolkit add-on.

    Then use the tools in that add-on to identify style classes and id's on relevant pages.

    Then apply Kim's solution to the stylesheet(s).
    20 years a Zencart User

  8. #8
    Join Date
    May 2010
    Location
    Durham, NC
    Posts
    13
    Plugin Contributions
    0

    help question Re: How can I solve this checkout issue?

    Not to hijack a thread, but...

    I've got same issue and zero experience with css/stylesheets.

    FF Firebug shows this code for the unwanted order instructions.

    Current code:
    <fieldset>
    <legend>Special Instructions or Order Comments</legend>
    <textarea rows="3" cols="45" name="comments"></textarea></fieldset>

    Want to change to:
    <!--
    <fieldset>
    <legend>Special Instructions or Order Comments</legend>
    <textarea rows="3" cols="45" name="comments"></textarea></fieldset>
    -->

    This works fine in the Firebug "preview" mode, but I can't find the actual code to edit in [/store/includes/templates/my_template/css/stylesheet.css].

    Looking at stylesheet.css in A-GoLive...
    - 'CSS Definitions' tab: Wow... Confusing.
    - 'Source' tab: Don't see the code.

    Any ideas?
    Thanks.

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

    Default Re: How can I solve this checkout issue?

    Quote Originally Posted by dfs_durham View Post
    Not to hijack a thread, but...

    I've got same issue and zero experience with css/stylesheets.

    FF Firebug shows this code for the unwanted order instructions.

    Current code:
    <fieldset>
    <legend>Special Instructions or Order Comments</legend>
    <textarea rows="3" cols="45" name="comments"></textarea></fieldset>

    Want to change to:
    <!--
    <fieldset>
    <legend>Special Instructions or Order Comments</legend>
    <textarea rows="3" cols="45" name="comments"></textarea></fieldset>
    -->

    This works fine in the Firebug "preview" mode, but I can't find the actual code to edit in [/store/includes/templates/my_template/css/stylesheet.css].

    Looking at stylesheet.css in A-GoLive...
    - 'CSS Definitions' tab: Wow... Confusing.
    - 'Source' tab: Don't see the code.

    Any ideas?
    Thanks.
    What you see in Page Source on a browser is the RESULT of the activity of the PHP.

    Zencart does not "store" the raw HTML... it is ASSEMBLED by the php only when someone clicks a link to that page.

    If you don't understand CSS, then you will have to learn it. There are no short cuts to being a proper "webmaster".

    w3schools.com has some very good tutorials (it's where I started) and there are many other resources for learning this on the www.
    20 years a Zencart User

 

 

Similar Threads

  1. v150 How to solve this overlapping issue?
    By owchuan in forum General Questions
    Replies: 4
    Last Post: 5 Sep 2012, 02:46 PM
  2. Can't solve Comodo issue. Help Please, Thanks!
    By pixel2 in forum General Questions
    Replies: 1
    Last Post: 14 Aug 2012, 11:49 AM
  3. Can't solve Cookie Usage issue after checkout
    By sarjenwd in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 20 Sep 2011, 06:06 PM
  4. Help to solve this issue
    By lorhan in forum General Questions
    Replies: 3
    Last Post: 30 Mar 2008, 03:38 PM

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