Closed (fixed)
Project:
Ubercart AJAX Cart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2010 at 21:27 UTC
Updated:
13 Jun 2012 at 22:41 UTC
Hi, love the module, keep up the amazing work!! Is there an easy way to change the second pop-up message... when someone adds an item the second message simply says "cart"... can we change it to something like "item(s) added to cart"? Thanks!!
Comments
Comment #1
BigMike commentedplato1123,
I am not sure if your request will make the final version, but if you can't wait, then you can easily change the 2nd message title to your liking in uc_ajax_cart.module, near or at line 287:
'CART_OPERATION' => t('Cart'),Regards,
BigMike
ps. Yes I know if it bad practice to modify core/module code.
EDIT: Sorry for not fully trouble shooting this, but this CART_OPERATION message is used for other actions such as when items are removed from the cart. Therefore my simple recommendation is no good. Sorry.
Comment #2
plato1123 commentedI appreciate the suggestion, I did change that to "item(s) added to cart"... maybe "cart updated" would make more sense. Thank you!!!!
Comment #3
stewart.adam commentedI've added message customization in the latest dev, see #1187312: Customizable cart operation mesasages.