Welcome To Snipplr
Everyone's Recent Snippets Tagged magento
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
/app/code/core/Mage/Newsletter/Model/Subscriber.php
$this->sendConfirmationSuccessEmail();
0
710
posted 15 years ago by nico65
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
In Magento administration, go to System > Configuration.
After choice Developer at the bottom of the page.
In Prototype Deprecation Log switch to no.
0
632
posted 15 years ago by nico65
Insert upto the end of <!--> to cms page and the second half to the custom layout
0
851
posted 15 years ago by ohiggins
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
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
606
posted 16 years ago by hlubek