Skip to content

Instantly share code, notes, and snippets.

@maxjwe
maxjwe / swatch-renderer.js
Last active February 2, 2022 19:32
Select swatch when page is loaded - Magento 2
_RenderControls: function () {
var $widget = this,
container = this.element,
classes = this.options.classes,
chooseText = this.options.jsonConfig.chooseText;
$widget.optionsMap = {};
$.each(this.options.jsonConfig.attributes, function () {
var item = this,