Change Skin Style By Passing Skin In URL

Hi,



I am trying to change the skin style by passing it in the URL as on the demo store by adding “&demo_skin[C]=new_vision_red” onto the end of the URL.



However I can get it to work even though I have installed the different skins.



Can anyone help with this?



Thanks.

[quote name=‘Zee’ timestamp=‘1175182760’ post=‘13372’]

Hi,



I am trying to change the skin style by passing it in the URL as on the demo store by adding “&demo_skin[C]=new_vision_red” onto the end of the URL.



However I can get it to work even though I have installed the different skins.



Can anyone help with this?



Thanks.

[/quote]



Edit your config.local.php file and add this line towards the bottom:


define('SKINS_PANEL',1);
```<br />
<br />
Then magically the skin selector shows at the top of the page.  You can then hide it via CSS and use it to switch between skins if you want <img src="upload://yGrKuhdxbbf2nIFvV2XDJuEFQb7.gif" class="bbc_emoticon" alt=":)">