Skip to content

Comparison of bundled products in the productsEquals.ts #4004

@gk-daniel

Description

@gk-daniel

Current behavior

In the productsEquals.ts file, we can notice that bundle products are checked for attributes such as product.server_item_id, product.item_id or checksum. In our online store, we found that this condition (line 37) can return false, and in this case, when a bundled product is added to the basket, no more products can be added.

Expected behavior

To fix this issue, we need to slightly modify the condition so that it is possible to check the product bundle for sku.

Can you handle fixing this bug by yourself?

  • YES
  • NO

Additional information

Below I will publish a link to a PR request, where you could consider my proposal

#4005

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug reports

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions