How To Add More Colors To Order Status Palette ?

Hi Guys,



How can I add some other color to order status than what is shown in the palette ?



Thanks in advance,

Shikhar

order_status_palette.png

Really old post, but I had a client ask the same thing today. In case anyone needs to do this in the future this is what I did.

In Js\tygh\core.js change the following parameter from true to false
​params.showPaletteOnly = false

This forces cs-cart to open a more advanced color picker where one can select (or enter) any color.

For some reason when I did this the color picker box got misaligned on the page. So I had to also add the following CSS

.colorpicker .sp-container { top: 0 !important; }