Product specification
.
.
.
You pay:
var pb = <%= product.finalPrice %>;
var script = $("#paybright-widget-container").attr("data-script");
$('#paybright-widget-container').attr('data-price', pb);
function myPaybright() {
if (script == "off") {
myPay();
};
};
$(".d-product-tags-element").each(function() {
if ($(this).attr("href") == "/shop/tags/paybright") {
$(this).hide();
$("#paybright-div").show();
$("#paybright-widget-container").attr("data-init", "on");
}
});
var init = document.getElementById("paybright-widget-container").getAttribute("data-init");
if (init == "on") {
myPaybright();
};
Add to Cart
MPC:
SKU:
In Stock
var brand = "<%= product.brand %>"
var upc = "<%= product.upc %>"
if (brand == "Canon") {
$('#syndi-repo').attr('data-syndi', upc);
};
setTimeout(function() {
var upc = $('#syndi-repo').attr('data-syndi');
window.SYNDI =window.SYNDI || [];
SYNDI.push(upc);
},2000) ;
PRICE MATCH NOW FOR THE BEST PRICE!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
var prodName = '<%= product.name %>';
var prodUrl = '<%= url %>';
document.getElementById("Product-URL").value = prodUrl;
document.getElementById("Product-Name").value = prodName;