Jquery Conflict with Prototype in Magento

Post Image

To use Jquery along with Prototype add the following code in your Jquery Script.

Get Skin Directory URL With a Template

Post Image

This code gets the Skin URL for when you are including Images etc within your template.

<?php echo $this->getSkinUrl(’images/YOURFILE.jpg’) ?>

Please ensure you close the gap between < ? and ? >

Static Block Within A Template

Post Image

This code allows you to add the content of a static block to your template.