Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Jul 2008
    Posts
    151
    Plugin Contributions
    0

    Default Re: major problem! cant buy anything!

    This is the line 25 area:

    // First line of the greeting
    define('EMAIL_WELCOME', 'We wish to welcome you to <strong>' . STORE_NAME . '</strong>.' at ebaby.co.nz);
    define('EMAIL_SEPARATOR', '--------------------');
    define('EMAIL_COUPON_INCENTIVE_HEADER', 'Congratulations! To make your next visit to our online shop a more rewarding experience, listed below are details for a Discount Coupon created just for you!' . "\n\n");
    // your Discount Coupon Description will be inserted before this next define
    define('EMAIL_COUPON_REDEEM', 'To use the Discount Coupon, enter the ' . TEXT_GV_REDEEM . ' code during checkout: <strong>%s</strong>' . "\n\n");
    define('TEXT_COUPON_HELP_DATE', '<p>The coupon is valid between %s and %s</p>');

  2. #12
    Join Date
    Jul 2008
    Posts
    151
    Plugin Contributions
    0

    Default Re: major problem! cant buy anything!

    and another error:

    languages/english/create_account_bak.php on line 25


    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: create_account.php 5745 2007-02-01 00:52:06Z ajeh $
    */

    define('NAVBAR_TITLE', 'Create an Account');

    define('HEADING_TITLE', 'My Account Information');

    define('TEXT_ORIGIN_LOGIN', '<strong class="note">NOTE:</strong> If you already have an account with us, please login at the <a href="%s">login page</a>.');

    // greeting salutation
    define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME);
    define('EMAIL_GREET_MR', 'Dear Mr. %s,' . "\n\n");
    define('EMAIL_GREET_MS', 'Dear Ms. %s,' . "\n\n");
    define('EMAIL_GREET_MRS', 'Dear Mrs. %s,' . "\n\n");
    define('EMAIL_GREET_MISS', 'Dear Miss. %s,' . "\n\n");
    define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");

    // First line of the greeting
    define('EMAIL_WELCOME', 'We wish to welcome you to <strong>' . STORE_NAME . '</strong>.' at ebaby.co.nz);
    define('EMAIL_SEPARATOR', '--------------------');
    define('EMAIL_COUPON_INCENTIVE_HEADER', 'Congratulations! To make your next visit to our online shop a more rewarding experience, listed below are details for a Discount Coupon created just for you!' . "\n\n");
    // your Discount Coupon Description will be inserted before this next define
    define('EMAIL_COUPON_REDEEM', 'To use the Discount Coupon, enter the ' . TEXT_GV_REDEEM . ' code during checkout: <strong>%s</strong>' . "\n\n");
    define('TEXT_COUPON_HELP_DATE', '<p>The coupon is valid between %s and %s</p>');

  3. #13
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: major problem! cant buy anything!

    The error message was pointing to line 25, which is
    Code:
    define('EMAIL_WELCOME', 'We wish to welcome you to <strong>' . STORE_NAME . '</strong>.' at ebaby.co.nz);
    it looks like the .' is in the wrong place (near the end of the line). Try:
    Code:
    define('EMAIL_WELCOME', 'We wish to welcome you to <strong>' . STORE_NAME . '</strong> at ebaby.co.nz.');

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. cant display anything after customization
    By starry89 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Aug 2009, 04:12 PM
  2. Why can't anyone buy anything in the shopping cart?
    By toxicgtr in forum General Questions
    Replies: 2
    Last Post: 8 Jan 2007, 12:42 AM
  3. Why can't anyone buy anything in the shopping cart?
    By toxicgtr in forum General Questions
    Replies: 1
    Last Post: 7 Jan 2007, 10:59 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR