As usual, many thanks go to you, Nicolas:)
The basic idea was to save the POST data to a session, forward the user to the Add to Cart url and upon successful processing, save that form session data to DB. From what I read, it seems the form session data would be destroyed when the payment session data hits the server?
Basically, I'm trying the hard way to do with HikaShop what I've seen Mighty Resource + Mighty Commerce do in a much easier fashion. Theirs is a payment form you activate and attach to a new content collection form when you first create it. That form always represents that particular product id and that product's add to cart is appended at the bottom of your form fields in the Joomla Front End.
My idea was to try parallel their approach by creating a custom form, have a user fill in the form from Joomla Front End and before their submitted data gets a commit into the DB, have that user pay to have that data included on the site. That is what I was referring to in my forum post yesterday as "Very Powerful Stuff!" as everything now becomes a sell-able product.
You've mentioned plugins. In your honest opinion, would it be possible for one to develop a HikaShop plugin for say Sobi2 or K2 or JSeblod that allowed for a Mighty Resource + Mighty Commerce type Add to Cart behavior?
That way, we can properly ensure that new CCK data submitted by our site visitor is only saved to DB after successful processing of their payment:)