I've noticed that the function getCartItem(1), is only returning the products and not showing any components added along with the items. This is when items are submitted to cart by AJAX. Visiting the basket updates the CART_CONTENT cookie with the full combined price.
Has anyone had a similar issue with this and could suggest an edit to be made to
within ActinicOrder.pm so that it always analyses components too, even when items are submitted by AJAX?
Has anyone had a similar issue with this and could suggest an edit to be made to
Code:
sub GenerateCartCookie