Skip to content

Commit

Permalink
MAGETWO-58504: Add Configurable Product To Cart from Category Page #2574
Browse files Browse the repository at this point in the history
 #5850 #5882 #6572 #5558 - for 2.0
  • Loading branch information
lestare committed Nov 29, 2016
1 parent b90cf48 commit 278e8d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require([

$('body').on('catalogCategoryAddToCartRedirect', function (event, data) {
$(data.form).find('[name*="super"]').each(function (index, item) {
debugger;
var $item = $(item);

data.redirectParameters.push($item.attr('data-attr-name') + '=' + $item.val());
Expand Down

0 comments on commit 278e8d9

Please sign in to comment.