Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2011
    Location
    Iowa
    Posts
    87
    Plugin Contributions
    0

    Default Text Information on shopping cart page

    I tried to remove the text that says "you may want to add some instructions here", but now I have "Text_Information" there, link attached. I'm not real experienced with PhP. We don't have any instructions or anything like that to add. How can I get rid of that?


    http://66.147.244.80/~debradew/shop/...=shopping_cart

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Text Information on shopping cart page

    I'm guessing you went to includes/languages/english/shopping_cart.php, and removed this line:


    Line #12 : define('TEXT_INFORMATION', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)');

    What you want to do is just remove (or replace) the content inside the single quote marks:

    Line #12 : define('TEXT_INFORMATION', '');

  3. #3
    Join Date
    Jan 2011
    Location
    Iowa
    Posts
    87
    Plugin Contributions
    0

    Default Re: Text Information on shopping cart page

    FABULOUS!!!! Thank you SO MUCH!!!

  4. #4
    Join Date
    Jan 2011
    Location
    Iowa
    Posts
    87
    Plugin Contributions
    0

    Default Re: Text Information on shopping cart page

    Ok, so maybe not so fabulous yet. I removed the "text information" as instructed, but it still shows. Was I to also take out the Here is a copy of my now line-12:

    define('', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)');


    I even took out the 'you may want...' and that made no difference either. So I must be missing something here. I wish that the document didn't even have that in there, and if you wanted something you could add it. I can't think what other instructions --- but of course I'm just me.

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Text Information on shopping cart page

    Quote Originally Posted by melissamiller8 View Post
    define('', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)');

    Nope. You don't remove the TEXT_INFORMATION part, you remove the define value (You may want to add, etc.), leaving the single quotes. Your line 12 should look exactly like this:

    Line #12 : define('TEXT_INFORMATION', '');

    If you want to add your own text, place it between the single quotes.

  6. #6
    Join Date
    Jan 2011
    Location
    Iowa
    Posts
    87
    Plugin Contributions
    0

    Default Re: Text Information on shopping cart page

    Once again, thank you so much. I should have been able to figure that out.

 

 

Similar Threads

  1. How to remove shopping cart text information and change delete bin image?
    By keemeng in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jun 2011, 08:55 PM
  2. Help text on shopping cart page
    By dmcco in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Apr 2011, 07:29 PM
  3. Need to delete certain text on Shopping Cart page
    By KismetDesign in forum General Questions
    Replies: 2
    Last Post: 29 Jul 2009, 04:19 PM
  4. Customizing fonts & text on shopping cart page
    By KismetDesign in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 17 Jul 2009, 09:18 PM
  5. Shopping cart page 'remove' heading text
    By miles in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Jul 2008, 03:40 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