Profile
Achievement
nico65's Recent SnippetsTagged magento
- All /
« Prev 1 Next »
usefull navigation stuff works in magento 1.5.0.1
http://www.webdesign-blog.ch/?p=17
http://www.pauldonnellydesigns.com/blog/get-parent-category-name-in-magento/
0
938
posted 13 years ago by nico65
not fully tested maybe must be like specialprice in this excample
0
628
posted 13 years ago by nico65
Overlook sending of emails in Mage_Sales_Model_Order->sendNewOrderEmail(), remove sending to customer from there.
(around line 872)
0
668
posted 13 years ago by nico65
magento meta keywords in list view output
template/catalog/category/view.phtml:
0
743
posted 15 years ago by nico65
agento, an open-source PHP ecommerce solution, has a very comprehensive feature list. However, its built-in CMS doesn’t support hierarchical pages. You can fake it, though.
Let’s say you have a page with an SEF (search engine friendly) URL Ide...
0
880
posted 15 years ago by nico65
Create a block to include a template file .phtml with just one line of code
1
1688
posted 15 years ago by nico65
/app/code/core/Mage/Newsletter/Model/Subscriber.php
$this->sendConfirmationSuccessEmail();
0
670
posted 15 years ago by nico65
gibt die url plus storeview aus, also bspw:
http://yourdomain.com/de/
0
688
posted 15 years ago by nico65
The quick and easy way to insert CMS Blocks into template (.phtml) files without any layout modifications:
0
791
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
682
posted 15 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
593
posted 15 years ago by nico65
Magento Storeview über Flaggenbuttons steuern statt über Dropdown
0
573
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
790
posted 15 years ago by nico65