Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I wrote a simple user migration of user data (email, status, Name) which is working. I also have a custom field (field_ipaddress) added to the account but I am having difficulty migrating to it.
I tried adding the code to the main migration which makes use of an entity: user destination and a separate migration after the main migration which is using the destination of entity:field_config.
I want to make a simple wallet like functionality for Drupal commerce 8 module for my website. I researched how promotions work in drupal commerce. To adjust the price promotions use adjustment constructor.