Irvin Posted June 8, 2004 Share Posted June 8, 2004 Hello, Does anyone know any PHP shopping cart script that is easy to use? I'm currently playing around with Oscommerce, and am building a simple e-commerce website. But what I only need is that the website is able to: 1. Have product catalog 2. List product details/information/thumbnails/ 3. Shopping cart feature which enables a customer to add a product to basket (ADD TO CART), and continue shopping/browsing products 4. Then once the customer finishes shopping, then he/she click on the the shopping cart, and fill out an order form (no credit card/no online payment needed). This is just a normal order form with customer contact details, and products ordered (product names, quantity, total price). 5. When the customer clicks 'ORDER' or 'SUBMIT', the whole information (the customer and the order info) are sent directly to my email. And I can process their orders manually. Is Oscommerce able to be customized to just provide the shopping cart like list all the products in different categories, and provide add to basket/cart link on each listed product? If yes, does anyone know where in the Oscommerce control panel can I do the customization? If anyone can help me with this, I'll be very grateful. Thanks in advance. Irvin Link to comment Share on other sites More sharing options...
vasttech Posted June 8, 2004 Share Posted June 8, 2004 What you could do is enable only the check/money order payment method. Change the text to say Submit Order for Processing or something like that. osCommerce Knowledge Base osCommerce Documentation Contributions Link to comment Share on other sites More sharing options...
Irvin Posted June 8, 2004 Author Share Posted June 8, 2004 Hi Jeff, Thanks for your reply, that was quick :o Do you know where in the oscommerce control panel that I can customize that option, and exclude payment page, and make only the order form available? Cheers Link to comment Share on other sites More sharing options...
vasttech Posted June 8, 2004 Share Posted June 8, 2004 You can set up the payment methods in admin under the modules section. As for editing the text you will have to edit the includes/languages/english/modules/payment/moneyorder.php. There is no (easy) way to exclude the payment page and only have an order form, unless you really tear apart the code. osCommerce Knowledge Base osCommerce Documentation Contributions Link to comment Share on other sites More sharing options...
Irvin Posted June 8, 2004 Author Share Posted June 8, 2004 Jeff, Thanks again. I've modified the payment module. Simply disable the credit card payment option. ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.