Advertisement
Guest User

catalog.html

a guest
Jul 20th, 2014
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <!--[main]-->
  2. <div class="catalog">
  3.     <!--[manage]-->
  4.     <div style="clear:both;display:block;height:30px">
  5.         <a generator="adianti" href="index.php?class=CartManagementView" class="btn btn-default btn-info" style="float:right"> Manage cart </a>
  6.     </div>
  7.     <!--[/manage]-->
  8.    
  9.     <!--[products]-->
  10.     <div class="product">
  11.         <div style="height:200px;">
  12.             <img src="{$photo_path}"><br>
  13.         </div>
  14.         {$description}<br>
  15.         {$sale_price}<br>
  16.         <a generator="adianti" class="btn btn-default btn-success" href="index.php?class=ProductCatalogView&method=onBuyClick&product_id={$id}">Click to buy</a>
  17.     </div>
  18.     <!--[/products]-->
  19. <div>
  20. <!--[/main]-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement