Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Location
    Wisconsin,USA/Bermuda
    Posts
    42
    Plugin Contributions
    0

    Default Re: gv_faq.php - Modifying the FAQ page text...

    I copied and pasted your code into my store, and I found one error that messed up the whole page.

    You have:
    2. During the checkout process, on the same page that you select a payment method
    there will be a box to enter a ' . TEXT_GV_REDEEM . '. Enter the ' . TEXT_GV_REDEEM . ' here, and
    click the Redeem button. The code will be
    validated and the amount added to your ' . TEXT_GV_NAME . ' Account. You can then use the amount to purchase any item from our store')<br /><br />;
    break;

    You need to move the <br /><br /> inside the parentheses, so it reads:

    2. During the checkout process, on the same page that you select a payment method
    there will be a box to enter a ' . TEXT_GV_REDEEM . '. Enter the ' . TEXT_GV_REDEEM . ' here, and
    click the Redeem button. The code will be
    validated and the amount added to your ' . TEXT_GV_NAME . ' Account. You can then use the amount to purchase any item from our store<br /><br />');
    break;

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: gv_faq.php - Modifying the FAQ page text...

    Quote Originally Posted by littlegdesigns2004 View Post
    I copied and pasted your code into my store, and I found one error that messed up the whole page.

    You have:
    2. During the checkout process, on the same page that you select a payment method
    there will be a box to enter a ' . TEXT_GV_REDEEM . '. Enter the ' . TEXT_GV_REDEEM . ' here, and
    click the Redeem button. The code will be
    validated and the amount added to your ' . TEXT_GV_NAME . ' Account. You can then use the amount to purchase any item from our store')<br /><br />;
    break;

    You need to move the <br /><br /> inside the parentheses, so it reads:

    2. During the checkout process, on the same page that you select a payment method
    there will be a box to enter a ' . TEXT_GV_REDEEM . '. Enter the ' . TEXT_GV_REDEEM . ' here, and
    click the Redeem button. The code will be
    validated and the amount added to your ' . TEXT_GV_NAME . ' Account. You can then use the amount to purchase any item from our store<br /><br />');
    break;
    Thanks for the FAST response.. I'll give that whirl this weekend.. (crossing my fingers) Although I'm pretty positive that this isn't a section of the original code that I edited.. Hmmmmmmmmmm

 

 

Similar Threads

  1. v151 modifying the Define_Main_Page.php
    By DarrellJ in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Jan 2015, 04:30 AM
  2. v151 modifying product_info_display.php page
    By asdfwen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Jul 2013, 01:38 AM
  3. how to edit the text in Gift Certificate FAQ?
    By lina0962 in forum General Questions
    Replies: 1
    Last Post: 8 Sep 2010, 01:36 AM
  4. Modifying Main Page to show various text.
    By beautifulminds-us in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 May 2008, 10:29 PM
  5. modifying the header.php file for advanced_search_result
    By monkeytown in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Jan 2008, 08:53 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