westkoast Posted May 17, 2003 Posted May 17, 2003 Basically we're gonna be selling an eBook, so we don't care abou shipping address verification, and also will only be accepting (1) payment option, so the payment option page is kinda redundant too.... That is two pages, I would hapily do without....just can figure out if OSC will bark at me if I try to remove them from the process. ** Also, on another note. Does anyone know where the Mod is that allows new customers to fill in info on the "login page" I searched around a little but had little luck finding it.. I need to read the rules more often...
fstuurman Posted May 18, 2003 Posted May 18, 2003 Hello, Search in the shoppingcart.php module around line 162: <?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT); ?> and replace it with: <?php echo tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'); ?>"><?php echo tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT); ?> If you press the checkout button, it will jump to order confirmation directly. With kind regards , Fred Stuurman
westkoast Posted May 18, 2003 Author Posted May 18, 2003 That almost works correctly!.... I guess 2checkout.com needs extra parameters? I get this error: Parameter Error. Incorrect parameters were supplied therefore this purchase cannot begin. If you are attempting to purchase from a web site please contact the web site so that they can correct the error. If you are designing your web site consult the 2Checkout.com Admin Area for the proper codes. Thank You, 2Checkout.com Inc. I need to read the rules more often...
fstuurman Posted May 19, 2003 Posted May 19, 2003 Sorry, I am not using credit cards, so I don't know the answer to this. With kind regards , Fred Stuurman
Recommended Posts
Archived
This topic is now archived and is closed to further replies.