Questions tagged [websphere-commerce]

IBM WebSphere Commerce is IBM's e-commerce platform

IBM WebSphere Commerce forms the customer interaction platform within the Smarter Commerce portfolio.

152 questions
0
votes
1 answer

How can i stop Solr without stopping the WebSphere Commerce Test Server (IBM RAD)

I need to test some error handling use cases in the event that the Solr server shuts down or is unreachable. On one of our testing servers i can run the stopServer script passing in the indentifier for the Solr server. I have tried using the same…
prodigitalson
  • 60,050
  • 10
  • 100
  • 114
0
votes
1 answer

Redirect from CustomProductDisplayCmd to 404 page if unavailable product

My custom implementation of a ProductDisplayCmd looks like this... public void performExecute( ) throws ECException { super.performExecute(); (my code here) Now, if a product is unavailable, the super throws an ECApplicationException with…
Anders Johansen
  • 10,165
  • 7
  • 35
  • 52
0
votes
1 answer

How to have SEO URLs incorporate more than just the name of the product?

When you generate SEO URLs according to the IBM tutorials, you end up with URLs that look like this for a book called "Death wears a green hat": http://www.shop.com/mystore/shop/thrillers/death-wears-a-green-hat How do I configure it to generate…
Anders Johansen
  • 10,165
  • 7
  • 35
  • 52
0
votes
1 answer

Websphere Commerce Checkout Flow with Jmeter

I'm having problems with the simulation of the checkout flow with Jmeter. I believe there is a problem with the session management. I have already added a cookie manager in order to use the wcs cookies trough my testing plan. Has anybody ever done…
0
votes
1 answer

Using web services for catalog delta changes in Websphere Commerce

We are managing product information outside of Websphere commerce (V7, FP6, FEP5) and need to be able to update the catalog with changes. Without doing direct database manipulation (bad!) it looks like our options are Data Load Utility and Web…
SteveS
  • 1,008
  • 3
  • 18
  • 32
0
votes
2 answers

Can't submit multiple products in a single request to ChangeCatalogEntry web service (Websphere Commerce)

Using Websphere Commerce V7, FP6, FEP5. I am attempting to do an update to our catalog using the ChangeCatalogEntry web service. I am able to update a single product just fine. My problem is that any additional CatalogEntry nodes are completely…
SteveS
  • 1,008
  • 3
  • 18
  • 32
0
votes
3 answers

Select multiple values of same facet using IBM WCS v7 and Apache Solr

We use IBM WCS v7, with embeded Apache Solr. Solr is used as a search engine for our e-commerce based application. As per a recent requirement, we want to use multi select facet functionality, where the user can check multiple facet attributes, and…
dash27
  • 131
  • 1
  • 1
  • 6
0
votes
0 answers

OR notification in SOLR metadata for facets

We are working on Apache solr engine integration with IBM WCS. On applying multiple facets on the pages the previous facets will be converted to some encoded form using Base64 algorithm. i.e When we will apply three facets F1, F2 and F3, first two…
Santosh Sidnal
  • 128
  • 1
  • 9
0
votes
4 answers

IBM WebSphere Commerce Promotions

I'm pretty new to WebSphere Commerce and I had a question regarding Promotions. I know you can set Promotions to be only accessible by a certain group of users and what not. But how do you go about editing this and is it possible to restrict…
0
votes
1 answer

wcfGridChildObjectCheckboxViewer compile error for WebSphere Commerce 7's Management Center

I'm using WebSphere Commerce + it's Dev Environment's RAD, and have just made some changes to a promotion type. As a result, I have to rebuild the LOBTools project (Management Center is the main business tool I'm using). However, I'm now getting the…
Jty.tan
  • 808
  • 9
  • 25
0
votes
1 answer

IBM Worklight 5.0.x: Uncaught TypeError: Cannot call method 'init' of undefined

I am following this WebSphere Commerce guide for Worklight store fronts, to use Hybrid applications using IBM Worklight 5.0.5. The application launches successfully, however after setting up the connection details for the store front in the app, and…
0
votes
1 answer

WebSphere Commerce IDResGen query

I'm trying to load em spots using massload. I'm finding the internal alias method of idresgen.bat is only resolving the internal alias for foreign key references, but I need to use the value in dmelementnvp value column which doesn't have a foreign…
Richard G
  • 5,243
  • 11
  • 53
  • 95
0
votes
1 answer

calling an AccessBean from jsp

I had attended an interview and interviewer asked me this question: Can we invoke Accessbean from JSP using usebean tag? do you know if there is some problem when we try to invoke an accessbean from jsp usign usebean tag. I checked in publib but…
Lijo wilson
  • 33
  • 1
  • 7
0
votes
1 answer

Solr - Enriching the TermsComponent answer

I'm using Solr 3.5.0 (with WebSphere Commerce). While performing a search, commerce use the suggestion tool to suggest (auto-complete) search terms regarding the letters already typed on the search box. Currently WebSphere Commerce is using the…
Dekx
  • 402
  • 2
  • 15
0
votes
2 answers

Submitting the form after receiving ajax response

I have a scenario where I need to use ajax to invoke the controller command. After the command is successfully executed, it returns me a ViewName. But this view is not getting invoked (JSP page corresponding to this view is not loaded). But I am…
Matt
  • 13
  • 5