Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged magento
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
gibt die url plus storeview aus, also bspw:
http://yourdomain.com/de/
0
743
posted 15 years ago by nico65
The quick and easy way to insert CMS Blocks into template (.phtml) files without any layout modifications:
0
846
posted 15 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
745
posted 15 years ago by nico65
This will return the URL for the category specified (17 in this case)
2
1051
posted 15 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
911
posted 15 years ago by zachwood
Magento Storeview über Flaggenbuttons steuern statt über Dropdown
0
625
posted 15 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
860
posted 15 years ago by nico65