Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 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. if(!empty($_product->getstoneshape2)
  15. {
  16. echo "test";
  17. }
  18. else
  19. {
  20. echo "Didnt Work";
  21. }
  22.  
  23. ?>
  24. </table>
Add Comment
Please, Sign In to add comment