Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
Hi KK & All,

I need some guidance from you, Shopping Cart Module works fine with me.
but I want code for cash on delivery. mean after click on checkout button my customer provide some important information about them, like mobile no, Address and it will store in database, so I can deliver product by hand and collect cash.

I don't go with paypal.

Help me.

Thanks
Subhamoy
Hi Subhamoy,

Please refrain from creating support threads in the News and Announcements section of the forum.

Thanks.
As @cheesypoof said, this is not the correct place to ask a question, but here goes.

Basically, what you need is a custom checkout option. Attached you will find three files, 'checkout_bank.php', 'sales_email.html' and 'sales_success_msg.html'.

Please register the checkout_bank template by accessing it loged in as super-admin. Place the two .html files in couch snippets folder.

On your checkout page add a "Custom checkout" button(or how else you want to call it). Then make it call the checkout_bank.php, you can use a form with action attribute.

Upon invoking the checkout_bank.php, this template will show all the cart info along with a form for the user to enter their own details.

On submitting the form, an email gets sent to the user (bcc to you) and a success message is shown as a flash message.

The two html snippets contain the contents of the email and the success message. You can modify them to suit your needs.

Hope this helps !!

Attachments

@cheesypoof

Sir I am really sorry for mistake.

@ madebym

Thanks for your support.

Thanks
Subhamoy
4 posts Page 1 of 1
cron