jmorter Posted January 19, 2010 Share Posted January 19, 2010 Hello Everyone, I'm currently tasked with developing a website for my company. (shipfreejewelry.com) I've been trying to use pagination to display my products, however the pagination returns the same ID name for each div tag created by php. I'm trying to figure out if there is a way to alter the id name for each product displayed, so I can manipulate it with CSS. The cart that I am using is cs-cart. Here is the code: <div {if !$smarty.foreach.sprod.last}class="border-bottom"{/if} id="product_display"> Is there a way to manipulate product_display to change as it layouts product? Here is a link to the page: http://www.shipfreejewelry.com/rings/silver.html Link to comment https://forums.phpfreaks.com/topic/189066-different-id-names-using-pagination/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.