Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][ADD] product_merge #1830

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from
Open

Conversation

sbejaoui
Copy link
Contributor

@sbejaoui sbejaoui commented Jan 2, 2025

This module allows users to efficiently merge multiple product templates into one. This merge process ensures that attributes and variants from all selected products are consolidated into the primary product template, without creating any new variants. This approach is particularly important for maintaining data integrity and avoiding unnecessary database load.

By not creating new variants during the merge, the module helps to prevent heavy updates on existing tables, making it ideal for large-scale databases.

This module allows users to efficiently merge multiple product templates into one.
This merge process ensures that attributes and variants from all selected products
are consolidated into the primary product template, without creating any new variants.
This approach is particularly important for maintaining data integrity and
avoiding unnecessary database load.

By not creating new variants during the merge, the module helps to prevent
heavy updates on existing tables, making it ideal for large-scale databases.
This module extends the functionality of the product_merge module to ensure
that product sale-related information is appropriately updated during the
merging process.
@sbejaoui sbejaoui force-pushed the 16.0-product_merge-sbj branch from eed5099 to b3efaff Compare January 7, 2025 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant