Skip to content

Instantly share code, notes, and snippets.

View jabberdog's full-sized avatar
🖥️
Reporting for duty

Liam Fathers jabberdog

🖥️
Reporting for duty
View GitHub Profile
@jabberdog
jabberdog / configurable.phtml
Created February 23, 2019 12:01 — forked from bizlift/configurable.phtml
Magento configurable product default options by attribute label
Product.Config.prototype.fillSelect = Product.Config.prototype.fillSelect.wrap(function(superMethod, element){
var attributeId = element.id.replace(/[a-z]*/, '');
var attribute = this.config.attributes[attributeId];
this.config.chooseText = 'Select ' + this.config.attributes[attributeId].label;
return superMethod(element);
});
@jabberdog
jabberdog / container-layout-names.md
Created January 10, 2019 22:55 — forked from joshfortyfour/container-layout-names.md
List of container layout names in Magento 2 Community Edition
  • actions_apply_to
  • admin.scope.col.wrap
  • adminhtml.block.report.product.lowstock.grid.container
  • adminhtml.catalog.product.set.edit.wrapper
  • after.body.start
  • alert.urls
  • assign_products_container
  • available_sort_by_group
  • backend.page
  • backend.session.activity