Magento extension - not working

linda May 25, 2012 10:02AM EDT

I installed the magento extension using your installation instructions. I didn't notice any errors when I did the Magento Connect part / install.

I have cleared the cache, logged out and logged back in. Still not seeing AddThis in the administration menu.

What can I do next?

Up 0 Rated Down
Vipin (AddThis Happiness Specialist) Jun 29, 2012 06:18AM EDT
Thank You for the interest in our extension.

Please ensure whether the below files are placed correctly.

share.phtml - app/design/frontend/default/default/template/addthis/sharingtool
sharingtool.xml - app/design/frontend/default/default/layout
Share.php - app/code/community/AddThis/SharingTool/Block
config.xml - app/code/community/AddThis/SharingTool/etc
system.xml - app/code/community/AddThis/SharingTool/etc
Data.php - app/code/community/AddThis/SharingTool/Helper
Observer.php - app/code/community/AddThis/SharingTool/Model
Buttons.php - app/code/community/AddThis/SharingTool/Model/Source
Languages.php - app/code/community/AddThis/SharingTool/Model/Source
Menuhover.php - app/code/community/AddThis/SharingTool/Model/Source
Uihover.php - app/code/community/AddThis/SharingTool/Model/Source
AddThis_SharingTool.xml - app/etc/modules

If you have changed the default magento product layout, you have to use the below block of code in product view.phtml page to show the buttons.
<?php echo $this->getLayout()->createBlock('sharingtool/share')->setBlockId('addthis_sharetool')->toHtml(); ?>

If there are still any difficulties, after you have followed the above, please inform us with the magento version you are using











Post Your Public Answer

Your name (required)
Your email address (required)
Answer (required)

Still need help?


General Topics

 

Developers