Options

Problem in adding new field in webpage - Product catalog

sanjayshrivastavasanjayshrivastava Member Posts: 2
edited 2004-11-22 in Dynamics AX
Hello Everybody,

In Axapta EnterprisePortal, WebPage Product Catalog: in standard Axapta by default quantity = 1 is added in SalesBasketLine table when user clicks the link 'add to card'.

Now the requirement is that, we have to add a new text field near to 'add to card' link in which user will enter the quantity and this quantity will be added in the SalesBasketLine table when user will click the 'add to card' link.

We are using \Classes\WebProductCatalogItemWebLet\layoutProductGroup add new text field near to 'add to card'. link, but we are not able to access the value of this new text field.

In standard Axapta \Classes\EPCSSAddLineBasket\main method is used to access the other values like ItemId, SalesPrice etc.

Please suggest me that how can i access the value of new field in \Classes\EPCSSAddLineBasket\main method.

Thanks in advavance.

regards

Sanjay[/b]
Sign In or Register to comment.