sales text detrmination in webshop

Question: Hi,
Does anyone know how to determine sales text in the webhop?? We are implementing CRMISA. we need to display sales text insted of product description in the webshop. Can some one help???

Thanks

Answer:
Where? Basket? Catalog? Order Status?

Answer:
i want to change in catalog. Want to display sales text instead of product description in product catalog in webshop.

Answer:
If I understand your objective, I am pretty sure This will require a modification to the ProductsISA.jsp

The product catalog can be configured using text determination procedure to pull text into the catalog from the product master. However, to replace the product description with a text element, you will need to change the jsp

search productsISA.jsp for this line
<%= item.getAttribute("OBJECT_DESCRIPTION") %>&nbsp;
this is where you will want to comment out this line and put in a item.getAttribute(your text object)

Probably you will also need to change some other jsp files also...

Answer:
Thanks for the suugestion bgamble. Will try it and see what happens.
Copyright ?2007 - 2008 www.jt77.com