slyakh
Participant
Member since ‎03-11-2020

User Statistics

  • 55 Posts
  • 2 Solutions
  • 39 Kudos given
  • 20 Kudos received

User Activity

To render HTML in cart line item descriptions - simply customize the responsive template "Cart_Sections/ItemsTable" by changing<span data-bind="text: itemDescription.description">to <span data-bind="html: itemDescription.description">However, this si...
Are UI customization questions appropriate for this forum? I find knockoutjs difficult to grasp, so my question is rudimentary. NOTE: "pavId" is an ID unique to each Product Attribute Value - so it's an excellent hook to use in templates to highlight...
When we refresh our Sandbox from Prod, we sometimes want to test things in Sandbox without sending Notifications about orders and such. What's the fastest way to turn off all notifications without actually deleting them?
Product.Messages.Add() - adds a message to a configuration. But is it possible to create a message in Product Setup using a script?
Example: ► [IN](Banana, Apple, Banana, Clementine) → 1► <*VALUE(Fruit)*> → (let's say, it's a multicheck with all these selected) → Apple, Banana, Clementine► [IN](Banana, <*VALUE(Fruit)*>) → 0Why doesn't the last rule behave like the first one?WHY: ...