Can't sell skinned items

Hello,

I noticed skinned items can't be sold in the RP store. Is it possible to make it so skinned items can be sold? Youc an unskin them and sell but would be nice if you can sell skinned items. https://gyazo.com/1925eb25d968559e545a99a0aad0e1c1

Hey I had the same issue but with a diffrent item. but the best way i found to fix this in oxide>data>ServerRewards>sale_data.json
Go to the item you want to sell with the skin and it should look like this.

"rifle.l96": {
"0": {
"price": 0.0,
"displayName": "L96 Rifle",
"enabled": false
},
"<skin #>": {
"price": 5.0,
"displayName": "<Name you want it displayed as>",
"enabled": true

for an example I sold duct tape as a casino chip
"ducttape": {
"0": {
"price": 0.0,
"displayName": "Duct Tape",
"enabled": false
},
"1549221036": {
"price": 5.0,
"displayName": "Casino Chip",
"enabled": true