Product Attribute - INPUT instead of select

So I need to capture data from an input field and have it associated with a product as it's attribute instead of predetermined data like a select or radio button. That way, on the order itself, for that item - it has the data needed.
For example - selling a custom printing of  name - and capturing the name to print on the shirt.
As the admin does not provide this option, I thought I would create a single option in a dropdown that is chosen by default, and then add an input field to collect the data I need. Then overwrite the selct value with that of the input.
Probably becuase of my lack of JS skills - I can't get this to work.
Anyone have a suggestion on how to acomplish this?
Thank so much!
David

Hi David, you probably not aware you have a thing for this. IF you tick the product to capture details and you have this tag rendered in the layout:
{tag_capturedetails}
This will then render a text area you can use for things like T-Shirt message etc.

Similar Messages

  • How do I add products to an order/invoice and select a product attribute

    Thanks in advance for your assistance!
    In using BC as a CRM, we would like to use it as a way to produce quotes, orders and invoices for potential new customers and repeat customers in the system.
    I cannot seem to add a product to a quote/order/invoice - and select the desired product attribute(s)...
    Is this a fixable issue or "no go" territory?
    Thanks again,
    Lloyd

    Hi Lloyd,
    Unfortunately this is a wishlist request as you cannot select the product attribute item when manually generating an order from the CRM at this stage. 
    The only workaround is to create the order on behalf of the customer on the front-end side of site.  
    I'll pass this feedback to our product team as well. 
    Kind regards,
    -Sidney

  • How to hide input fields on selection screen using variant attribute

    Hello all,
    I want to know how to hide input fields on selection screen using variant attribute conpletely.
    As you know, when setting the attribute of variant "Hide field" checked, the field is temporarily hidden, but when clicking "All Selections(F7)" button on the selection screen, the fileds become appeared.
    I want to hide the field completely. Di you know how to do ?
    Thank you for your support.
    Regards,
    Hideki Kozai

    Use this attribute hide field and save the variant. Then create transaction for this program setting default variant for parameter Start with variant . The user who runs it will have it by defualt set.
    Otherwise
    in PBO simply use LOOP at screen and output = 0 for this field. This will ensure that field is invisible in any case.
    Regards
    Marcin

  • Search on Product Attributes in Web UI

    Hi All,
    Need your help on a requirement that we have:
    We need to capture the customer Legacy (Old) material number in CRM product master.
    We also need to search on this Legacy Number in the Product Search View in the IC_AGENT profile.
    We thought of storing it in a Product Master Attribute, as there is no standard field in the CRM Product Master to capture this Code. However the Product Attributes are not visible in the Product Search criteria in the WebUI (Role IC_AGENT).
    Has anyone worked on adding Product Master Attributes in Product Search criteria in the WebUI (Role IC_AGENT)?
    Thanks
    Suneel

    Hi Reddy,
    Thank you for your inputs. TO maintain the search attributes first I need to map the filed " old material number  In CRM but  the "old material number " field is not available   in the CRM product master . Our requirement is first to  map the "oldmaterial number " filed from R/3 to CRM product master and then to use the same  in the Product Search View in the IC_AGENT profile.
    Can  you give some inputs to capture this filed in product master of CRM..
    Thanks
    Suneel

  • Price Matrix - Multiple Product Attributes

    Hi, I need to set prices for 1 product based on combination of selected multiple attributes. How can I do this?
    Product A
    Material
    Size
    Price
    material 1
    s
    10
    m
    12
    l
    15
    material 2
    s
    20
    m
    25
    l
    30
    xl
    35
    xxl
    63
    material 3
    l
    80
    xl
    100

    For more information on inventory control and setting product inventory for attributes, please refer to the following article : http://helpx.adobe.com/business-catalyst/partner/product-inventory.html
    Cheers,
    Aishvarya Raj Rastogi

  • Product Attribute not dispalying before add to cart

    I'm creating an ecommerce website with BC.  I have created a test product.  I added two product attributes.  When I view the product page, the attributes do not show up.  How do I get the product attributes to show up so a customer can select the attribute options before adding to the cart?

    OK I figured it out.  I had to add {tag_attributes} to my Module Template.

  • LTP consider production version and not consider selection id for routing

    Dear guru.
    I run mrp long term planning for a material.
    The material have a production version linked to a specific bom and routing.
    In trx OPU5 I have defined that the planning scenario consider a specific selection id for routing  , this routing is different from the  routing of production version.
    The result is that for this material ltp donu2019t consider any routing and no evaluation activity is possible.
    Do you know a solution in order that for LTP the system donu2019t consider production version and instead only consider OPU5 settings ?
    Thanks for your interesting.

    Dear CONS SAP,
    Create a new planning scenario in T Code MS31 and then maintain the scheduling parameters for this planning scenario and
    assign this selection Id and then execute and check.
    Check and revert
    Regards
    Mangalraj.S

  • Related Products, Grouping and Product Attributes?

    My client http://www.meluka.co.nz/home has a new product range of Sofas. A new sub-catalog called Sofas, under the LIVINGroom catalog will be created with the six new products. By selecting a product in this sub-catalog, you are then taken to the Individual Product – Large window. This is where the layout will need to differ as each product has five different fabric options and within these fabric options there needs to be a choice of up to eight fabric colors. I’m already using Grouping & Related Products within the site. Ideally I’d like a dropdown of the different fabric types (as currently used for Grouping) and once this is chosen then the different colors shown (using Related Products) for that fabric type. The problem that I have is that Related Products need to appear in a Catalog (or Sub-Catalog) and I only want one of each of the products appearing on the Sub-Catalog page (i.e. not all the different colors.) It would seem that Product Attributes may be the answer? The large image view needs to show the chosen fabric and color. Promotion starts next week so mildly panicking…

    A combination of mandatory attribute groups, non mandatory attribute groups and javascript to show hide them based on the needs you mentioned above would be what I would be doing in that case.

  • Product attribute title in drop down selector box

    Hi
    For product attribute drop down selectors I'm trying to replace the first default option value of -- Please select -- with the product attribute title.
    I've found this {tag_attributes, horizontal, hideDisabledVariations, autoSelectFirstVariation} but I don't think that's what I'm after.
    Any help much appreciated
    Thanks
    Peter

    I think I've worked it out now - my first bit of jQuery. Not sure if it's the best way though.
    <h3>Size</h3>
    <div class="catProdAttributeItem">
    <select mandatory="1">
    <option value="">-- Please select --</option>
    <option value="56012">Medium </option>
    <option value="56013">Large </option>
    </select>
    </div>
    <h3>Color</h3>
    <div class="catProdAttributeItem">
    <select mandatory="1">
    <option value="">-- Please select --</option>
    <option value="56014">Red </option>
    <option value="56015">Blue </option>
    </select>
    </div>
    <script>
    $(document).ready(function() {
    $('.catProdAttributeItem select > option:first-child')
    .text('Size');
    $('.catProdAttributeItem:eq(1) select > option:first-child')
    .text('Color');
    </script>
    And for the quantity selector this covers it on Knowledgebase Updating the add to cart button in an online store
    <h3>Quantity</h3>
    <select id="Units_{tag_productid}" class="productTextInput" name="AddToCart_Amount">
    <option selected>Qty</option>
    <option value="1">1</option>
    <option value="2">2</option>
    <option value="3">3</option>
    <option value="4">4</option>
    <option value="5">5</option>
    </select>

  • Develop customer & product attribute system & condition sequencing

    Hi,
    For our Client, we need to provide inputs on following.
    Develop customer & product attribute system & condition sequencing for lead markets
    Please advise what all things we should ask regarding this?
    Any pointers on this will be highly apperciated.
    Thanks
    Tushar

    Hi,
    Any pointers on this please.
    Regards
    Tushar

  • OVS - getting dump with the message Subnode/attribute INPUT already exists

    Hi All,
    I am using OVS for the field Shopping cart number.whenever i click on F4 help, icon i am getting the dump with the following message  'Subnode or attribute INPUT already exists ' .. Any idea / clue regarding this dump.please advise me.
    Thanks & Regards,
    Lakshmi.

    Also check this link:-
    Regarding select options
    It also talks about the same problem.

  • Text input in a Select One Choice Component

    Is there a simple way to enable text input in a Select One Choice Component or do I need to use an LOV or other component to provide that functionality?

    You should only use LOV.

  • When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page.

    When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page. I don't want to have to check off an additional 5 or 6 attributes each time I print out contact information. Is there a way to change the default setting for printing lists, so it is not just "phone," "photo," and "job title?"

    I have a user who wants to do this same thing. I did not find any way either to default the attributes to anything other than what you see the first time. Seems like such a trivial thing, hard to believe they do not allow it. I did find a program for this called iDress but I can't seem to download it from any links on the Internet. Not sure if it is free or not, but it was recommended by a link on the Mac support site.

  • Is there a way I can 'select all' for downloading purchase files via family sharing instead of selecting each file or folder one at a time?

    Is there a way I can 'select all' for downloading purchase files via family sharing instead of selecting each file or folder one at a time?

    or home sharing

  • How can i create a dynamic structure based on my input from a select-option

    Hello,
    This is to develop a custom report in FI for G/L Balance based on company code.
    I have an input select-option for Company code.
    Based on the range of company code my output layout should be modified.
    I am not very much sure to create a dynamic internal based on the input from a select-option.
    Can any one please let me know how can i do this.
    I would appreciate for anyone who turns up quickly.
    Thank you,
    With regs,
    Anitha Joss.

    See the following program, it builds a dynamic internal table based on the company codes from the select option. 
    report zrich_0001 .
    type-pools: slis.
    field-symbols: <dyn_table> type standard table,
                   <dyn_wa>.
    data: alv_fldcat type slis_t_fieldcat_alv,
          it_fldcat type lvc_t_fcat.
    data: it001 type table of t001 with header line.
    selection-screen begin of block b1 with frame title text-001.
    select-options: s_bukrs for it001-bukrs.
    selection-screen end of block b1.
    start-of-selection.
      select * into table it001 from t001
                     where bukrs in s_bukrs.
      perform build_dyn_itab.
    *  Build_dyn_itab
    form build_dyn_itab.
      data: index(3) type c.
      data: new_table type ref to data,
            new_line  type ref to data,
            wa_it_fldcat type lvc_s_fcat.
      clear wa_it_fldcat.
      wa_it_fldcat-fieldname = 'PERIOD' .
      wa_it_fldcat-datatype = 'CHAR'.
      wa_it_fldcat-intlen = 6.
      append wa_it_fldcat to it_fldcat .
      loop at it001.
        clear wa_it_fldcat.
        wa_it_fldcat-fieldname = it001-bukrs .
        wa_it_fldcat-datatype = 'CHAR'.
        wa_it_fldcat-intlen = 4.
        append wa_it_fldcat to it_fldcat .
      endloop.
    * Create dynamic internal table and assign to FS
      call method cl_alv_table_create=>create_dynamic_table
                   exporting
                      it_fieldcatalog = it_fldcat
                   importing
                      ep_table        = new_table.
      assign new_table->* to <dyn_table>.
    * Create dynamic work area and assign to FS
      create data new_line like line of <dyn_table>.
      assign new_line->* to <dyn_wa>.
    endform.
    Regards,
    Rich Heilman

Maybe you are looking for

  • An old question re: "file not compatible with this version of Photoshop"

    Hi All. I'm a new member of forum with an old question. Running: MAC OSX 10.3.9 G5 Dual 1.8 Ghz 1.5 GB DDR SDRAM Norton Autoprotect Nortons Firewall Antivrus 9.0.4 Liveupdate 3.0.3 CS2 MAC is kept clear of clutter and has plenty of space in all areas

  • SharePoint 2013 witing code to work with a custom list

    I am asking this question since I am new to working with SharePoint 2013, but I have programming experience working with C#.net and VB.NET. I have a workflow 2013 that is accessed by a custom list (and updated by Infopath 2013). Once a user has submi

  • PRICING PROCEDURE IN CONTROL TABLE

    Dear cons       What is the need of maintaining Requrement field in Control data table in pricing procedure. nrk

  • Bug with use of TRn and nX editting in formatting and non advancing output

    Hello. I am using non-advancing output to print data values in columns in tables. Where a column doesn't have values I use the TRn editor to skip over the column field. However, this doesn't work with non advancing output. e.g., the following code do

  • Doubt in FM RSPO_OPEN_spoolrequest

    hi friends in the above function module there is an mandatory import parameter DEST of type TSP01-RQDEST in which what is the thing we need to pass and what is the functionality of that parameter Any pointers to this pls welcome