Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 157295492
ITEM: 1081878
Keep your handguns organized and accessible with the Lockdown 6-Handgun Barrel Down Rack. It fits .22 - .50 caliber handguns for versatile use, and it has a large over-molded wire construction to help prevent firearm damage.
Features and Benefits
6-handgun capacity with upright access
Fits .22 - .50 caliber handguns
Large over-molded wire construction helps protect against firearm damage
Stable design allows for secure use on vault shelves and shooting benches
Specifications
Product Type: Safes/Cabinets Accessories
Product Height (in.): 11.6
Activity: Recreational Shooting
Style: Storage/Organization
Product width (in.): 9.46
Product depth (in.): 0.6
What's in the Box
Lockdown 6-Handgun Barrel Down Rack
function updateCustomerIdStorage() {
const sourceKey = 'aso_cdp_data';
const targetKey = 'm_cdp_customer_id';
let customerId = null;
try {
const storedValue = localStorage.getItem(sourceKey);
if (storedValue) {
const data = JSON.parse(storedValue);
customerId = data.cdpData?.customerId;
} else {
console.warn(`Source Key "${sourceKey}" not found in local storage.`);
}
} catch (error) {
console.error(`Error parsing JSON from source key "${sourceKey}":`, error);
}
if (customerId) {
localStorage.setItem(targetKey, customerId);
// console.log(`Successfully set "${targetKey}" to: ${customerId}`);
} else {
localStorage.removeItem(targetKey);
// console.log(`No customerId found. Removed key "${targetKey}" from local storage.`);
}
}
updateCustomerIdStorage();