Product Description
Chambered in 9mm? Check. Takes Glock magazines? Check. Delivering all the capability the MkGsplatform has become renowned for, the 6.5" 9mm MkGs DISSENTis the shortest personal defense weapon CMMGhas ever produced and stands as one of the most portable PDWs on the market today.Crafted from 7075 T6 Aluminum receivers, the 9mm DISSENT is ruggedly built and comes in your choice of 6 Cerakote finish options. All DISSENTs come with a 1913 picatinny rail end cap allowing the attachment of slings, pistol brace, or stock* of your choice. Bolt operation is accomplished via the forward non-reciprocating side charger, allowing for quick use while staying on target.Radial Delayed Blowback(TM) Compact Action9mm ammo loadings can vary greatly, from supersonic to subsonic. With a wide range of bullet weights comes new engineering challenges in a new platform. The 9mm Radial Delayed Blowback Compact Action addresses these challenges by utilizing a fixed ejector in the upper receiver. Added benefits are a lighter BCG with less felt recoil while providing consistent performance with a wide range of ammo and maintaining lower compatibility with a wider range of lowers.Lifetime Quality GuaranteeWe aim to please, that's why every CMMG product is backed by our Lifetime Quality Guarantee against material and workmanship defects. Learn More.*NFA Rules May ApplyEach DISSENT is shipped in pistol configuration, adding a stock will make your DISSENT an SBR and subject to NFA rules. Learn more about NFA rules.~Firearms shipping to states with magazine capacity restrictions will only ship with 10rd magazines in place of standard capacity magazines. CMMG does not address any other state compliancy requirements for further restricted states.
(function()
{
// SKU mapping based on variant labels
const skuMap = {
"No Brace": "99A68A2",
"FS1913A Folding Brace": "99A660F"
};
// Function to update the SKU display
function updateSkuDisplay(selectedVariant)
{
const skuElement = document.querySelector('.mdc-typography--overline');
if (skuElement)
{
const newSku = skuMap[selectedVariant] || "N/A";
skuElement.textContent = `PRODUCT #${newSku}`;
}
else
{
console.error("SKU element not found.");
}
}
// Find the radio buttons for variant selection
const radios = document.querySelectorAll('input[name="add_to_cart[optionSelections][1][optionValue]"]');
if (radios.length > 0)
{
radios.forEach(radio =>
{
radio.addEventListener('change', function()
{
if (this.checked)
{
const label = this.closest('.mdc-radio.rectangle-options--item').querySelector('label.product-rectangle').textContent.trim();
updateSkuDisplay(label);
}
});
});
// Trigger initial update based on the checked radio
const checkedRadio = document.querySelector('input[name="add_to_cart[optionSelections][1][optionValue]"]:checked');
if (checkedRadio)
{
const initialLabel = checkedRadio.closest('.mdc-radio.rectangle-options--item').querySelector('label.product-rectangle').textContent.trim();
updateSkuDisplay(initialLabel);
}
}
else
{
console.error("Variant radio buttons not found.");
}
})();





















