_.extend(ProductViewsPriceView.prototype,{
template: jj_productpriceview_pricemodule_tpl,
getContext: _.wrap(ProductViewsPriceView.prototype.getContext,function(fn){
var context = fn.apply(this,_.toArray(arguments).slice(1));
context.showOnSaleOrigPricelarge = show_onsale_orig_price;
return context;
})
});