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
-1
votes
1 answer

Error during debugging of Salesforce pipeline

When I try to launch the debugger for debugging pipeline, I get this, error in eclipse.
pawan
  • 125
  • 1
  • 6
-1
votes
1 answer

Building app for salesforce commerce cloud marketplace

I am trying to build an app for the salesforce commerce cloud (Demandware) marketplace. Not able to find a starting point, developer documentation or guidelines. I need some help with kickstarting this project.
-1
votes
1 answer

Every time I need to clean and build my demandware project on mac

Every time I modify my project, my changes(CSS & JS) do not reflect until I clean the project before the build. also, it shows error on
-1
votes
1 answer

Inserting node inside another node XML

I have a string variable which contains XML data, I justed wanted to add a child attribute inside another element of that XML. A solution I have in my mind is to convert this string to XML then by XML.appendChild() method it can be done, but I am…
-1
votes
3 answers

External library in DW

I'm new to demandware. What I'm trying to do is add an external library to use in DW Controllers. in short: How to use an external library as lodash in demandware controller?
Lynx
  • 51
  • 4
-1
votes
1 answer

Demandware server eclipse

I uploaded cartridges to the demandware server on eclipse and after I did that it looks like my sandbox isn't uploading the css file. Is there a way to revert back? Any help is greatly appreciated
sizemattic
  • 139
  • 1
  • 7
  • 17
-1
votes
3 answers

demandware site updates not instant

My company has recently begun using demandware, however we are finding it slightly odd that instant site updates are not possible, whether through a cache clear or server updates, at the moment our servers update every 24 hours, so effectively any…
-2
votes
1 answer

convert dot net encryption function in node js

I have the code in dotnet of a function that compare clear password and the hash one. I am migrating this website site in node.js, but I am blocked on this part. I want to compare the password they enter at login with the hash from dotnet code. So…
Dejora
  • 44
  • 6
-2
votes
5 answers

Why do insurance and banking domains send bot traffic to my site?

I know how to detect and filter bot traffic, but I'm wondering if anyone knows why I am seeing tons of bot traffic from insurance and banking domains? E.g., bankofamerica.com, allstate.com and others are hitting my site upwards of 100 times per day.…
Michelle
  • 7
  • 4
-2
votes
1 answer

Demandware - how to use jQuery in

Hey folks I need to store information about 2 checkboxes. I need the state if they had been clicked or not. But I need to put that information into pdict, because I need it on another site. So I already have a click() function in jQuery but I need…
user1697061
  • 255
  • 3
  • 14
-3
votes
1 answer

How to make this script 'bulletproof'

I have a script that is failing when calling 'box-tip' [0] index. is there a way to improve/fix this script or make it more bulletproof so that it doesn't break? all suggestions welcome, please view my code below. var map = {}; var site =…
Olivbelle
  • 23
  • 1
  • 11
-4
votes
2 answers

Getting stock with demandware/cloud commerce OCAPI

How would I get the stock of an item via the demandware/cloud commerce OCAPI?
1 2 3 4 5 6 7
8