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

Patch Release : Allow tracking of Parent Order when purchasing from a Lead Token #412

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

jm-extend
Copy link
Collaborator

where to see the changes

  • consume a lead token and add the warranty to the cart.
  • in the minicart/cart you will see the details of the warranty now include "Parent Order" and the increment ID of the parent order
  • in the database, you now have an extra column in sales_order_item called "extend_parent_order_id" that will have the order ID (not the increment ID) of the parent order from where the lead Token originates

where to see the changes
- consume a lead token and add the warranty to the cart.
- in the minicart/cart you will see the details of the warranty now include "Parent Order" and the increment ID of the parent order
- in the database, you now have an extra column in sales_order_item called "extend_parent_order_id" that will have the order ID (not the increment ID) of the parent order from where the lead Token originates
@jm-extend
Copy link
Collaborator Author

also please note that the parent_order_id is a custom option attribute for the item. (in the table quote_item_option)

@jm-extend jm-extend merged commit 47734f8 into master Aug 14, 2024
4 checks passed
@jm-extend jm-extend deleted the Parent_Order_Post_Purchase branch August 14, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant