Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 Jul 2012 at 10:13 UTC
Updated:
8 Aug 2012 at 08:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
guguss commentedComment #2
roysegall commentedComment #3
roysegall commentedI applied the fixes. The gerrit page: https://code.drupalcommerce.org/141.
Also, attached a screen shot.
Comment #4
bojanz commentedChanging status per Augustin's code review in gerrit.
Comment #5
guguss commentedNeed some quick fixes :
Comment #6
guguss commentedCommit has been merged.
Comment #7
guguss commentedIt seems that no email is sent to the non-admin user after an order is proceed !
@theo : can you check why ?
Comment #8
guguss commentedComment #9
amitaibuRe-assign.
Comment #10
itamar commentedOrder-completed email does get sent to normal authenticated users when I try it locally. I'm unable to reproduce the issue.
Comment #11
theo_ commentedThe problem was that, we were trying to send a mail to the order's owner before assigning the owner to the order ...
Juste updated the weight of the rule rules_commerce_order_message_order_notification to happen after user creation.
https://code.drupalcommerce.org/212
Comment #12
bojanz commentedMerged, good job.