Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <script>setTimeout(function() {
  2. $('#product-{!catalogItem.productId}').html({!catalogItem.SmallroductImage});
  3. }, 1000);</script>
  4. <div id="product-{!catalogItem.productId}"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement