SakamotoKazuma Posted June 27, 2007 Share Posted June 27, 2007 I have a store that is selling adult items, which is protected by that adultcheck submission. Is there any way to make it so that item images from that category don't make it to the front page recent items, etc.? Thanks Link to comment Share on other sites More sharing options...
SakamotoKazuma Posted June 27, 2007 Author Share Posted June 27, 2007 sorry for the double post, but I'm also wondering if it's possible to set a minimum order on the orders. Like I wanna sell stuff, but I don't want to bother selling it if they don't buy more than 5 of a certain item. (Shipping is not ideal then) Wondering if anyone knew about that too. Link to comment Share on other sites More sharing options...
Dennis_gull Posted June 27, 2007 Share Posted June 27, 2007 About the first question, you could create a new column inside the product table with some name like "show_front" and then set it to 0 or 1 later on when you select the products on the index page you just include this in the query "WHERE show_front = 1 and ... <the old code>. About the other question, I think theres a contribution that let you set minimum order. Link to comment Share on other sites More sharing options...
SakamotoKazuma Posted June 27, 2007 Author Share Posted June 27, 2007 Could you show me where in the code I would make these changes? I don't exactly program, but I don't have a problem with messing with code. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.