Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Posts
    189
    Plugin Contributions
    0

    Default attributeHiddenField -- what is its purpose ?

    Hello,


    When products in a shopping cart are displayed there is a attributeHiddenField that is made use of.

    What exactly is the purpose of this field?
    Where is the contents of this field set or configured?


    appreciating your response,

    Daniel

    ps. its only used in all of zencart (admin/catalogue):

    includes/modules/pages/shopping_cart/header_php.php
    includes/templates/<customTempate>/templates/tpl_shopping_cart_default.php
    includes/templates/template_default/templates/tpl_shopping_cart_default.php

  2. #2
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: attributeHiddenField -- what is its purpose ?

    Hmm
    Are you talking about zen_draw_hidden_field?
    San

  3. #3
    Join Date
    Sep 2005
    Posts
    189
    Plugin Contributions
    0

    Default Re: attributeHiddenField -- what is its purpose ?

    Hello,

    Thank you for the reply. Yes, amongst others also this ...

    Here are several relevant lines obtained from the toolkit ...


    I am contemplating whether i can use that field to somehow add custom information i'd like to maintain for products in the shopping cart and products in orders.


    Daniel



    Line #68 : $attributeHiddenField = "";

    Line #100 : $attributeHiddenField .= zen_draw_hidden_field('id[' . $products[$i]['id'] . '][' . TEXT_PREFIX . $option . ']', $products[$i]['attributes_values'][$option]);

    Line #103 : $attributeHiddenField .= zen_draw_hidden_field('id[' . $products[$i]['id'] . '][' . $option . ']', $value);

    Line #127 : $productArray[$i] = array('attributeHiddenField'=>$attributeHiddenField,

 

 

Similar Threads

  1. v139h What Is The Purpose Of This Filter?
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Nov 2012, 10:26 AM
  2. Left column set to 0px but its not, its 10px
    By jeffiec in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Sep 2012, 06:49 PM
  3. Website gone, error message in its place...what does it mean??
    By icklebits in forum General Questions
    Replies: 2
    Last Post: 3 Mar 2009, 10:03 PM
  4. Not Sure What Its Called?
    By Keith.S in forum Basic Configuration
    Replies: 2
    Last Post: 20 Aug 2008, 04:28 AM
  5. Not to sure what its called
    By bumba000 in forum General Questions
    Replies: 2
    Last Post: 20 Nov 2007, 09:32 AM

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