Guest User

Untitled

a guest
Jul 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <table class="attributes-Custom" cellspacing="10">
  2. <tr>
  3. <td><span>Stone Shape</span></td>
  4. <td><span>Stone Size</span></td>
  5. <td><span>Stone Quantity</span></td>
  6. </tr>
  7. <tr>
  8. <td align="center"><?php echo $_product->getstoneshape() ?></td>
  9. <td align="center"><?php echo $_product->getstonesize() ?></td>
  10. <td align="center"><?php echo $_product->getstonequantity() ?></td>
  11. </tr>
  12. <?php
  13.  
  14. $stoneshapetwo = $_product->getstoneshape2;
  15.  
  16. if(empty($stoneshapetwo))
  17. {
  18. }
  19. else
  20. {
  21. echo "<tr>";
  22. echo "<td>" . $stoneshapetwo . "</td>";
  23. }
  24.  
  25. ?>
  26. </table>
Add Comment
Please, Sign In to add comment