tec Posted July 21, 2005 Share Posted July 21, 2005 Hey there, i would like to be able to remove all the info from the product_listing.php except the image and buy now button. I would also like to be able to have the buy now button under the image if possible. Anybody know how to do this? :-" Link to comment Share on other sites More sharing options...
tec Posted July 21, 2005 Author Share Posted July 21, 2005 it wont let me edit my post so i am updating my last one, i figured out to get rid of the fields in the admin, but i still cant figure out how to get my button under the product images. Any thoughts? Link to comment Share on other sites More sharing options...
♥akmac Posted July 21, 2005 Share Posted July 21, 2005 Log into admin/configuration/product listing. Here you can define what shows, as far as the order of appearance, you'll have to rearrange the actual code in catalog/includes/modules/product_listing.php. Quidquid latine dictum sit, profundum viditur. Link to comment Share on other sites More sharing options...
tec Posted July 21, 2005 Author Share Posted July 21, 2005 Log into admin/configuration/product listing. Here you can define what shows, as far as the order of appearance, you'll have to rearrange the actual code in catalog/includes/modules/product_listing.php. <{POST_SNAPBACK}> i tried taking a look at the code to moved it about, but its not actually visual. Its a whole bunch of code running under eachother. So I am at a loss. If i could just 1 of 2 problems fixed, i would be ready to go with this site. I either need to figure out how to move the button and take the link off the image or, i need to figure out why the first form works but the second one doesnt. I am pulling my hair out :'( <table width="40%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><div align="center"><img src="pleat_roman.jpg" width="381" height="83"></div></td> </tr> <tr> <td><form name="cart_quantity" action="http://inmyspace.net/product_info.php?products_id=30&action=add_product" method="post"> <input type="hidden" name="products_id" value="30"> <input name="image" type="image" title=" Order Now " src="images/orderButton.gif" alt="Order Now" border="0"> </center> </form></td> </tr> <tr> <td><img src="pleat.jpg" width="381" height="56"></td> </tr> <tr> <td><form name="cart_quantity" action="http://inmyspace.net/product_info.php?products_id=31&action=add_product" method="post"> <input type="hidden" name="products_id" value="31"><input type="image" src="images/orderButton.gif" border="0" alt="Order Now" title=" Order Now "> </center> </form></td> </tr> </table> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.