Kryptronic Software Support Forum

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.

#1 12-18-2016 09:37:42

conway
Member
Registered: 06-11-2012
Posts: 10

Easy message option in cart area

I'm running version 8 still and would like to "shut down" the site temporarily and not allow checkout via credit card or paypal while we do inventory. Is there a way to easily display a text message that checkout is not available prior to the customer entering any of their info and also turn off the checkout functions?

Thanks!

Offline

 

#2 12-19-2016 08:11:28

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Easy message option in cart area

I think you want to edit the file {private}/apps/ecom/ECOM/includes/coacctlink.php.  That's the include that presents the checkout login/account select options.  It's the single entry point into checkout and where you go when you click 'checkout' in the cart.  I'd edit that include.  Right at the top, putting something like:

Code:

print '<p>Checkout is disabled</p>';

return 1;

Will print your message and return without printing any of the other links/forms/etc that direct into checkout.


Nick Hendler

Offline

 

Board footer