
Free next day delivery: On orders placed up to 4pm

We always offer the best prices guaranteed
Lynx Lite DBS16 2 Line Pricing gun
Product Description
The Lynx Lite 2 Line pricing gun is a modern efficient labeller crafted to meet many customers' requirements for quality, durability, easy operation, design and printing position. This 2 Line pricing gun version is ideal for prices up to £9999.99 on both lines, alternatively they can be used for batch numbering etc. The Lynx Lite provides clean & accurate printing while these well-balanced attractive price/label guns are easy and smooth to operate.
The One-Touch open system makes for easy price label loading. For help and advice on loading your Lynx Lite Labeller please click here to view our help videos.
The Lynx Lite pricing gun uses the E1 Price Gun Ink Roller and our CT7 pricing gun label , which are available in white, yellow and fluorescent orange with a peelable or permanent adhesive.
Features:
* Economically priced six line gun
* Durable European construction
* Ergonomically designed
* Fast operation
* Lightweight and easy to use
* Takes 26 x 16mm price gun labels
* Takes the standard E1 ink roller for maximum convenience
* The trusted LYNX brand
Price Includes - FREE NEXT DAY DELIVERY !
Questions & Answers
Have a Question?
Ask A Question
// 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=1838739652679&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.
');
$('#askQuestion').find('input[type=text], input[type=email], textarea').val('');
}else{
$('.ask_msg').html('
You need to fill all the fields.
');
}
},
error: function (jqXHR, textStatus, errorThrown) {
$('.ask_msg').html('
There is some error while processing your request. Please try again later.
');
},
beforeSend: function (xhr) {
$("#ask_submit").val("Sending...").prop('disabled', true);
},
complete: function(){
$(".ask_form_container").slideToggle();
$("#ask_submit").val("Send").prop('disabled', false);
}
});
}
});
Sign up for our latest offers
We will not share your information and you can unsubscribe at any time.