Page 1 of 1

WebShop Question

Posted: Mon Mar 24, 2014 7:35 pm
by randm
I'm implementing the WebShop shopping cart into a website, and I have a question. My client, at present, does not want to set up a PayPal account. She would rather have orders sent to her email, and she can personally arrange for payment. Rather than doing all work to recreate an order form, etc, only to have her decide later that she would like to set up PayPal (wherein I can use the "traditional" WebShop) I was hoping there was a way to just have the shopping cart send an email order "form" to her? Is there a way to do this?

Thanks for any help!! :D

Re: WebShop Question

Posted: Mon Mar 24, 2014 8:13 pm
by Pablo
Are you referring to this webshop?
http://www.wysiwygwebbuilder.com/webshop.html

Basically you can customize the entire checkout. But it will require some programming knowledge.

Re: WebShop Question

Posted: Mon Mar 24, 2014 8:15 pm
by randm
Yep, that's the one. Can you point me to the right place for what has to be re-done?

Re: WebShop Question

Posted: Mon Mar 24, 2014 8:19 pm
by Pablo
No,. I'm sorry I cannot help you with programming related questions. This project requires some basic PHP knowledge.

Re: WebShop Question

Posted: Mon Mar 24, 2014 9:18 pm
by Navaldesign
Just remove the payment related dropdown from the checkout page, as well as the HTML box from the thankyou page.

Then change the labels (wording) to get an email as you like it-

Re: WebShop Question

Posted: Tue Mar 25, 2014 5:16 am
by randm
Navaldesign wrote:Just remove the payment related dropdown from the checkout page, as well as the HTML box from the thankyou page.

Then change the labels (wording) to get an email as you like it-
Thanks so much, Naval. Your help is much appreciated!!