Guest User

Untitled

a guest
Dec 16th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <div class="product-b">
  2. <div class="image">
  3. <p>
  4. {tag_smallimage}&nbsp;
  5. </p>
  6. </div>
  7. <div class="description">
  8. <h4>{tag_name}</h4>
  9. {tag_description}<br />
  10. <br />
  11. <span class="price">Our price: <strong>{tag_saleprice}<br />
  12. <br />
  13. </strong></span>{tag_attributes}<br />
  14. Quantity:<br />
  15. {tag_addtocartinputfield}{tag_addtocart}<br />
  16. </div>
  17. </div>
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <div class="col-a">
  26. <h2>{tag_name}</h2>
  27. <p>{tag_description}</p>
  28. <p class="prices"><span class="old-price">Retail: <strong>{tag_retailprice}</strong></span> // <span class="new-price">Our price: <strong>{tag_saleprice}</strong></span></p>
  29. <div class="product-form">
  30. <!-- ATTRIBUTES -->
  31. <div class="product-attributes">
  32. {tag_attributes}
  33. </div>
  34. <!-- // ATTRIBUTES -->
  35. <div class="field-group-c">
  36. <p class="quantity">
  37. <label for="quantity-field">Quantity:</label>
  38. {tag_addtocartinputfield}
  39. </p>
  40. <p class="button-shadow-a">{tag_buynow,Buy Now}</p>
  41. </div>
  42. </div>
  43. <!-- /.product-form -->
  44. </div>
  45. <!-- /.col-a -->
  46. <div class="col-b">
  47. <div class="product-images">
  48. <p><span>{tag_largeimage}</span></p>
  49. {tag_poplets,3,102,78}
  50. </div>
  51. </div>
Add Comment
Please, Sign In to add comment