After having spent considerable time in perusing the css files in an attempt to access and hide the checkout button in the checkout screen, I'm beginning to think that there is really no way to accomplish this task. The code I have been using and experimenting with thus far from inside a number of css files pertaining to the checkout button is:
tbody input.button8 {
display:none;
}
For those who may be interested, my reason for wanting to do this is in the event a problem should develop with my merchant account/gateway, I can then hide the checkout button and continue with Google checkout.
As such, this is my last resort in an effort to see if I may have possibly overlooked something in the way of finding the correct css file/s in order to accomplish this task or whether this requires editing one of the .cgi files, i.e., order.cgi file, in which event I am SOL. Incidentally, I am presently working with ShopSite Starter 10 SP2.
Thank you ahead of time.