Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    59
    Plugin Contributions
    0

    Default weird string appears beside attribute selection in front-end

    - I have zen cart 1.3.8 running on a local test site with WinXP and WAMP server (php v. 5.2.6 and mysql v. 4.1.22 and Apache 2.2.8). I have installed the Dual Pricing Module (v. 1.5)

    When viewing a product with attributes in the front-end, beside each attribute checkbox (or radio button), a string such as

    "ATTRIBUTES_PRICE_DELIMITER_PREFIX+€5.00ATTRIBUTES_PRICE_DELIMITER_SUFFIX
    ATTRIBUTES_WEIGHT_DELIMITER_PREFIX+0.12KgATTRIBUTES_WEIGHT_DELIMITER_SUFFIX" is output.

    The same thing I have noticed in online zen cart sites such as:
    http://www.somsak2004.net/zentcart/Z...products_id=90

    or

    http://www.comodus.nl/demo-shop/inde...=0&language=nl

    It looks like some constant names from the internal code are literally output in the html conteng.
    Is that a bug of zen cart, and how could that be fixed ?

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

    Default Re: weird string appears beside attribute selection in front-end

    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
    Sep 2008
    Posts
    59
    Plugin Contributions
    0

    Default Re: weird string appears beside attribute selection in front-end

    ok, thanks a lot. I found out in the file product_info.php greek lang pack version (the one from krom offered in the contributions) that the following lines were missing:

    Code:
    define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');
    define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');
    define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' (');
    define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');
    (I am impressed by the very good support this forum has....)

 

 

Similar Threads

  1. v154 Extra string at end of product info url
    By Siem in forum General Questions
    Replies: 3
    Last Post: 14 Sep 2015, 08:28 PM
  2. v139b Crisis! Back end works, front end does not!
    By Tamuren in forum General Questions
    Replies: 2
    Last Post: 25 Jan 2012, 02:22 AM
  3. Categories not showing up in front end but it is added in back end
    By raaj.smvec in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 22 Apr 2010, 12:06 PM
  4. Image appears when selection is made with dropdown?
    By Starlyn in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 26 Aug 2008, 04:18 PM
  5. Front-end admin?
    By jernej in forum General Questions
    Replies: 6
    Last Post: 10 Jan 2007, 12:26 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