|
Hi,
After trying to get the cu3er work for a week now I finally managed it to get it work!!
This post helped a lot but didn’t provide me a complete step by step tutorial. Also some of the comments where confusing to me.
To help everyone out here is the only 100% step by step tutorial on the internet for implementation of cu3er into Magento 1.4.
Step 1. Download the attached cu3er.zip. Unzip and upload the cu3er folder to root of the website and to your own template design (for example: /skin/frontend/default/Custom1)
Step 2. Create a static block named cu3er with the following code. Please note! Paste code while hiding editor!
<script type="text/javascript" src="{{skin url='cu3er/js/swfobject/swfobject.js}}"></script>
<object classid="clsid:cu3er.swf" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="960" height="360"> <param name=movie value="{{skin url='cu3er/cu3er.swf'}}"> <param name=quality value=high> <param name="wmode" value="transparent"> <param name="id" value="slider"> <param name="FlashVars " value="xml={{skin url='cu3er/config.xml}}"> <embed src="{{skin url='cu3er/cu3er.swf'}}" quality=high wmode="transparent" id="slider" FlashVars="xml={{skin url='cu3er/config.xml}}" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="960" height="360"> </embed> </object>
Step 3. Add the following code to My homepage - Content - . Please note! Paste code while hiding editor.
{{block type="cms/block" block_id="cu3er"}}
Step 4. Add the following code to My homepage - Content - Content heading:
<script type="text/javascript" src="{{skin url='cu3er/js/swfobject/swfobject.js}}"></script>
Step 5. Add the following code to My homepage - Design - Page layout - Layout update xml: (don\\\’t overwrite existing code!)
<reference name="top_slider"> <block type="cms/block" name="cu3er"> <action method="setBlockId"> <block_id>cu3er</block_id> </action> </block> </reference>
Configure the config.xml and the images to change the cu3er layout.
Have fun!
Gr Michael
File Attachments
cu3er.zip (File Size: 463KB - Downloads: 351)
|