This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
/** | |
* Script file for rendering an assets.topsellertile component | |
*/ | |
//Initialize constants | |
const Template = require('dw/util/Template'); | |
const HashMap = require('dw/util/HashMap'); | |
const URLUtils = require('dw/web/URLUtils'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Tile: Product Top Seller", | |
"description": "Image, text overlay, 'Shop Now' control that links user to a PDP of the best selling product in a category; Image is defined by the selected product", | |
"group": "assets", | |
"attribute_definition_groups": [ | |
{ | |
"id": "search_params", | |
"name": "Search Parameters", | |
"description": "Please select a category to search for a top seller.", | |
"attribute_definitions": [ |
NewerOlder