Avatar Posted April 16, 2004 Posted April 16, 2004 Why when i delete these lines; // if no shipping method has been selected, redirect the customer to the shipping method selection page if (!tep_session_is_registered('shipping')) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); } from ckeckout_confimation the total price is displayed without tax?? Generally I don't want the checkout_shipping.php to show up at all because i'd like to sell files and i will send it by email. Mayby there is an easier way to do this?
Mark Evans Posted April 16, 2004 Posted April 16, 2004 There is an easier way :) There is the built in functionality to skip the shipping screen if only virtual products are being purchased. 1. Enable downloads 2. Make sure the products have no weight and voila :) Mark Evans osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops) --------------------------------------- Software is like sex: It's better when it's free. (Linus Torvalds)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.