Bel mij terug
Vul uw telefoonnummer in en we bellen u zo spoedig mogelijk terug.
Contactgegevens
H&O
Veenderveld 20
2371 TV
Roelofarendsveen
info@h-o.nl
Veenderveld 20
2371 TV
Roelofarendsveen
info@h-o.nl
www.h-o.nl
071 744 0084
KvK Rijnland nr. 28119089
BTW nr. NL818554071B01
071 744 0084
KvK Rijnland nr. 28119089
BTW nr. NL818554071B01
Nieuwe projecten
Wilt u weten wat H&O kan betekenen voor uw Magento project? Stuur ons een mailtje:
Paul Hachmang
p.hachmang@h-o.nl
Erwin Otten
e.otten@h-o.nl


Thanks for your contribution, Cyril :)
In magento 1.7 i got solution with this :
1. in the Model file. (/app/code/core/Mage/Catalog/Model/Observer.php)
Function Name: _addCategoriesToMenu$categoryData = array(
'name' => $category->getName(),
'id' => $nodeId,
'url' => Mage::helper('catalog/category')->getCategoryUrl($category),
'is_active' => $this->_isActiveMenuCategory($category),
// Add thumbnail
'thumbnail' => Mage::getModel('catalog/category')->load($category->getId())->getThumbnail()
);
2. in the Html folder. (app/code/core/Mage/Page/Block/Html/Topmenu.php)
Function Name: _getHtmlif (!$childLevel == 0){
$url = false;
if ($image = $child->getData('thumbnail')) {
$urls = Mage::getBaseUrl('media').'catalog/category/'.$child->getData('thumbnail');
$html .= '<img src="'.$urls.'" />';
}
}
just after : " $html .= '<a href="' . $child->getUrl() . '"><span>'
. $this->escapeHtml($child->getName()) . '</span></a>'; " (near ligne 115)
Guys, if you are having issues with permissions, you have to access https://accounts.google.com/DisplayUnlockCaptcha first, with whatever account you are trying to login with.
Once you do this, the module should start working
Hoi Bas,
Dit kan verschillende oorzaken hebben, maar meestal heeft het te maken met Facebook’s caching. Wat je kunt proberen is even de facebook-cache te vernieuwen door de url van je pagina hier in te voeren, facebook update dan de thumbnail die je ziet bij het liken: http://developers.facebook.com/tools/debug
Its Great!! Thanks!!
De code werkt perfect bij mij op een punt na, ik krijg na het liken het standaard magento plaatje te zien op mijn facebook pagina, ten plaats van het product.. wie kan mij helpen!? deze functie zou een grote toevoeging kunnen zijn aan mijn site. ik hoor het graag :-)