Linking the Guided Sell Q&A tree to the sample store
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > WebSphere > WebSphere Commerce suite > Linking the Guided Sell Q&A tree to the sample store




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Linking the Guided Sell Q&A tree to the sample store  


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-29-06 12:41 PM

Hi all,

I am working with WCS v6.0. I have created  Q&A tree in Guided Sell using Co
mmerce Accelerator. I am also able to preview it using the 'Preview' button.
 But how am I to link it to the store, so that when a customer clicks on tha
t link it is directed to th
e Q&A tree created by me. I am working with sample stores - ConsumerDirect a
nd AdvancedB2BDirect. Can anyone please help me on this?

Thanks in advance!





[ Post a follow-up to this message ]



    Re: Linking the Guided Sell Q&A tree to the sample store  


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-29-06 06:23 PM

Try incuding this in the catgory display page ..

<table>
<tr>
<td>
<%-- The URL to display the Product Comparison Page --%>
<c:url var="paProductCompUrl" value="sgdPComp">
<c:param name="catalogId" value="${WCParam.catalogId}" />
<c:param name="storeId" value="${WCParam.storeId}" />
<c:param name="categoryId" value="${categoryId}" />
<c:param name="langId" value="${langId}" />
</c:url>

<a href="<c:out value="${paProductCompUrl}" />"> Product Comparison </a
>
</td>
</tr>
<tr>
<td>
<%-- The URL to display the Product Exploration Page --%>
<c:url var="paProductExpUrl" value="sgdPExp">
<c:param name="catalogId" value="${WCParam.catalogId}" />
<c:param name="storeId" value="${WCParam.storeId}" />
<c:param name="categoryId" value="${categoryId}" />
<c:param name="langId" value="${langId}" />
</c:url>

<a href="<c:out value="${paProductExpUrl}" />"> Product Exploration </a
>
</td>
</tr>
<tr>
<td>
<%-- The URL to display the Guided Sell Page --%>
<c:url var="paGuidedSellUrl" value="sgdGSell">
<c:param name="catalogId" value="${WCParam.catalogId}" />
<c:param name="storeId" value="${WCParam.storeId}" />
<c:param name="categoryId" value="${categoryId}" />
<c:param name="langId" value="${langId}" />
</c:url>

<a href="<c:out value="${paGuidedSellUrl}" />"> Guided Sell </a>
</td>
</tr>
</table>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:51 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register