Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Attribute pricing problem

    I'm not sure what's happening here. When I add a price change based on an attribute (eg: X-Large cost +$2.00 more), I get this code in my attribute drop list:

    ATTRIBUTES_PRICE_DELIMITER_PREFIX+$2.00ATTRIBUTES_PRICE_DELIMITER_SUFFIX

    Example here: http://copyrightbygod.com/index.php?...&products_id=3

    I am setting up my first Zen cart - and have added a couple of modules, and the only one that (I think) touches attributes is the Image rollover.

    I've tried replacing the tpl_modules_attributes.php file with a 'clean' one -but no change.

    Any advice would be greatly appreciated.

    Thanks - Art

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Attribute pricing problem

    You appear to be missing language definitions ... example:
    /includes/languages/english/product_info.php

    Line #42 : define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');
    Check your language files against the originals ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Attribute pricing problem

    Thanks!

    I added

    [42] define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');
    [43] define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' ) ');

    And that fixed it!

    I hadn't that page, but I guess something did - but it's working now.

    Thank you very much for your help, and you have saved me a night of anguish!


 

 

Similar Threads

  1. Attribute pricing problem
    By z3n in forum Setting Up Categories, Products, Attributes
    Replies: 32
    Last Post: 5 Feb 2010, 12:47 AM
  2. Attribute Pricing Problem
    By jvalent in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2010, 11:59 PM
  3. Attribute Pricing Problem
    By GoldBuckle in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 28 Mar 2009, 06:41 PM
  4. Problem with attribute pricing when product on special
    By ekles in forum General Questions
    Replies: 1
    Last Post: 22 Jan 2008, 11:33 AM
  5. Attribute pricing problem
    By leonardawilson in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 20 Jul 2007, 11:49 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