Guest Posted November 11, 2005 Share Posted November 11, 2005 Hello, I'm selling a "downlodable product" in my store and I dont need a shipping information from my customers. is there any way that I can just delete the shipping page from my store? any advice? Thanks; J.A.M. Quote Link to comment Share on other sites More sharing options...
jefs.42 Posted November 12, 2005 Share Posted November 12, 2005 did you checkout/use the download options in admin? Configuration->Download? I've never had a site with downloadable products so I'm not sure what all that does. Otherwise, here's two solutions: http://www.oscommerce.com/forums/index.php?showtopic=180025&hl= http://www.oscommerce.com/forums/index.php?showtopic=105056&hl= the first completely removes checking for anything and just goes to payment. the second one checks for multiple things (mainly using weight 0 for all products to skip to payment) you could also just make this line: if ($order->content_type == 'virtual') { to: if (true){ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.