Skip to content

Commit

Permalink
Change order for selected options in cart overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Oct 31, 2022
1 parent f3667fc commit 16a2308
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 16a2308

Please sign in to comment.