theman Posted December 29, 2004 Posted December 29, 2004 hi, i would like to add a checkout button to the product info page and if clicked it adds the product to the cart and moves straight to checkout how can this be acocmplished any help would be great thx
theman Posted December 29, 2004 Author Posted December 29, 2004 just to clarrify i basically want a way for a user to click the checkout on a proudct page and be sent dirrectly to checkout (ie im gonna be implementing the no account creation needed contribution as well) this way i can minimize the number of clicks to get through the checkout for users that only want one product
wheeloftime Posted December 31, 2004 Posted December 31, 2004 some direction would be great :( <{POST_SNAPBACK}> If I wanted to do the same I would look for the Knowledgebase tip to add a Back button to the product info page and use that as a base for adding a checkout button. I would then have to find out how the add to cart button works and probably copy a part of it 's code to the place where the action is handled for your new checkout button. The last thing is to copy the redirect from the back button to the the new checkoutout button and change the reference to my checkout page. With the no account option in place you should go straight to where you want to go. This is just what I think how I would go for implementing something like this and maybe there are easier ways but I think this should be fairly easy doable for someone with some PHP and copy/paste knowledge.
theman Posted January 3, 2005 Author Posted January 3, 2005 i stilll am a lil confused of how to do this...could someone pls help
Recommended Posts
Archived
This topic is now archived and is closed to further replies.