Thread: Atribute error

Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Posts
    10
    Plugin Contributions
    0

    Default Atribute error

    Hi i added some attributes to a product but shows up like in image 1
    http://www.popartstudio.eu/1.JPG
    i would it to look like image 2 http://www.popartstudio.eu/2.JPG

    How can i fix this

    Thanks

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Atribute error

    The file:-

    includes/languages/english/product_info.php

    ... was probably edited at some stage (probably to remove the brackets).

    If you open that file - (in your case it may be):-

    includes/languages/YOUR-LANGUAGE/product_info.php

    PHP Code:
    define('ATTRIBUTES_PRICE_DELIMITER_PREFIX'' ( '); 

    define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX'' )'); 
    If you do not want the brackets, then delete only the brackets INSIDE the single quote marks, so you get:-

    PHP Code:
    define('ATTRIBUTES_PRICE_DELIMITER_PREFIX'' '); 

    define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX'' '); 
    You MUST LEAVE the single quote marks - even though there is nothing between them now. If the quote marks are deleted, you will see this in your shop:-

    ATTRIBUTES_PRICE_DELIMITER_PREFIX XXXX ATTRIBUTES_PRICE_DELIMITER_SUFFIX

    ... which is what is happening.

 

 

Similar Threads

  1. v139h Atribute Pricing
    By cjcraven in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Jul 2012, 05:47 AM
  2. Special packaging atribute.
    By boryszek in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 7 Oct 2011, 03:46 AM
  3. Preview Upload atribute
    By dre in forum General Questions
    Replies: 0
    Last Post: 7 Sep 2011, 04:09 PM
  4. Error when selecting atribute
    By malhyp in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 16 Feb 2009, 01:03 AM
  5. Horizontal atribute alinement
    By ellis200200 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 25 Jul 2006, 06:19 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