I have a store with 2000+ products. CC payment processing is currently enabled, and products are priced by attributes. The store owner would now like to remove payment processing completely.

I know ZenCart can support a browsable catalog with products set to Call for Price. I see that I could run a SQL command on the products table setting product_is_call from 0 to 1 to enable Call for Price. But is that all I would need to do to make this site wide change?

I plan to run some testing to figure out the best procedure for removing CC processing store-wide, but if anyone has any ideas or guidance to add to this, please let me know.