2 replies [Last post]
Lalith's picture
Offline
Joined: 09/04/2009
Juice: 8

Hi

I have a requirement as follows

Requirement:
In my site, sometimes, the sales reps may contact users [whether registered or non registered] and give demonstration on the available products on site.
When they are demonstrating, the sales reps needs to create a wishlist/cart for the user requested products.

Finally, at the end of the day or other, the sales rep will check all the wishlists/cart [in a grid] and process them based on the user payments

The wishlist/cart which are created by the sales reps shouldn't be visible to other users in the site except for the corresponding user, sales rep and admin.

For Example:
A sales rep(say srep1), is giving demo to user1 and the user1 has interest to purchase the product1 and product2. Then the srep1 will create a wishlist/cart on the name of user1.

Then the srep1, using the grid of his created wishlist/cart, process them [i.e. deleting them, make them as purchased etc]

Does drupal has any such module or can the wishlist module itself supports this functionality?

Please help me to get such a module.

Thanks in Advance

univate@drupal.org's picture
Offline
Getting busy with the Ubercode.
Joined: 03/27/2009
Juice: 465
Re: Sales reps Adding/saving carts for the users

I think want you want to do is create an order and use the payment_pack module to indicate a manual payment and then add the payments later to the order yourself manually. That is all possible with ubercart.

Lalith's picture
Offline
Joined: 09/04/2009
Juice: 8
Hi Thanks for your prompt

Hi

Thanks for your prompt response.

We can do that using the order module but our requirement is that, the sales reps can be able to directly create a wishlist/cart form the products display/view pages itself. Simply, like how they use "Add to cart" button. i.e. we don't want him to navigate to the orders manage page and again add the product.

I think, as you said, we should implement a custom module for our requirement.

Please suggest me your ideas whether i am in the right direction or not.