Guest Posted October 30, 2002 Posted October 30, 2002 I made some changes to the code. I think they are useful and may be forgotten. The problem was: when someone adds a product to the basket the lines are all white not in the style of:productListing-even or productListing-odd It is at the /catalog/includes/modules/order_details.php at line 39: please change it in the cvs; $row = 0; for ($i=0; $i<sizeof($products); $i++) { $row++; if (($row / 2) == floor($row / 2)) { echo ' <tr class="productListing-even">' . "n"; } else { echo ' <tr class="productListing-odd">' . "n"; } ---------------------------------------- before this there was only echo '<tr>'; thanks
Guest Posted October 31, 2002 Posted October 31, 2002 28 people read this post and no one answered or made any comments. Is this a wrong place to write my suggestşons.??? or my additions to the code???
Ajeh Posted October 31, 2002 Posted October 31, 2002 I think this can be very handy for some shops to help distinguish items in the cart. Thanks for posting it :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.