I have a site where all products are virtual (set up in admin this way) and we will never ship any items. I would like to bypass the shipping page completely. Right now, when you click the "go to checkout" button page on the shopping cart page, the shopping cart page reloads. I figure I can correct both issues by just bypassing the page completely.
I'm guessing I need to make a change to the FILENAME_CHECKOUT_SHIPPING variable in tpl_shopping_cart_default.php, but I'm not sure what to change it to:
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>
I've dug around on the site - no luck.
Thanks in advance for your help!



