terça-feira, 26 de novembro de 2013

Remover Footer no page.xml

These links are created by the footer_links block. To remove them, open the app/design/frontend/base/default/layout/page.xml file and find the following line there: 
<block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
and delete or comment it.
Don’t forget to make a backup copy of this file beforehand.

domingo, 24 de novembro de 2013

Botão Pinterest, facebook, twetter, quick contact

Extensions

pinterest

http://www.magentocommerce.com/magento-connect/pin-interest-6744.html

http://connect20.magentocommerce.com/community/Interactone_Pinit

http://store.interactone.com/pin-it-install


depois de instalar add code

<?php echo $this->getLayout()->createBlock('core/template')->setTemplate('interactone/pinit.phtml')->toHtml(); ?>



se tiver magento easy tabs procurar pasta /usr/share/nginx/html/app/design/frontend/default/TEMA/template/easytabs

e adicionar codigo no catalogproductview.phtml


----

facebook

Inserir no mesmo arquivo acima o codigo

<div id="fb-root"></div><script src="http://connect.facebook.net/pt_BR/all.js#xfbml=1"></script><fb:like href="" send="true" layout="button_count" width="450" show_faces="false" font=""></fb:like>


------

twetter



Quick Contact

http://www.magentocommerce.com/magento-connect/freequickcontact-mageworld.html

usar versão 1.9

arquivos de tradução /usr/share/nginx/html/app/design/frontend/default/thema/template/quickcontact



sábado, 23 de novembro de 2013

How to Disable flash uploader Magento

How to Disable flash uploader Magento

Tired of that the buggy flash uploader in Magento ?
Do you want just a simple HTML form to upload your pictures and to know how to disable flash uploader Magento?
Be wise, install this plugin and all your troubles are gone away !

Key for connect 2.0

If you want to save time you can use the following key in Magento Connect to install the plugin directly :
  • http://connect20.magentocommerce.com/community/Dull_Uploader

Why disable the flash uploader?

The uploader relays on Flash Player, that might not be available if you are posting from a computer that isn’t yours. Moreover, is well known that sometimes can cause strange errors very difficult to debug, causing you spending lot of time to fix the upload of images!
Enjoy it !