Welcome To Snipplr


Everyone's Recent Snippets Tagged magento



1 2 3 4 5 6 7 Next »
--
0 593 posted 14 years ago by nico65
sku on magento frontend
0 468 posted 14 years ago by nico65
/app/code/core/Mage/Newsletter/Model/Subscriber.php $this->sendConfirmationSuccessEmail();
0 512 posted 14 years ago by nico65
gibt die url plus storeview aus, also bspw: http://yourdomain.com/de/
0 505 posted 14 years ago by nico65
The quick and easy way to insert CMS Blocks into template (.phtml) files without any layout modifications:
0 608 posted 14 years ago by nico65
Dies zeigt die StoreView ID an <?php>getStore()->getId(); ?><br> Dies zeigt den StoreView Namen an<?php>getStore()->getName(); ?> Dies zeigt die StoreNamen ID an<?php>getStore()->getGroupID(); ?> Dies zeigt den Storenamen an <?php>getStore()->getG...
0 507 posted 14 years ago by nico65
This will return the URL for the category specified (17 in this case)
2 758 posted 14 years ago by zachwood
Add this snipp to any page's body in the cms to show a category's items on that page. "category_id" being the id of the category, duyee.
1 663 posted 14 years ago by zachwood
abfragen ob ein Product ein Sonderangebot ist.
1 542 posted 14 years ago by nico65
In Magento administration, go to System > Configuration. After choice Developer at the bottom of the page. In Prototype Deprecation Log switch to no.
0 438 posted 14 years ago by nico65
Insert upto the end of <!--> to cms page and the second half to the custom layout
0 586 posted 14 years ago by ohiggins
Magento Storeview über Flaggenbuttons steuern statt über Dropdown
0 427 posted 14 years ago by nico65
am elegantesten per local.xml
0 572 posted 14 years ago by nico65
Hiermit lässt sich der RSS Link einfügen. Bspw. in Datei /app/design/frontend/default/xxx/template/catalog/category/view.phtml
0 605 posted 14 years ago by nico65
Infos via Link
0 440 posted 14 years ago by nico65
The <code>clean</code> script shipped with the Magento downloader actually deletes too much. It's safe to run this command after updating to keep the installation "small".
0 407 posted 15 years ago by hlubek
1 2 3 4 5 6 7 Next »