double post, sry.
Last edited by Mindsick; 18 Jul 2014 at 12:12 PM. Reason: see content
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Haha nice german there. Google translat really sucks buddy :-)
So, i managed to set up the store BUT there is one more thing i can't handöle for now:
How, THE ########, do i disable the prices !?
I can't find it in articles. nor in customer details. There is only on option for Showroom. But as you know, thats not what im looking for...
Any help?
Since you do not need any of the information stored in the database, then you can just create a form. The easiest way to create one has been done in the contribution section by dr byte. The only thing you will want to add to that form is to add in the anti spam code that the newer versions have. With little tweaking of the coding you can remove and duplicate the fields you need.
And to display the products your customers want, this is the route I would do. I would still use the shopping cart page as it would gather all products added to the cart. Then for the checkout button you can either remove it and add another button OR change the link to that button to your custom form page. And on the form you can easily have a section on the form to show ALL the products in a separate section for review. This is easily done with "$_SESSION['cart']->get_products()". Basically, ZC already stores all the vital info you need in an array which you can output on the form and have it sent in an email to you and/or your customer.
But keep in mind that this route would not allow you to have the order info in the database if you choose to keep track of stock. This is why I mentioned if you need database syncing as you can go another route to achieve it as well.
Ok so what i decided to do, is:
I will have a "normal" shop.
There will be a cart.
But, there should not be any Prices visible on the entire Website.
Not even in the cart. Not even if you click on a product and see Details.
Then I will edit the files shown in the buy-process of the user.
So there will be a Shippingoption, but it will be totaly free. I'll edit the shipping-Option page in a way the customer can read "There will be a shipping after i calculated Prices for you etc., you get linked to payment-Option page"
The next paeg is the payment Option and i again edit it in a way the customer can read: "blabla no paying, i will send you a Quote with all Prices and relevant stuff".
And then, if customer finished the process, i want to get an email with a list of the products desired, customer Name, E-Mail adress
Is there a way to do that?
For now, i changed all "Show Prices" Options to false, but the customer still sees Prices, doesn't matter if he's registered or not......
Any help?
cheers,
Alex
Still confused. What prices are there to display if there are no prices entered? The method described to accomplish what it is you have asked for was to not enter any prices if I remember correctly. Besides, where is this "problematic site" to be able to provide more guidance on actions to take to set it as you desire?
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
As we have gone around about.
A) Have you downloaded the version of ZC that you are using from this website?
B) have you tried this setup not using any newly installed template (blank version of ZC)?
C) the program is designed to not display a price if setup and installed properly.
Check your pm for an address to try. I would publish it, but I'm not expecting this site to be around too much longer. I can post the settings here again, but if by removing the price from the product information is causing a value of 0 to be displayed on the customer side of the store, then there is something wrong with the setup/template. The program works to provide this "option" that you've been avoiding for three+ weeks.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...