WordPress sessions
-
I’m working with a site where I need to have a user add/update/remove items from a cart similar to WooCommerce however we aren’t using WooCommerce and don’t plan on doing so. I need to be able to have each user manage a cart and then be able to checkout, (again very similar to what WooCommerce is doing), which involves them entering in checkout fields without payment. The form will build and send an email off along with some other custom processing to hit an external API. What’s the best way to manage this without using WooCommerce? I’ve read about WordPress session tokens in the docs, but I can’t seem to find any examples that would help me get off the ground. Any help is greatly appreciated!
- The topic ‘WordPress sessions’ is closed to new replies.