The SEKURA® Rectangular Ink Pin is neat, highly visible method of deterring potential thieves, without the need for a full security system. Any attempted removal of the pin will result in red and yellow indelible ink spilling out across the garment.
If you want a simple solution without the need for an EAS tagging system, the Ink button can be used in conjunction with the SEKURA® Dome Clutch and the SEKURA® Surface Mount Designer Detacher, to ensure secure attachment and safe removal at the till point.
If you have a current security system, then the ink button can be used with your current AM or RF security tags, in place of a standard pin, doubling up the security you achieve when tagging.
// Ask Questions app
// accordion
jQuery(document).ready(function() {
console.log('product page');
function close_accordion_section() {
jQuery('.ask-accordion .ask-accordion-section-title').removeClass('active');
jQuery('.ask-accordion .ask-accordion-section-content').slideUp(300).removeClass('open');
}
jQuery('.ask-accordion-section-title').click(function(e) {
// Grab current anchor value
var currentAttrValue = jQuery(this).attr('href');
if(jQuery(e.target).is('.active')) {
close_accordion_section();
}else {
close_accordion_section();
// Add active class to section title
jQuery(this).addClass('active');
// Open up the hidden content panel
jQuery('.ask-accordion ' + currentAttrValue).slideDown(300).addClass('open');
}
e.preventDefault();
});
});
// submit form
$(".askQuestion").on('click', function(){
$(".ask_form_container").toggle();
});
$("#askQuestion").submit(function(event){
var ref = $(this).find("[required]");
var validate = 0;
var th = this;
event.preventDefault();
$(ref).each(function(){
if ( $(this).val() == '' ) {
th = this;
validate = 1;
}
});
if(validate == 1){
$(th).attr('placeholder','Required field should not be blank.');
//alert("Required field should not be blank.");
$(th).focus();
}
else {
//prevent the form from submitting by default
var data = $('#askQuestion').serialize();
$.ajax({
url: "/apps/askQuestion?shop=pricegunland.myshopify.com&product_id=1867155013703&shop_url=https://pricegunland.co.uk",
type: 'post',
data: data,
success: function (data, textStatus, jqXHR) {
if(data == 'success'){
$('.ask_msg').html('
Thank you! for contacting us. We will get back to you soon with reply to your query.