Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2009
    Location
    Arizona
    Posts
    4
    Plugin Contributions
    0

    Default Size Attribute Dropdown displays "ATTRIBUTES_PRICE_DELIMITER_SUFFIX"

    I've searched but can't find this particular issue answered already

    Here is my version and module info that was installed by my hosting company. I added the Rustic Template and a few modules as seen in the picture and discussed below.


    The problem is that I followed the How To for adding Size Attributes and the preview appears correct as seen here:


    But when I view the product that I added it to it appears like this:


    Here is a link to the product that I edited so far LINK

    I'm wondering if it is a module that I added that is messing with the dropdown display?? I did add a Google Base Feeder and an eBay Exporter a year ago and can't remember how to uninstall them. I use Image Handler and Easy Populate and hope that it isn't related to those. I've had the site over a year now and this wasn't an issue until now because I used to list each size as a separate item. Now I started fresh with 1 listing for each item and want to add the attributes for the sizes. That gives me a few hundred products to manage instead of 2,300!

    Thanks for any suggestions.

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Size Attribute Dropdown displays "ATTRIBUTES_PRICE_DELIMITER_SUFFIX"

    When you see UPPER_CASE-CONSTANTS appearing in the browser, it means that the code cannot find the associates text "string" that defines the constant.

    These "defines" are usually in LANGUAGE files, such as "english.php"

    and they look like this:

    PHP Code:
    define('PREV_NEXT_PRODUCT''Product '); 
    There are literally HUNDREDS of them in zencart, and the constants that are appearing in your page are in:

    includes/languages/english/product_info.php ...

    (You may find that file - product_info.php - is missing all-together. In which case, you need to FTP another copy of it to its correct location.)

    Anyway, the defines you need are (in a core version):-

    PHP Code:
    define('ATTRIBUTES_PRICE_DELIMITER_PREFIX'' ( ');
    define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX'' )');
    define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX'' (');
    define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX'') '); 
    20 years a Zencart User

  3. #3
    Join Date
    Apr 2009
    Location
    Arizona
    Posts
    4
    Plugin Contributions
    0

    Default Re: Size Attribute Dropdown displays "ATTRIBUTES_PRICE_DELIMITER_SUFFIX"

    The link in the first post was incorrect it should be LINK

  4. #4
    Join Date
    Apr 2009
    Location
    Arizona
    Posts
    4
    Plugin Contributions
    0

    Default Re: Size Attribute Dropdown displays "ATTRIBUTES_PRICE_DELIMITER_SUFFIX"

    The file includes/languages/english/product_info.php is indeed missing. I'll try to find it in my html backup and ftp back. If not I'll unzip a package to get the file and replace it.

    I'll follow up in a few minutes. Thanks for the clue

  5. #5
    Join Date
    Apr 2009
    Location
    Arizona
    Posts
    4
    Plugin Contributions
    0

    Default Re: Size Attribute Dropdown displays "ATTRIBUTES_PRICE_DELIMITER_SUFFIX"

    Replaced the missing file, reloaded the page, and all is displaying correctly! Thanks again for your help. Your time is greatly appreciated!!

 

 

Similar Threads

  1. How do I add a "size guide" link to a specific active attribute?
    By rslaing in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jun 2011, 10:35 AM
  2. Adding a "Size guide" link only if the "size" attribute is active in the product
    By dsided in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 7 May 2011, 01:55 PM
  3. change size of the "Dropdown Menu"
    By Soniccc in forum General Questions
    Replies: 11
    Last Post: 30 Nov 2010, 12:57 AM
  4. Prodcut attribute " Drop Down for Size"
    By awk_grep in forum General Questions
    Replies: 3
    Last Post: 18 Dec 2009, 01:40 AM
  5. Show (base + attribute) prices in dropdown + "Starting at"
    By Wils in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 21 May 2006, 05:09 PM

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