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
0
votes
3 answers

Add custom css in Content Slot Salesforce B2C Commerce Cloud

I have a content slot in which I need to add custom css file from Business Manager. I want to add the custom file in the head section. Is there any way by which I can do it? I tried adding a custom css file in Content Asset and linked that asset to…
Kriti
  • 2,163
  • 15
  • 16
0
votes
1 answer

Commerce Cloud - How to override the code for the Apply button?

I'm fairly new to Commerce Cloud; I've added a custom textfield. I want to override the form submission that takes place on the click of the Apply Button so that I can read the value from this new field. I'm working on the sample SiteGenesis site.…
0
votes
4 answers

How to add the payment transaction status in order placed by using Demandware OCAPI?

I'm developing API for the mobile app of e-commerce website which is on Demandware. I am using the OCAPI 18.8 to place an order and send the payment details to third-party payment processor which is Vantiv. I get the transaction ID and response code…
Awais
  • 33
  • 7
0
votes
1 answer

OCAPI: my question is that ,Is it possible to get save for later or wishlist product using OCAPI for registered user

OCAPI: Is it possible to get save for later or wishlist product using OCAPI for registered user.
0
votes
1 answer

Content Slot will not show multiple content assets in Demandware

I have read that you can add multiple content assets in a content slot. I created by content slot and the content assets, and I added each of them on their own line in the content slot. However, only the first one shows. Both are working because…
KatherineMichelle
  • 453
  • 10
  • 27
0
votes
2 answers

facing build failed when running demandware project on eclipse from mac 10.12.06

error:- check-node: styles: [echo] Running gulp build task for Mac OS X in /Users/admin/Documents/.../gulp_builder [exec] env: node: No such file or directory BUILD FAILED /Users/admin/Documents/.../gulp_builder/builders.xml:84: exec returned:…
0
votes
2 answers

Export inventory data from and import order data into demandware

How can I export inventory information (e.g. on availability for a specific product) from demandware to another ecommerce vendor? Is there something like a demandware API which I can call to get this information? Similarly, is it possible for…
ahron
  • 803
  • 6
  • 29
0
votes
1 answer

How can I track changes made in newly added cartridge in atlassian sourcetree?

First of all, I am new to sourcetree. Mostly when we change/add/remove a file in an existing file in repository, it gets reflected in the sourcetree's uncommitted changes. I have added a new cartridge in my eCommerce Salesforce project. But even…
Code_Ninja
  • 1,729
  • 1
  • 14
  • 38
0
votes
1 answer

Filtering out, out-of-stock products from BonusDiscountLineItem demandware

By default BonusDiscountLineItem.bonusProducts will return out of stock products as well, is there any way to filter out the out of stock products from bonusProducts list?
Aravind
  • 2,290
  • 1
  • 11
  • 21
0
votes
1 answer

adding required Schema.org JSON LD Markup

I would like to see if somebody could post an example of how to dynamically create a JSON-LD to create a google rich card using JQuery? I would really appreciate if somebody could show me an example of how to implement this.
Vaibhav
  • 485
  • 6
  • 12
0
votes
0 answers

Integration of AMP page with demandware (SFCC)

How I can integrate some AMP page with demandware (SFCC)? Suppose I want integrate AMP page in one of the content asset /content slot where I need to include in PDP or PLP or CLP or Home page
0
votes
1 answer

Hybris vs. Demandware, architectural main differences

What are the core architectural main differences between Hybris and Demandware?
Nomade
  • 1,760
  • 2
  • 18
  • 33
0
votes
2 answers

Checking a voucher code on a Demandware online store

I'm working for a startup and we have a customer who uses Demandware for their online store. Our company provides vouchers which are worth a specific amount of money. So customers on the retail site can enter the voucher number near the end of the…
Mark
  • 4,428
  • 14
  • 60
  • 116
0
votes
1 answer

Eclipse Demandware server connection not uploading

I got a new version of Eclipse Oxygen and installed the following Demandware plugin: http://developer.salesforce.com/media/commercecloud/uxstudio/4.6 I have imported my cartridges into the work space, and setup a new digital server connection with…
Mikkel Fennefoss
  • 857
  • 1
  • 9
  • 32
0
votes
1 answer

Integrate ${Category.displayName} in Demandware content slot

There is way to show ${Category.displayName} in regular Demandware Content Slot? Please let me know if there are other options how I can show actual category name inside a content asset. Thanks in advance for your help.