Register to leave a review about the product and earn reward points!
Write a review
0
0
0
0
0
There are no reviews for this product.
if ($('#simplecheckout_cart_total').length) {
var total = $('#simplecheckout_cart_total').text();
var items = total.split('|');
$(".fm-menu-cart-index").text(items[0]);
$("#cart .fm-menu-cart-text").text(items[1]);
}