Business Catalyst Product List ( Custom )


/ Published in: HTML
Save to your folder(s)

Shows a list of custom markup


Copy this code and paste it in your HTML
  1. //using Small Product BackUp HTML
  2. {module_productfeaturelist,Featured Vacation,10,,,true}
  3.  
  4. //using Small Product HTML
  5. {module_productfeaturelist,Featured Vacation,10,,,}
  6.  
  7. css
  8. .productItem {
  9. display:inline;
  10. float:left;
  11. list-style-type:none;
  12. margin-right:9px;
  13. }
  14.  
  15. .productfeaturelist {
  16. display:inline;
  17. }
  18.  
  19. SmallProductBackUp
  20. <div class="smallImage" style="float:left;width:140px;height:200px;margin-top:5px;">
  21.  
  22. <h5 style="text-align:center;padding-left:5px;padding-right:5px;color:#666;padding-bottom:5px;">{tag_name}</h5>
  23.  
  24. <div class="image" >{tag_smallimage_nolink}</div>
  25. <h6 style="overflow:hidden;height:30px;padding-left:5px;padding-right:5px;padding-top:4px;">{tag_custom1}</h6>
  26. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.