Passing attributes from one module to other
Firstly I am new to Drupal commerce and start learning it on the job as required. So if you see my question as basic functionality in Drupal commerce, please pardon me.
Question: I have a simple commerce site and it look like as follows: Product view -- Shopping cart -- checkout
After checkout, I am adding a new custom module(creating an account for the user and few other things). I need to get the attributes of the product from the shopping cart module. How can I retrieve that information from the shopping cart module to the new custom module that I am building.
Thanks in advance.