Guest User

Untitled

a guest
Jul 15th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?php if(shopp('catalog','has-categories')): ?>
  2.   <?php while(shopp('catalog','categories')): ?>
  3.   <div class="product-block">
  4.     <h2><a>"><?php shopp('category','name'); ?></a></h2>
  5.     <a>"><?php if(shopp('category','has-images','type=image'))
  6.       {
  7.         shopp('category','image');
  8.       }
  9.     ?></a>
  10.   </div>
  11.   <?php endwhile; ?>
  12. <?php endif; ?>
Add Comment
Please, Sign In to add comment