Questions tagged [commerceserver]

Refers to Microsoft Commerce Server which has been sold to Ascentium/CactusCommerce(now Smith) and is now rebranded as CommerceServer.NET.

The wikipedia entry is here: https://en.wikipedia.org/wiki/Microsoft_Commerce_Server

8 questions
2
votes
0 answers

Sitecore commerce server: migration data from older verion

I have installed Sitecore Commerce Server(ver. 11.3) and I need to migrate all data from the previous version of Commerce Server(it is 11.2). Just back up and restore doesn't work, I got following error message: "Application is not compatible with…
Yuri Dorokhov
  • 716
  • 5
  • 24
2
votes
1 answer

Commerce Server with Sitecore - how to update orders status

May I ask how to update orders status with Sitecore Commerce 8 powered by Commerce Server. Or in sitecore 7.2 if possible. Based on the class Sitecore.Commerce.Connect.CommerceServer.Orders.Models.CommerceOrder class, we tried to save StatusCode…
1
vote
0 answers

Sitecore Commerce - exception while submitting the request to SubmitVisitorOrder pipeline

I migrated of Sitecore from 8.0 to 8.1 version. The new version of Sitecore is 8.1.160519 and Commerce Server is 11.3.507.0. All works fine except case, when carts are submitted for processing to SubmitVisitorOrder pipeline. I get…
Hann
  • 11
  • 1
1
vote
1 answer

Sitecore > Default Storefront(pbCS) installation > Product detail page returns a Null Refference Exception

I was trying to install the default Storefront site(powered by Commerce Server). It looks good at the moment, I managed to rebuild all indexes and publish the content. However, I can't reach product detail page - I receive an exception. Example…
Max
  • 804
  • 7
  • 19
1
vote
1 answer

Get Associated Categories for Product

I am new to Commerce Server development and I am facing one issue since few days and not able to find anything online. Background: We have already working version of Catalog setup in Commerce Server 2009 and we are also using Commerce Server APIs to…
Mayank
  • 13
  • 4
0
votes
2 answers

Could not get pipeline: commerce.carts.createOrResumeCart (domain: )

I'm using Sitecore 7.2 and Commerce Server 11.0. When I ran below code to create a cart: var cartServiceProvider = new CartServiceProvider(); // Create the request. var createCartRequest = new CreateOrResumeCartRequest("ShopName", "UserID"); //…
0
votes
1 answer

Tax Module in Commerce Server 2007

Do we have any out of the box pipeline component for calculating tax in commerce server 2007?Is it recommended to have a custom table in the commerce server transaction related databases to store tax information?
0
votes
1 answer

Prevent Encryption (Krypto) Of Url Paramaters in IBM Commerce Server 6

Hi we are using IBM Commerce Sever Moving from one view to another using via code like below. protected void prepareResponse(){ ... String returnUrl = "www.example.com/aNewPage.jsp?aUrlParameter=123&anotherParameter=654" ... StringBuffer sb = new…
David Waters
  • 11,979
  • 7
  • 41
  • 76