Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    5
    Plugin Contributions
    0

    Default Attributes not posting properly on page.

    Their not being put in a box, just left out hanging art the bottom of page.
    Both manuals Iv'e bought seem to have been written by programmers, therfore are not in plain, simple terms!
    Getting script along with radio buttons:
    (SmallATTRIBUTES_PRICE_DELIMITER_PREFIX+$40.00ATTRIBUTES_PRICE_DELIMITER_SUFFIX
    MediumATTRIBUTES_PRICE_DELIMITER_PREFIX+$50.00ATTRIBUTES_PRICE_DELIMITER_SUFFIX
    LargeATTRIBUTES_PRICE_DELIMITER_PREFIX+$60.00ATTRIBUTES_PRICE_DELIMITER_SUFFIX)
    The drop down boxs also have script in them.
    I'm using a Flowers template from www.############################################.
    Look at: jeffsdemos.info/deens and goto occasions/justbecause than to MELODY OF FLOWERS. It's the only one I've done so far.
    Im not a programmer so everything will have to be explained to me simply!
    Thanks for any help!

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,002
    Plugin Contributions
    6

    Default Re: Attributes not posting properly on page.

    This generally happens when someone drops an apostrophe (') from a define. The define should have an apostrophe at both ends. If the define is blank, it should look like '' (Which is actually two apostrophes)
    Use the developer's tool kit to find the defines and fix them.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  3. #3
    Join Date
    Jul 2012
    Posts
    5
    Plugin Contributions
    0

    Default Re: Attributes not posting properly on page.

    Reloaded! New Domain. Haven't meesed with too many settings, but the attributes do not show up in a box on the product page in a box. They appear on the bottom with script.
    This appears with the radio button :ATTRIBUTES_PRICE_DELIMITER_PREFIX+$45.00ATTRIBUTES_PRICE_DELIMITER_SUFFIX
    What or where do I go to make a fix?
    deensflowers is the site. I,ve only loaded 1 product just to check out the cart.

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,002
    Plugin Contributions
    6

    Default Re: Attributes not posting properly on page.

    See post #2
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  5. #5
    Join Date
    Jul 2012
    Posts
    5
    Plugin Contributions
    0

    Default Re: Attributes not posting properly on page.

    Read somemore inf & checked
    includes->languages->english->document_product_info.php
    includes->languages->english->document_general_info.php
    Both contain:
    define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');
    define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');
    define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' (');
    define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');
    Both look right to me.
    Don't know where else to look

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,002
    Plugin Contributions
    6

    Default Re: Attributes not posting properly on page.

    Quote Originally Posted by hearseman View Post
    Read somemore inf & checked
    includes->languages->english->document_product_info.php
    includes->languages->english->document_general_info.php
    Both contain:
    define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');
    define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');
    define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' (');
    define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');
    Both look right to me.
    Don't know where else to look
    All screwed up!
    You should always have a pair of apostrophes in defines -- 'something defined' or nothing ''.
    Check out examples in the english.php file.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

 

 

Similar Threads

  1. My Attributes Controller Is Not Working Properly
    By jo54iv in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 5 Oct 2012, 01:19 AM
  2. Attributes not displaying properly
    By Dexterity in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jan 2011, 08:05 PM
  3. Attributes not working properly on my site?
    By canemasters in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 29 Oct 2008, 06:11 AM
  4. Attributes Not Sorting Properly
    By silkenstrand in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 8 Aug 2008, 06:41 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
  •