Better Bidders also produces 7 different styles of paper bid cards for bidding at auctions where a paddle is not appropriate. Low cost bidding cards come in different styles and sizes to address most needs.
Large Format Bid Card 8.5" (w) x 5.5" (h) #90 paper stock (#110 available as well) Large 4.0" high numbers Choice of text on bottom- 1 row Double-sided numbers available Customize with backside logos and text Choose from 5 colors of paper stock Our most popular bid card
Jumbo Bid Card 8.5" (h) x 11" (w)- our largest! Extra Large 6.0" high Numbers Heavier #110 paper stock standard Double-sided numbers standard Choice of text on bottom- 1 row Choose from 5 colors of paper stock
Horizontal Bid Card- 4 digit 4.25" x 11.0" (including stub) 2-part bid card; bidder card & tear-off registration stub Large 3.0" high numbers-up to 4 digits Heavier #110 paper stock standard Customize with backside logos and text Choose from 5 colors of paper stock
// Preserve quantity when variant options change
document.addEventListener('DOMContentLoaded', function() {
// Get the quantity input element
const quantityInput = document.querySelector('input[name="quantity"]');
// Get all the variant option selectors
const variantSelectors = document.querySelectorAll('.single-option-selector');
if (!quantityInput || !variantSelectors.length) return;
// Store the current quantity value
let currentQuantity = quantityInput.value || 1;
// Update the stored quantity when user changes it directly
quantityInput.addEventListener('change', function() {
currentQuantity = this.value;
});
// For each variant selector, add a listener to preserve quantity
variantSelectors.forEach(selector => {
selector.addEventListener('change', function() {
// Set a small timeout to let the variant change process complete
setTimeout(function() {
// Restore the quantity value
if (quantityInput.value !== currentQuantity) {
quantityInput.value = currentQuantity;
}
}, 10);
});
});
});
// New Zoho SalesIQ widget 4-21-2026