Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
system
/
storage
/
cache
/
c0
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* tt_madison2/template/product/ocquickview/qvcontainer.twig */ class __TwigTemplate_d33c0d67557802bbeccd117b31f03fe2dfd1e3aa6f55c864c1445327c029d183 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 if ((isset($context["ocquickview_status"]) ? $context["ocquickview_status"] : null)) { // line 2 echo "<div id=\"quickview-content\"> <!-- Load quickview content into here --> </div> <div id=\"quickview-bg-block\"> <!-- Quick View deep background --> </div> <div class=\"quickview-load-img\"> <img src=\""; // line 11 echo (isset($context["ocquickview_loader_img"]) ? $context["ocquickview_loader_img"] : null); echo "\" alt=\"\" /> </div> <div class=\"lightbox-container lbo-quickview\"></div> <input type=\"hidden\" id=\"qv-text-close\" value=\""; // line 16 echo (isset($context["text_close"]) ? $context["text_close"] : null); echo "\" /> <script type=\"text/javascript\"> \$('#quickview-bg-block').click(function () { ocquickview.closeQVFrame(); }) if(\$('#product-product').length) { \$('.lightbox-container.lbo-quickview').remove(); } </script> "; } } public function getTemplateName() { return "tt_madison2/template/product/ocquickview/qvcontainer.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 40 => 16, 32 => 11, 21 => 2, 19 => 1,); } } /* {% if ocquickview_status %}*/ /* <div id="quickview-content">*/ /* <!-- Load quickview content into here -->*/ /* </div>*/ /* */ /* <div id="quickview-bg-block">*/ /* <!-- Quick View deep background -->*/ /* </div>*/ /* */ /* <div class="quickview-load-img">*/ /* <img src="{{ ocquickview_loader_img }}" alt="" />*/ /* </div>*/ /* */ /* <div class="lightbox-container lbo-quickview"></div>*/ /* */ /* <input type="hidden" id="qv-text-close" value="{{ text_close }}" />*/ /* */ /* <script type="text/javascript">*/ /* $('#quickview-bg-block').click(function () {*/ /* ocquickview.closeQVFrame();*/ /* })*/ /* */ /* if($('#product-product').length) {*/ /* $('.lightbox-container.lbo-quickview').remove();*/ /* }*/ /* </script>*/ /* {% endif %}*/