wpsc_add_to_cart Action
-
This code in function php not working:
function theme_cart_update() {
echo <<<HTML
jQuery(“#theme-checkout-count”).html(“im here”);HTML;
}
add_action(‘wpsc_add_to_cart’, ‘theme_cart_update’);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wpsc_add_to_cart Action’ is closed to new replies.