Skip to content

Instantly share code, notes, and snippets.

View aedelgod's full-sized avatar

Dillyn Barber aedelgod

View GitHub Profile
<?php $_helper = $this->helper('catalog/output'); ?>
<?php $_product = $this->getProduct();
global $var_vttheme;
$colpage="one_column";
if($_GET['colpage']) echo $colpage=$_GET['colpage'];
?>
<script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery.fancybox.js') ?>"></script>
<script type="text/javascript" src="<?php echo $this->getSkinUrl('js/fancybox-buttons.js') ?>"></script>
<script type="text/javascript">
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);