Color Selector

Good morning,
*** I would like to take the user to change the color and choose as default color green.
How can I do?

Thank you for your mind from help.

2 answers

Profile photo of Saguaros 0.00 $tone November 7, 2012
Public

Hi ltelese,

Go to this File : app\design\frontend\default\your_default_template\ template\page\ja_vars.php

1. How to make the default colour to be Blue?

Replace this code
$_params->set(‘ja_color’,’default’);//’default’,’blue’,’brown’,’green’\

with

$_params->set(‘ja_color’,’blue’);//’default’,’blue’,’brown’,’green’

2. How to remove/hide/disable the colour menu from appearing?

Find this code and replace this code
$_params->set(‘usertool_color’, 4); //0: disable, 4: show colors tools

With

$_params->set(‘usertool_color’, 0); //0: disable, 4: show colors tools

Once Done Clear your Magento cache, browser cache to see the changes.

Regards.

#1

This question is now closed

Written By

Comments