Putting your cart into DEV Mode temporarily disabled the template caching system for Pinnacle Cart.
This comes in handy if you want to manually modify the template files and do not want to continually activate and deactivate the Cart Designer to see your changes.
Add this line to your engine_config.php file:
define('DEVMODE', true);
You can toggle between false to activate the design mode and false to deactivate it.