Closed (fixed)
Project:
freeCommerce
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2013 at 02:37 UTC
Updated:
30 Jul 2013 at 04:49 UTC
and/or redirect to a sensible new page
Comments
Comment #1
couturier commentedHave you looked into Drupal Commerce? That's the preferred module for commerce in Drupal 7.
Comment #2
crookednumber commentedThis comment is a little off-topic from the issue at hand, but from the freecommerce project page:
If you have a strong argument for deprecating this module, I'm sincerely happy to hear it. But please do so as a separate ticket.
Comment #3
couturier commentedSorry, I didn't know you were not intending to take payments. Drupal Commerce uses about 150 modules, all of which are tightly integrated and closely monitored. The server load is manageable by design.
You can automate an email to send upon receipt of order by using the Rules module. Check The Tiny Book of Rules for a headstart on this. Or, maybe you are just referring to an internal code or message posting to the admin UI? I believe Rules can accomplish this, as well.
Comment #4
crookednumber commentedGoing to put a simple dsm() here (for now).
SInce #2053395: checkout submit handler should clear cart clears the cart, the following lines in the form constructor for /checkout
will kick the user back to an empty cart at /cart.
This seems like a good enough solution for first stable release.
Comment #5
crookednumber commented[7.x-1.x 8f0a540] Issue #2053391 by CrookedNumber: checkout sumbit handler should provide some sort of message (Order sent)
1 files changed, 1 insertions(+), 0 deletions(-)