The best-practice tag has no wiki summary.
0
votes
2answers
70 views
Best Practices Magento css files
I have a few questions about the css files delivered with magento and the best practices to do changes in them.
First of all I was not able to find a basic description for all the css files coming ...
4
votes
1answer
45 views
Attrbributes Sets & Attributes: Non-Technical Overview/Logic
I work on the 'business' side of Magento (i.e. I'm not a developer). I'm looking to get a better understanding of the theory behind Attributes & Attribute Sets.
My goal: Come up with a few rules ...
3
votes
3answers
103 views
Returning $this after observer
I see some conflicting information on the internet and in 3rd party modules alike - is it a requirement or best practice to return $this at the end of an observer method?
E.g.:
...