ahmadt Posted March 5, 2012 Share Posted March 5, 2012 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 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 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 More sharing options...
El Patron Posted March 5, 2012 Share Posted March 5, 2012 check out this module, they also have a demo, it's the closest thing I could find that might fill your need. http://addons.prestashop.com/en/checkout/3517-one-page-checkout-for-ps-14.html Link to comment Share on other sites More sharing options...
ahmadt Posted March 6, 2012 Author Share Posted March 6, 2012 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now