color swatch

Hello,
I install a quickstart o techzone and use the market skin.
I set the color for swatches but in the layer navigation i cant see the image of colors.
https://gyazo.com/ab1d9abf4e862087483ba0976e0b5a01
 
Maybe its a problem of the image url.
Or i make something wrong.
Can you please help me 
 
thanks

16 answers

Profile photo of Ziven Staff 100280.00 $tone December 8, 2015
Public

Hi Alex,
Please go to the admin -> Catalog -> Attributes -> Manage Attributes -> Color -> Manage Label / Options -> and please upload the image color you have.
Best Regards,
Ziven.

#1
Profile photo of Ziven Staff 100280.00 $tone December 16, 2015
Public

Hi Alex,
Please try to see again. My instructions are: 
Please go to the admin -> Catalog -> Attributes -> Manage Attributes -> Color -> Manage Label / Options -> and please upload the image color you have.
Not like your images.

Best Regards,
Ziven.

#3
Profile photo of Alex Asimakopoulos 700.00 $tone December 9, 2016
Public

 Hello Ziven,
I never find a solution there. 
I still have the same problem
http://demo.softwebpages.gr/fashionmark/gynaikeia-papoutsia/goves
if you see with inspect element
https://gyazo.com/e82bf1679fc9f2c1b17a258c5e83767b
the image url loads the site again.
http://demo.softwebpages.gr/fashionmark/media/http://demo.softwebpages.gr/fashionmark/media/wysiwyg/color/bordeaux.jpg
This is the backened from color attribute
https://gyazo.com/77d1c581715e1310f762c1d9d68c4a95
 
Thanks in advance,

#4
Profile photo of Ziven Staff 100280.00 $tone December 12, 2016
Public

Hi Alex,
I need a closer look to detect the root of issue, please PM me url, admin and ftp credentials of your site.
Best Regards,
Ziven.

#5
Profile photo of Ziven Staff 100280.00 $tone December 14, 2016
Public

Hi There,
I tried to change to PHP and see it did not work and show the file I changed. Please tell me why and disable the cache via server if have. Please let me know more details.
Best Regards,
Ziven.

#7
Profile photo of Alex Asimakopoulos 700.00 $tone December 14, 2016
Public

Hello,
“I tried to change to PHP and see it did not work and show the file I changed. “
I dont understand exactly you try to rename (from phtml to php) a file but it did not renamed.
Yes there is server cache. I just contact with service administrator and they told me that they will exclude the domain from caching during the day.
Best Regards 
Alex

#8
Profile photo of Ziven Staff 100280.00 $tone December 15, 2016
Public

Hi Alex,
Please ask hosting provider and turn off the cache. I can’t help you if have the cache on the server. Because everything I changed or update now not apply. 
Best Regards,
Ziven.

#9
Profile photo of Ziven Staff 100280.00 $tone December 16, 2016
Public

Hi Alex,
It still enables. I’m tried to die the index but it not working. 
Please re-check and disable it.
Best Regards,
Ziven.

#11
Profile photo of Alex Asimakopoulos 700.00 $tone December 16, 2016
Public

Hi ziven,
The host has no cache.
Yesterday i work on it, i made many css changes without the need to delete any cache.
Please let me know which file you tried to modify, and the changes not applied because of cache.
Or if it is possible give some instructions about the problem.
Thanks in advance,

#12
Profile photo of Ziven Staff 100280.00 $tone December 19, 2016
Public

Hi Alex,
Are you tried to change something with the php file?
I changed PHP file but it not working. Please re-check and let me know again.
Best Regards,
Ziven.

#13
Profile photo of Alex Asimakopoulos 700.00 $tone December 19, 2016
Public

Hello,
I tried to edit at 16/12 the file below
/app/code/local/Ubertheme/UbShopby/Helper/Data.php to the function below but i left as it was.
public function getAttributeOptionImage($optionId)
{
$images = $this->getAttributeOptionImages();
$image = array_key_exists($optionId, $images) ? $images[$optionId] : ”;
if($image){
$image = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA).$image;
}
if ($image && (strpos($image, ‘http’) !== 0)) {
$image = Mage::getDesign()->getSkinUrl($image);
}
return $image;
}
 
 

#14
Profile photo of Alex Asimakopoulos 700.00 $tone December 19, 2016
Public

Hello again
i comment out the if statment like the example below and the images are ok
public function getAttributeOptionImage($optionId)
{
$images = $this->getAttributeOptionImages();
$image = array_key_exists($optionId, $images) ? $images[$optionId] : ”;
/*if($image){
$image = $image;
}
if ($image && (strpos($image, ‘http’) !== 0)) {
$image = Mage::getDesign()->getSkinUrl($image);
}*/
return $image;
}
Because i am not magento developer can you please infor me if with this is ok or not
thanks

#15
Profile photo of Ziven Staff 100280.00 $tone December 20, 2016
Public

Hi There,
I think you sent me the FTP not right you can see the screenshot. http://prntscr.com/dlkwaf I’m did not see the folder UberTheme in here.
Please check it and send me again.
Best Regards,
Ziven.

#16

Please login or Register to Submit Answer

Written By

Comments