View Single Post
  #4  
Old 07-08-2008, 06:32 PM
 
MOC MOC is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 171
 

Default Re: X-cart as catalog only - no buying

Well if you disable shipping, no shipping charges will be applied to customers cart. and won't show up.

Strip out of the checkout.tpl (If you're using the standard checkout, not the fastlane mod) the code which let the payment methods appear and then deactive all payments methods in the admin menu. Just let one active something like wire transfer. I guess its ID=10 (needed for example.

and then after you stripped out the payment code, add this

Code:
<input type="hidden" name="paymentid" value="10">
Change 10 to the corresponding id number of your payment method.
__________________
X-Cart Gold Version 3.5.14 (Live)
X-Cart Gold Version 4.1.10 (in dev)

Modification for 4.1.10
Run with 1 License, 1 Database up to 5 Shops with different domains, config, categories and more. click here for informations
Reply With Quote