You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I'd like to include some text about being able to call in orders if the customer wants to pay by check or money order. Any idea where I would edit to be able to include that information at checkout time?
And will version 5 include the ability for people to select mail or money order payments as well as cc options?
What we did is to tell the customer they could print the cart contents and mail it. You can add text to the cart itself in cgi-bin/library/modules/site_store_cart_contents.pl or you can add it at site_store_order.pl that'll show up below the cart at checkout.
Just look at some of the scripts and you'll see where the text is coming from and where you can add what you want. HTH