Or you can use this one:
http://www.zen-cart.com/downloads.php?do=file&id=131
Or you can use this one:
http://www.zen-cart.com/downloads.php?do=file&id=131
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Thanks guys for getting back. Most appreciated.
Keep the options coming .... Always like lots of options
Basically what I'd like to do is this example :
Person comes to site. Finds dress they want. Fill in all the options. Hit "Add to Cart"
Come to "Checkout Page" Hit "Go to Checkout" Go to "Log in" or "Create Account"
Etc Etc Etc .... Hit "Submit Order" Customer sees "Thank you for your order. You will receive an invoice blah blah blah"
The order goes to Admin. I go to Google Checkout to send invoice with payment instructions etc. I get money, customer gets item. Everybody happy
Or a close facsimile there of ....
Ahh...... there is also a google checkout payment mod
http://www.zen-cart.com/downloads.php?do=file&id=206
Yes it does.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Hi
I am new here so be nice :)
I am using Zen Cart 1.5.1 & have not yet gone live.
I installed this invoice addon, see below;
Invoice Payment Module for ZenCart 1.3
--------------------------------------------------
Released under the GNU General Public License
--------------------------------------------------
Author: Scott Wilson, 8 July 2006
www.thatsoftwareguy.com
Zen Forum PM swguy
Works fine but if I understand correctly I have to select the customers who can use this by adding them to the "invoice" group?
I would like to offer this "pay by invoice" to all customers. Is there some way that I can by default add all customers to this group "invoice" even new customers when they join? I do not plan to offer discounts to these customers.
Thanks for help.
Thinking about it & after some research I suppose I could disable the check that groups start with "invoice" to always give a "true" answer?
Modify includes/modules/payment/invoice.php and remove the function update_status (lines 47-71). Replace with
Code:function update_status() { $this->enabled = true; }
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.