<article id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>
    <div class="entry-content">
        
		<div><strong><?php 
echo get_str_availablecredit();
?>
 <?php 
echo do_shortcode('[usercreditwoocommerce]');
?>
</strong><br /><p class="mytext">
        <?php 
echo get_str_cartmsg();
?>
</p></div>
		<?php 
the_content();
?>
        <?php 
wp_link_pages(array('before' => '<div class="page-links">' . __('Pages:', 'commercegurus'), 'after' => '</div>'));
?>
    </div><!-- .entry-content -->
    <div class="container">
        <?php 
edit_post_link(__('Edit', 'commercegurus'), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>');
</div>
      <div class="col-lg-2 col-md-2 orderfor"><?php 
echo $_GET['order'];
?>
</div>
  </div>
  
   <div class="row topmargin">
      <div class="col-lg-8 col-md-8"><?php 
echo $ustr = get_str_servisecredit();
?>
</div>
      <div class="col-lg-2 col-md-2"><span id="servicetxt"><?php 
echo $_GET['order'];
?>
</span></div>
  </div>
  <div class="row topmargin border-bot">
      <div class="col-lg-8 col-md-8"><?php 
echo $ustr = get_str_availablecredit();
?>
</div>
      <div class="col-lg-2 col-md-2"><?php 
echo do_shortcode('[usercreditwoocommerce]');
?>
</div>
  </div>
  
 </div>