Closed (works as designed)
Project:
Commerce Core
Version:
7.x-1.7
Component:
Cart
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 May 2013 at 17:23 UTC
Updated:
2 Jun 2013 at 15:01 UTC
hi.
i set up a minimal commerce enviroment but, when i "Add to cart" a product, no system message appears.
i noticed, instead, that they all appear at once when i log in in the backend.
i have a "Display an Add to Cart message" rule configured but i guess this isn't the intended behavior, is it?
these are the commerce modules i installed:
thanks a lot.
Comments
Comment #1
rszrama commentedI've never seen this problem before, so it's likely a side effect of one of your contributed modules or some odd configuration on the site. There's no reason for that message not to be immediately displayed, but I'd recommend turning on the Rules logger to see if you can find anything out there. May be some weird caching thing, too, queueing messages up in a session that never gets attached to a user or something. Not sure, but there's not much more I can really offer.
Comment #2
lorenx commentedthanks for your answer.
i turned on rules debug, i hope you can give this log a glimpse to check if you see something wrong...
i asked in the #drupal channel and it seems there are other people with the same problem (hope to bring them here).
can i investigate further?
thanks a lot!
this is "add to cart" debug log:
and this is the complete debug log:
Comment #3
lorenx commentedlet me reopen this issue...
Comment #4
lorenx commentedsorry, i investigated further and it seems i have the same issue calling
drupal_set_message()directly.thank you for your attention.