byronwells Posted January 11, 2010 Share Posted January 11, 2010 Alright guys I am using a membership script to run my membership site, please check here http://www.digitalresellersvault.com/marketplace.php? Within the admin I have attempted to change two html pages, one called add product, and the other edit product .. The reason that I have edited them is because I would like to be able to choose more than one category to put the product under... The category section is using a drop down menu box to display the categories, which its get from a database. Here is the code that I have changed: <select name="category" class="inputbox" id="category" multiple> <option value=0>Select</option> {{category}} </select> But for some reason only one category is still stored for each product.. Can some one help please? Quote Link to comment Share on other sites More sharing options...
haku Posted January 11, 2010 Share Posted January 11, 2010 That code you are showing is specific to the script you are using. You would at the very least have to tell us what script it is, and hope that someone here has experience with that script. You are much more likely to get help by going to the source of the script itself, particularly if they have some kind of community supporting them. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.