Skip to content

Commit

Permalink
Merge pull request scandipwa#5267 from AleksandrsKondratjevs/issue-5259
Browse files Browse the repository at this point in the history
issue-5259 - Change order for selected options in cart overlay
  • Loading branch information
AleksandrsKondratjevs authored Oct 31, 2022
2 parents f3667fc + 16a2308 commit bce102e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export class CartItemComponent extends PureComponent<CartItemComponentProps> {
{ this.renderProductName() }
{ this.renderOutOfStockMessage() }
{ this.renderProductConfigurations() }
{ this.renderProductOptions(customizable_options) }
{ this.renderProductBundleOptions(bundle_options) }
{ this.renderProductOptions(customizable_options) }
{ this.renderProductLinks(links) }
</div>
);
Expand Down

0 comments on commit bce102e

Please sign in to comment.