I want to setup a store for a wholesale company which has to be able to showcase its products and let the visitors add them to a cart-like inquiry list, that will be sent by email to the store owner for processing.
The products shall have no price and there is no need for payment management or shipping information.
I have browsed through some topics, but I did not get a full answer, just three possible ways: "ASK FOR PRICE"; "SHOWCASE MODE" and "FUNCTION TWEAKING"
The "ask for price" solution would be fine if it could be multi-product, this is, asking for price would put them in the inquiry list and then having a way of sending it to the store owner like it's done for single products.
I don't think the "showcase mode" will be satisfying, but I have no way to test it, as I haven't set up the store yet (I am still deciding whether to use ZENCART at all if this is not met).
The third option was to tweak the zen_get_products_display_price function and template pages. I am not really php literate, so I was expecting something more out-of-the-box.
Is there a simple way of doing it? For what I've seen this could be appreciated by some people and, who knows, could be a useful feature to be integrated in future releases.