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

SFCC (demandware) Debugging

How I can debug Controllers or template in SFCC (Demandware) without Eclipse? I know about atom debugger, but maybe you now something else, something more comfortable.
0
votes
1 answer

XML Sitemap on Demandware / Salesforce CMS for SEO ecommerce maintenance

I am providing a SEO consultation for a company which uses Demandware as e-commerce solution. They got about 20k (20.000) broken links and I have to fix them with a massive implementation of 301 redirects. How can I implement my customized…
0
votes
1 answer

Demandware Business Manager: Is it possible to show ATS in the Catalog List View?

In the Business Manger, under Merchant Tools ➤ Products and Catalogs ➤ Catalogs, the Grid View currently shows Available-to-Sell (ATS) information: However, the List View does not show that information: Is it possible to configure the Business…
DeathB4Decaf
  • 390
  • 1
  • 10
0
votes
1 answer

getPromotionsList() in Demandware

I want to use dw.campain.Promotion object in demandware to print a list of active / inactive promotions. Did you have a method to recover the full list of promotions in demandware?
0
votes
1 answer

demandware pdp variation template tab selection code only applicable to shirts category

Please see my variations template below. I have commented on the part of code that needs to only apply to my formal shirts category. currently if I include the div .box-tip it shows in 3 different areas on the page but only want it ti show on formal…
Olivbelle
  • 23
  • 1
  • 11
0
votes
2 answers

Not able to see the Storefront toolkit on the custom isml rendered in the storefront

I am not able to see the Storefront toolkit on the isml rendered in the storefront. It is there on the sitegenesis landing page. But when I supply my pipeline name and start node name in the URL, then the corresponding isml mentioned in the pipeline…
Random Coder
  • 329
  • 2
  • 5
  • 11
0
votes
2 answers

How to add notify me functionality on pdp page in demandware

Hello I am new to demandware just worked on few POC's and I need to create a notify button on pdp page if a product is out of stock then on clicking this button a pop up window will open which will ask for email id that should be saved in a custom…
Vipul
  • 57
  • 4
0
votes
4 answers

How to redirect to shopping bag page with "Add to Bag" button?

I want to redirect the client to the shopping bag page when they success add the product. I am using demandware of the website.
0
votes
2 answers

How to set the default store image in Demandware

In Demandware, when a store has been added to the system, the default store image appears broken. I have heard that there is a way to upload a default image so that this is used as the default. Can someone please point me in the direction of either…
0
votes
1 answer

How to use style on input field in Demandware?

I want to append an image in input field in Demandware... I am wondering to use style on Demandware's isinputfield tag, can i acheive this in Demandware Templates like on this tag isinputfield formfield="${pdict.CurrentForms.helloform.nickname}"…
0
votes
1 answer

Filter element by attribute with namespace in E4X

I have an XML like this: Default name English Name
stz184
  • 363
  • 3
  • 12
0
votes
1 answer

Netsuite Order Tracking API with Demandware

We have a system where an order is placed using Demandware as frontend. The order details then goes into Netsuite (ERP). We need Order Tracking feature for customers where they can login and track their order. This could be built in JSP/PHP/ROR. I…
Slimshadddyyy
  • 4,085
  • 5
  • 59
  • 121
0
votes
3 answers

How do I create new Demandware project in eclipse?

I'm a newbie. I'd like to study Demandware, but I don't know how to create new Demandware project in eclipse. Is there anyone can instruct me how to create a new Demandware project step by step in eclipse? Thanks.
Charles PHAM
  • 840
  • 3
  • 13
  • 25
0
votes
1 answer

Cached object loses its value after the page is left and I try to come back

Enviroment: I am using isml for view (demandware templating), browser is chrome. What I am trying is to store the shopping store ID: function cacheStores(data) { cachedStores = {}; for (var i = data.length - 1; i >= 0; i--) { …
Haris Khan
  • 171
  • 1
  • 2
  • 10
0
votes
1 answer

Pagination logic

Can any one please suggest me a idea for the achieving below pagination. 1 2 3 4 5 next>> suppose if you are clicking "next>>" it should show next set of pagination like below 6 7 8 9 10 next>> and control should be in 6th page scenario: 1 2 3 4…
Yogesh C
  • 41
  • 1