Subversion Repositories SmartDukaan

Rev

Rev 11286 | Rev 11517 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11286 Rev 11296
Line 126... Line 126...
126
              <div class="clear"></div>
126
              <div class="clear"></div>
127
            <?php } ?>
127
            <?php } ?>
128
        <script type="text/javascript">
128
        <script type="text/javascript">
129
        <?php if(isset($items) && !empty($items)){?>
129
        <?php if(isset($items) && !empty($items)){?>
130
          var items = <?php echo json_encode($item);?><?php }?>;
130
          var items = <?php echo json_encode($item);?><?php }?>;
131
        <?php if(isset($notServiceableLocation) && !empty($notServiceableLocation)){?>
131
        <?php if(isset($notServiceableLocation)){?>
132
          var notServiceableLocation = <?php echo json_encode($notServiceableLocation);?><?php }?>;
132
          var notServiceableLocation = <?php echo $notServiceableLocation;?><?php }?>;
133
        </script>
133
        </script>
134
134