• 1)
    A client of mine needs a shopping cart system, but she does not want to get paid on the site. She needs the order to be sent to her per email (and she will bill the customer afterwards). Does anyone know of a shopping cart solution that can do this?

    2)
    Her customers by in bulk and she will not let anyone buy less than 3 of each item, is there a solution for this as well?

    3) As her customers by in bulk it would be easiest if the items could be listed in some form of a grid system so that the customers could just tick of witch items they would like to order, and how many.

    I know this is a lot to ask, but I would be very glad if anyone could at least point me in the right direction ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi!!!

    1-Here you can save total data in database with a html form and send to buyer’s email as html form.
    after saved data,then you have to store it is not paid yet.
    But when a buyer click on the paynow button on his/her mail then it will goes to payment process.after payment completion in IPN url you have to catch all data about payment then return back to your site in another tab.
    then update your database about that user for your website.
    2-in case of this,you have to upadate your database how many items are order by a perticular user.then according to that falg value you can restrict them to order again.
    3-In javascript you can check no more order for a user when an user choosing items.if any orders exceeds your fixed value then you have restrict them in server side also.

    Thread Starter nettsett

    (@nettsett)

    Hi,
    Thank you for your response. Is there a specific plugin that you are talking about?

    NO,

    You have to write code for your requirement as another plugin.

    Thread Starter nettsett

    (@nettsett)

    Sadly I think that will be too much for me to handle. But thank you very much anyway ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shoppingcart without payment’ is closed to new replies.