Thread: Attribute Error

Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Attribute Error

    Hi
    I appear to have created an error with the display of one of the many attributes I have.... Only just noticed.

    From the image does anyone know where I should be looking....? It's only on the one field but that field runs through a few products. I would like to correct the code rather that start over.
    Attached Images Attached Images  

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Attribute Error

    Quote Originally Posted by Rizla View Post
    Hi
    I appear to have created an error with the display of one of the many attributes I have.... Only just noticed.

    From the image does anyone know where I should be looking....? It's only on the one field but that field runs through a few products. I would like to correct the code rather that start over.
    That is an indication of missing a definition for the applicable text. The definition is typically in a file associated with the product type (if using a product type that is not part of the ZC core files, then that definition should be added to the applicable language file.) So for example the default product type has that defined in the below file:

    includes/languages/english/product_info.php

    Changes if they are going to be made should be in:
    includes/languages/english/YOUR_TEMPLATE/product_info.php
    Whiich would be a copy of the file from above. Then inside the new file have/make a definition similar to those of the default zc products. If the desire is to not include a symbol, then the define should still be something like:
    Code:
    define('CONSTANT','');
    Where '' is two single quotes. CONSTANT is whichever of the above lines of text that you see, but need to replace with whatever is defined above.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. v155 Attribute controller - error message when adding attribute values
    By rustwood in forum General Questions
    Replies: 8
    Last Post: 11 Jul 2016, 10:26 PM
  2. Attribute error
    By sportsguy in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 23 Jul 2010, 09:41 AM
  3. Attribute error
    By enquirer66 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Apr 2008, 07:31 AM
  4. Attribute Error
    By jakumpe in forum Setting Up Categories, Products, Attributes
    Replies: 16
    Last Post: 26 Nov 2007, 05:46 AM
  5. Attribute error
    By julie.t in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 10 Feb 2007, 05:39 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