Results 1 to 10 of 24

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Possibilities for price request

    Quote Originally Posted by Mindsick View Post
    Yes I'm gonna store a lot of articles in the database ! I will use the "Easy Populate" Plugin. And yes i want to make it possible for the customer to request a Quote on every constellation of products possible. No Prices online.
    I think by asking if you need anything stored in the database it was intended to find out about storing information received from the customer, ie, do you need to store their mailing or email address, that type of thing. Not asking if you are going to use ZC to present your product(s).

    Perhaps a better way to ask the question is what from the customer are you going to want/need to be captured in the database. (At least that was how I understood the question.)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Jul 2014
    Location
    Graz, Austria
    Posts
    14
    Plugin Contributions
    0

    Default Re: Possibilities for price request

    Quote Originally Posted by mc12345678 View Post
    I think by asking if you need anything stored in the database it was intended to find out about storing information received from the customer, ie, do you need to store their mailing or email address, that type of thing. Not asking if you are going to use ZC to present your product(s).

    Perhaps a better way to ask the question is what from the customer are you going to want/need to be captured in the database. (At least that was how I understood the question.)
    oh well ! Sorry for my bad understanding, but help in the german Forums is very slight :/
    So. It's not important to store any User-Data in the database as Long as i receive an email with at least Product list, email, Name and Adresse of the user !

  3. #3
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Possibilities for price request

    Quote Originally Posted by Mindsick View Post
    oh well ! Sorry for my bad understanding, but help in the german Forums is very slight :/
    So. It's not important to store any User-Data in the database as Long as i receive an email with at least Product list, email, Name and Adresse of the user !
    Macht nichts. Deshalb Ich wiederschreiben die Frage habe. Echt, es einem Detschen forum gibt? Unglaublich.

    Okay so that was my attempt to say: no problem. That's why I rewrote the question. Really, there's a german forum? Unbelievable.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Jul 2014
    Location
    Graz, Austria
    Posts
    14
    Plugin Contributions
    0

    Default Re: Possibilities for price request

    Quote Originally Posted by mc12345678 View Post
    Macht nichts. Deshalb Ich wiederschreiben die Frage habe. Echt, es einem Detschen forum gibt? Unglaublich.

    Okay so that was my attempt to say: no problem. That's why I rewrote the question. Really, there's a german forum? Unbelievable.
    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?

  5. #5
    Join Date
    Jul 2014
    Location
    Graz, Austria
    Posts
    14
    Plugin Contributions
    0

    Default Re: Possibilities for price request

    Quote Originally Posted by Mindsick View Post
    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?
    OK guys, i found that option in "Admin>Configuration>List all articles

    BUT....

    The prices are still visible in the cart. I wat to get rid of that.

  6. #6
    Join Date
    Apr 2014
    Posts
    154
    Plugin Contributions
    0

    Default Re: Possibilities for price request

    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.

  7. #7
    Join Date
    Jul 2014
    Location
    Graz, Austria
    Posts
    14
    Plugin Contributions
    0

    Default Re: Possibilities for price request

    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

  8. #8
    Join Date
    Jul 2014
    Location
    Graz, Austria
    Posts
    14
    Plugin Contributions
    0

    Default Re: Possibilities for price request

    double post, sry.
    Last edited by Mindsick; 18 Jul 2014 at 12:12 PM. Reason: see content

 

 

Similar Threads

  1. Display no price/send request for quotation
    By ae123 in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 29 Nov 2012, 11:36 AM
  2. several possibilities for download
    By goalsurfer in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 6 Jul 2010, 05:55 PM
  3. Admin possibilities for no online shops
    By camilleb in forum Managing Customers and Orders
    Replies: 3
    Last Post: 6 Feb 2009, 04:45 PM
  4. new user wondering about possibilities
    By saul11 in forum General Questions
    Replies: 3
    Last Post: 12 Mar 2007, 12:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg