Refresh Template Tags after AJAX-Call
-
Hey there,
i’m using
printf( _n('%d item', '%d items', wpsc_cart_item_count(), 'wpsc'), wpsc_cart_item_count() );
somewhere in my template. Sadly this value doesn’t get updated if an item is added to the cart, except when it’s inside wpsc_cart_widget.php.
How can i extend the AJAX-refresh to the template tag?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Refresh Template Tags after AJAX-Call’ is closed to new replies.