Announcement

Collapse
No announcement yet.

Isolating attributes displayed in CPT

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Isolating attributes displayed in CPT



    Using the List with Quantity CPT, I would like to be able to display one
    specific attribute for a product that has 7 attributes. I would like the
    other 6 attributes to be displayed on the Missing Attributes screen after
    the product is selected. The specific attribute uses the drop-down menu. 3
    more are drop-down menus, 1 is a radio button, 1 is a text field and 1 is a
    text area. Is this doable?

    Thanks!
    Leslie
    www.websyourway.com
    Miva MerchantT maintenance and more...since 1998



    #2
    Isolating attributes displayed in CPT



    Did I stump the band?

    Leslie

    ----- Original Message -----
    From: "Leslie Nord - Webs Your Way" <[email protected]>
    To: "Merchant Coders List" <[email protected]>
    Sent: Sunday, November 07, 2004 8:09 PM
    Subject: [mrc] Isolating attributes displayed in CPT


    > Using the List with Quantity CPT, I would like to be able to display one
    > specific attribute for a product that has 7 attributes. I would like the
    > other 6 attributes to be displayed on the Missing Attributes screen after
    > the product is selected. The specific attribute uses the drop-down menu.
    3
    > more are drop-down menus, 1 is a radio button, 1 is a text field and 1 is
    a
    > text area. Is this doable?
    >
    > Thanks!
    > Leslie
    > www.websyourway.com
    > Miva MerchantT maintenance and more...since 1998
    >
    >

    Comment


      #3
      OpenUI %CALL()% anonoly



      Hi,

      Using Merchant 4.22 w/OpenUI latest

      In one my category headers, I have the following code:

      %OUI%
      %CALL(<A HREF ="http://www.vitavet.com/phpscript/scripts/test.php|GET|Screen,Store_=">http://www.vitavet.com/phpscript/scripts/test.php|GET|Screen,Store_=</A>
      Cod
      e,Category_Code)%

      In the file, test.php, I echo out the three variables passed in the =
      CALL.
      Store_Code and Cetegory_Code echo as expected but Screen echoes the =
      value
      'CATE' instead of the expected value of 'CTGY'. Anyone have a clue why?

      Thanks,
      Don


      Comment

      Working...
      X