Wed May 24 2017
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
// team edition phase 2
$(function(){

	// feel free to change price and cart url here
	var price = '189';
	var cart_url = 'https://secure.rosettastone.com/us_en_store_view/checkout/cart/add/sku/906008/cid/Catalyst/gl/Salesperson/sl/Institutional Sales/';


	$('.new_feature[data-feature=tutoring]').hide();
	$('.js_price').html(price);
	$('.js_addtocart').attr('href', cart_url);
});