Active
Project:
Better Messages
Version:
7.x-1.x-dev
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2013 at 17:06 UTC
Updated:
30 Apr 2015 at 11:05 UTC
Jump to comment: Most recent
Hi,
thank you for this very elegant module :-)
Better Messages is working fine with all normal messages. But I tested it with a Commerce Kickstart install inluding the "Commerce add to cart confirmation" module.
When I add a product to cart, the two modules cause a display problem with two nested popups.
Is there a way to disable Better Messages only for this type of message?
Thanks for your answers!
William Aubert
Comments
Comment #1
ruhaim commentedThis is a fix that should come from "Commerce add to cart confirmation" module, reported at https://www.drupal.org/node/2210401
Until it's dependency is removed with the drupal_set_message() function here is a blog post i found which has a temporary hack
-
http://julian.pustkuchen.com/en/drupal-7-commerce-howto-get-commerceaddt...
---
Add the following preprocess function to your theme and rename it accordingly:
Then add the following snippet to where the add to cart confirmation should be output in the template code (page.tpl.php)
Eventually you will have to modify one or two lines of your css selectors, if it doesn't work ad hoc.