Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
This item may ship from a different location therefore only eligible for ground shipping. Additionally, this item is not eligible for APO/FPO delivery.
STYLE IT WITH
about this product
SKU: 148810923
ITEM: 18550
Allen Company 4-Gun Wooden Firearm Storage Rack offers a practical display solution for your long guns. This solid wood gun rack is designed to hold up to 4 long firearms, including scoped rifles and shotguns, ideal for hunting setups. Felt-lined notches provide protection against scratches. Measuring 24.5 inches high, 24.5 inches wide, and 4.25 inches deep, this rack offers a compact display. Assembly is straightforward.
Features and Benefits
Holds up to 4 long guns
Constructed from solid wood
Natural wood finish
Felt-lined cradles prevent scratches
Offers quick access to firearms
Overall size: 24.5W x 24.5H x 4.25D
Designed for simple assembly
Specifications
Exterior material: Wood
Exterior height (in.): 24.5
Activity: Hunting
Product width (in.): 24.5
Exterior width (in.): 24.5
Safe Type: Long gun
Capacity: 4
Product Type: Gun Racks
Product weight (lb.): 2.85
Assembly Required: Yes
Style: Long gun
Product Height (in.): 24.5
Product depth (in.): 4.25
Exterior depth (in.): 4.25
What's in the Box
Allen Company 4-Gun Wooden Firearm Storage Rack
Assembly instructions
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();