Questions tagged [demandware]

Salesforce B2C Commerce (previously known as Demandware) is an SaaS e-commerce platform that utilizes a JavaScript-style scripting language called Demandware Scripting, a templating language called ISML.

In June of 2016, Salesforce acquired Demandware, and renamed the platform to "Salesforce Commerce Cloud". It is also called Salesforce B2C Commerce Cloud.

Here is a link to documentation for the API and usage of this platform.

There are 3 architectures of this framework:

  1. Pipelines (Outdated)

  2. SGJC (Site Genesis JS Controllers)

  3. SFRA (Storefront Reference Architecture)

SFRA is the latest among the above.

117 questions
11
votes
4 answers

Can't get Demandware UX Studio installed in Eclipse

Just installed Java most current version and Eclipse (Kepler) on my Windows 8 (64 bits). When I tried to install Demandware UX Studio, I always got an error message: Couldn't find http://updates.demandware.com/uxstudio_pr/4.3 I followed the same…
Helen
  • 121
  • 1
  • 1
  • 3
11
votes
6 answers

how to remove whitespaces in HTML source code in Demandware?

I am working on demandware platform. I getting too much spaces in source code(HTML). I dont have any idea how can i optimize it, please help me. Thanks in advance
webCoder
  • 2,192
  • 1
  • 16
  • 29
9
votes
2 answers

I want to start learning Demandware

Is there a website or tutorial to have a "Hello World" and more for demandware? Where can I find the demand ware api documentation Is there someway to have free server access, for training purpose ? I already installed Eclipse and UX plugin..…
T M
  • 127
  • 1
  • 1
  • 3
7
votes
2 answers

Demandware OCAPI modify order

I've built a tiny program that helps Identify orders in Demandware that have incorrect status, e.g: (status: new, open, completed and shipping-status: not-shipped, shipped). I basically just use order_search from OCAPI and compare the results with…
7
votes
4 answers

Demandware MVC concept

I am new guy to Demandware and I am switching from Magento to Demandware. Demandware is not opensource I am not getting proper tutorials, stuff to understand the concepts of it. I am from Magento so I know the Magento MVC structure. But in…
Charlie
  • 524
  • 2
  • 11
  • 31
6
votes
1 answer
6
votes
4 answers

webservice application in Demandware

I need to develope WAS application and should be hosted into Demandware platform. Can i develop the WAS application using tomcat and can host it into the Demandware or should WAS application be developed in the Demandware platform? I am new to…
Jothi
  • 14,720
  • 22
  • 68
  • 93
5
votes
2 answers

What are the differences between "Open Commerce API", "Demandware Order Management" and "Demandware API"

I'm wondering what are the differences between "Open Commerce API", "Demandware Order Management" and "Demandware API". Also I'd like to know how to get order information by using one of those APIs. Thanks a…
nike
  • 61
  • 1
  • 2
5
votes
1 answer

Demandware - Pipeline not found for current domain

I already made pipeline. Which is working fine. Suddenly it give error like 2015-12-18 02:39:08.091 GMT] ERROR system.core ISH-CORE-2368 Sites-SiteGenesis-Site core Storefront [uuid] [request-id]-0-00 [timestamp] "Error executing pipeline: Hello…
user5435088
4
votes
2 answers

SFCC - Help exporting all Products from Salesforce Commerce Cloud (Demandware) to XML or CSV

We are attempting to migrate a store from SFCC to Shopify, but we are having trouble exporting the products from Salesforce Commerce Cloud (previously Demandware). I've reviewed quite a bit of documentation from SFCC, but I'm not finding a simple…
incredimike
  • 486
  • 3
  • 11
4
votes
6 answers

Demandware | Technology stack | Salesforce Commerce Cloud

Basically I am a PHP Developer and very soon moving to Demandware Platform. I would like to Know what are Languages and technologies which are used in Demandware and like to start learning myself. Please help.
Shyju Pulari
  • 149
  • 1
  • 2
  • 11
4
votes
1 answer

Regular Expression for APO and FPO Causing issue When city is APOAPKO, since the city name stars with APO

I have to restrict APO FPO address for the City. I have done it by using this regular expression var regExp : RegExp = new RegExp('^[af][ .]?p[ .]?o|[P|p]*(OST|ost)*\.*\s*[O|o|0]*(ffice|FFICE)*\.*\s*[B|b][O|o|0][X|x]','i'); This works when there…
Yogesh C
  • 41
  • 1
4
votes
1 answer

xmlStreamReader Evaluation Error: Wrapped java.lang.IllegalStateException

During debugging my DW script, When I debug xmlStreamReader I have tried to look for .hasNext() which will give me TRUE but getting .next() will terminate the script, thus I am not able to continue from .next() point after that.
Joel
  • 55
  • 3
4
votes
5 answers

JetBrains IDE with Demandware

I was wondering if anyone has used Demandware with any of JetBrains IDE. I've always just used text editors, and the Terminal. It seems like Demandware UX Studio is only for Eclipse? Any help or suggestions is much appreciated.
Bobby Stitt
  • 61
  • 1
  • 2
3
votes
1 answer

Is it possible to create an integration cartridge for BM in the Saleforce for "Marchant Tools" using controllers, not pipelines?

I must create new cartridge for integration in BM but I don't want use pipelines. Can I use the controllers for this? If yes, please provide information on how to do this. .
Bohdan K.
  • 33
  • 2
1
2 3 4 5 6 7 8