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

BigMike’s picture

plato1123,

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.

plato1123’s picture

I appreciate the suggestion, I did change that to "item(s) added to cart"... maybe "cart updated" would make more sense. Thank you!!!!

stewart.adam’s picture

Version: » 6.x-2.x-dev
Status: Active » Fixed

I've added message customization in the latest dev, see #1187312: Customizable cart operation mesasages.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.