Code
var cart_product_name = '"Royal OG" (Private Reserve) NEW'
cart_product_name = require('html-entities').AllHtmlEntities.decode(cart_product_name)
INPUT: "Royal OG" (Private Reserve) NEW'
OUTPUT: '' OG" (Private Reserve) NEW'
Why is "Royal" being completely wiped out?