Really loving this module!

Would it be possible to be able to get a patch to show the cart total in the popup message?

Comments

ToneLoc created an issue. See original summary.

subhojit777’s picture

Status: Active » Closed (won't fix)

Glad that you liked this module :)

There is a dc_ajax_add_to_cart_message for handling such customizations. You can use it to add the cart total. Either you can use the order ID attached to $line_item, or you can pass the current $order entity to grab the total amount.

tonytheferg’s picture

Thanks! Could you give examples of those? I'm new to code. I mostly just do css right now as I am still learning.