Default Color

What is the best way to configure the default color. For example I want RED, but do not want to give users the option to choose a different color. How do I change?

5 answers

Profile photo of JA Developer 0.00 $tone May 22, 2009
Public

Hi tvector,

For the case, in administrator, go to Extensions -> Template manager -> edit ja topaz.
In the edit page, you can find the way to disable your requirement.

#1
Profile photo of Daniel Michaels 0.00 $tone May 22, 2009
Public

I think tvector is referring to the default template in Magento. Your instructions are for Joomla. This is a Magento forum. I, too, would like to know how to set this in Magento.

#2
Profile photo of JA Developer 0.00 $tone May 23, 2009
Public

Hi

I am sorry for my mistake.

Open app\design\frontend\default\jm_topaztemplate\page \ja_vars.php file, at about line 27, find following code:

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

Here you can change blue to red

#3
Profile photo of JA Developer 0.00 $tone May 23, 2009
Public

To hidden this tool, in that file, at about line 35, find following code:

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

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

#4

This question is now closed

Written By

Comments