Closed (won't fix)
Project:
Commerce Ajax Add to Cart
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2019 at 02:17 UTC
Updated:
13 Mar 2019 at 04:23 UTC
Jump to comment: Most recent
Comments
Comment #2
subhojit777Glad that you liked this module :)
There is a
dc_ajax_add_to_cart_messagefor 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$orderentity to grab the total amount.Comment #3
tonytheferg commentedThanks! Could you give examples of those? I'm new to code. I mostly just do css right now as I am still learning.