tsvenkat Posted January 20, 2005 Posted January 20, 2005 Hi all My OSC needs few customisations as below : Once the user checks out, it goes to the login screen and after keys in the username/pass info, it takes to confirmation page. From there it takes to Shipping, them PAYMENT and then FINAL CONFIRMATION what I require is, Once the customer checks out and successfully LOGS in, it should show SINGLE CONFIRMATION PAGE with all the particulars of order (items, address) and then ask for CONFIRMATION. Once CONFIRMATION is clicked, it should take to the THANKYOU page. Is this possible ? If Yes, how ? Rgds Venkat
♥Vger Posted January 20, 2005 Posted January 20, 2005 It is only possible if you intend rewriting whole sections of the osCommerce code. In any event, after Confirmation is clicked the customer will then be taken to the credit/debit card payment processing screen, and will have to return from there to checkout_process.php for the transaction to be completed and the order entered into your database and 'admin' panel - unless they are paying by cheque in which case they will go straight to the checkout_success.php page. Vger
tsvenkat Posted January 20, 2005 Author Posted January 20, 2005 I have even removed both shipping, payment modules in the ADMIN. Any other solution ?
♥Vger Posted January 20, 2005 Posted January 20, 2005 I have even removed both shipping, payment modules in the ADMIN. And your website still works? Any other solution ? Only what I told you! Vger
tsvenkat Posted January 20, 2005 Author Posted January 20, 2005 I figured a way for this. in the shopping_cart.php Page, I changed the Link to CHECKOUT and it taked DIRECTLY to the CHECKOUT_CONFIRMATION PAGE without problems and also the ORDER gets added.. :)
tsvenkat Posted January 20, 2005 Author Posted January 20, 2005 Since this is NOT for REALTIME Ordering, I donot want shipping or payment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.