Jump to content

Running simple order without any cart


Recommended Posts

Hi

 

I have very simple website to order e-subscriptions, all my products are only 5 type of subscriptions.

 

my issue is that prestashop is very large for my requirements :unsure:

 

I just want to have a table where I can list my 5 subscriptions type and below each product a buttom to just "Order" without the need for the user to add his order to a cart and then do checkout (I'm 100% users will only order one subscription each time)

 

so the workflow that I need will be the following pages

 

[Pricing Page (Showing List of the 5 subscriptsion)] --> User Click "Order" --> [signup/Login Page] --> [Payment page/Gateway (CreditCard or Wire) ] --> Done

 

I know it's very simple and I can do it my self in php but I have to use prestashop system in order to get large discount in my creditcard gateway :rolleyes:

 

My question is there any module or hack that I can remove the cart from the workflow of the user order and just keep it as simple as above?

 

Also is it actully possible to be done using prestashop system?

Link to comment
Share on other sites

Hi

 

I think I managed to find a solution, I'm working to make it as a module and will release it here if it's work.

 

just one question, what hook I need to use in order to clear the cart before adding any product to it? so if user click add product A and later he click add Product B, the cart will have only Product B.

 

is this exists anywhere?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...