Replies: 1 comment 2 replies
-
Session to maintain user status and redirection to move across pages, I suppose. Or if you are a REST fan, model user state as a resource (instead of using the session) and PUT or POST state changes. Try to clarify your mind with some sequence diagrams. However, it's not related to codeigniter... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Codeigniter here
In the project, I am using Paytm payment gateway for the payment method and I want that when the user adds the item to the cart and goes to the checkout button, the user gets redirected to the user shipping address submission page where the user has to enter his Name, address, email, etc. have to be submitted. Once completed, the user will be redirected to the checkout process order page with the user ID and total amount where he can make the payment. What kind of logic and operation is required for this, I am not able to understand, please help me.
user shipping address submission
checkout process order
callback_URL
This is the callback_URL of the checkout process. Here I want if the payment status is successful then I should be shown the complete order information of the user according to the order ID submitted by the user
Beta Was this translation helpful? Give feedback.
All reactions