You have (2) tables
products
payments
You can have one page that does both entries to the tables. You'll need a form that performs a POST to store the data to your tables. The submit button will trigger the store action.
Create (2) separate INSERT behaviors for each table triggered off of the same submit button.


