Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged magento



1 2 3 4 5 6 Next »
gibt die url plus storeview aus, also bspw: http://yourdomain.com/de/
0 523 posted 14 years ago by nico65
The quick and easy way to insert CMS Blocks into template (.phtml) files without any layout modifications:
0 626 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 525 posted 14 years ago by nico65
This will return the URL for the category specified (17 in this case)
2 778 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 689 posted 14 years ago by zachwood
abfragen ob ein Product ein Sonderangebot ist.
1 559 posted 14 years ago by nico65
Magento Storeview über Flaggenbuttons steuern statt über Dropdown
0 438 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 622 posted 14 years ago by nico65
1 2 3 4 5 6 Next »