6 replies [Last post]
bmagistro's picture
Offline
Getting busy with the Ubercode.
Joined: 09/24/2007
Juice: 199
Was this information Helpful?

I want to have non shippable products that can be added to the shopping cart, not purchased but causes a quote request from the store owner. Basically they sell motor vehicles (atvs, etc) and want to list them in the store but do not want them to be done with out getting a quote first. I don't want multiple shopping cart systems.

Andy's picture
Offline
Administrator
Joined: 08/07/2007
Juice: 1076
Quote Request

I think Ubercart can get close. You can change the "Add to Cart" text to say "Get Quote". you can then modify the checkout panes to only get the info you need for a quote (not payment info). Then you can use the notification settings or workflow to email the order/quote info to the right people. Your people can edit the order (adjust the price) to create a "quote" and email a copy to the customer. Once the deal is closed, your people can edit the order/quote to insert the payment info and you now have an order!
Does this work for you?
Peace,
Andy

bmagistro's picture
Offline
Getting busy with the Ubercode.
Joined: 09/24/2007
Juice: 199
Re: Quote Request

only if it can still allow me to have other shippable items

my only thought here is taht it would become a highly customized ubercart install that does a check based on the category id.

I do not know enough about thier business logic so i would probably stop it after it sends an email to the appropriate people and set the order status as completed.

Andy's picture
Offline
Administrator
Joined: 08/07/2007
Juice: 1076
Ubercart and Quotes

Having some items that go through normal checkout and others which get quoted makes things more difficult. I don't see a way to do that which doesn't involve some custom code or development to core. We could design a module specifically for quoting orders based on the category id or taxonomy for you. If you are interested in sponsoring development for this feature, send me a private message.
Peace,
Andy

bmagistro's picture
Offline
Getting busy with the Ubercode.
Joined: 09/24/2007
Juice: 199
Re: Ubercart and Quotes

thanks for the offer but i am going to take a stab at writing it myself first.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: Ubercart and Quotes

Searching for "quote cart" here brings up a thread from a while back where someone was looking for (and maybe developing?) similar functionality... I think they may even have got something working. You might dig a little... also look for wishlist carts and see if maybe you can modify that for your needs.

bmagistro's picture
Offline
Getting busy with the Ubercode.
Joined: 09/24/2007
Juice: 199
Re: Re: Re: Ubercart and Quotes

thanks for the tip, im waiting to hear on the quote cart. in the mean time, what about using hook_add_to_cart and return false then redirect them to a request quote page or soemthing?