Here is, I think, a comprehensive list of tags (directives) available for use within the Magento CMS. You can use these either in static blocks or CMS pages. Magento: Enterprise ver 1.6.0.0 block Description Outputs a virgin block or loads a defined block. Parameters type : Type of block to be created. id : Id [...]
The Problem: You want to encode video for playback on a PS3 using FFmpeg. The Solution: I’ve got a working command line option for you right here. This is a solution, not the only solution. My Setup: Ubuntu 9.10 (Karmic) libx264 (for encoding H264) libfaac (for encoding AAC) mkvtoolnix ffmpeg fuppes I’m also going to [...]
The Problem: I had a “mysterious” 3px gap below a couple of images and no matter what I did I couldn’t seem to get rid of it. It was as if the image was 3px taller or had 3px of margin or padding, but zeroing all of these attributes had no effect. The Solution: I [...]
The Problem: You want to override a Controller’s action with a custom action. Magento Enterprise v1.6.0.0 The Solution: I ran into some issues trying to override a controller’s action yesterday. I think it mainly stems from a version change, but at any rate here’s the “new” way to do it. This comes from a helpful [...]
The Problem: You’ve enabled partial refunds in the Authorizenet Model, but it’s not refunding the proper amounts. This is due to, in my view, a bug in the core which I’ll show you how to patch! The Solution: What you need to do is overload the refund method in the Authorizenet model. Create a new [...]
