jaymz77 Posted February 4, 2008 Share Posted February 4, 2008 I have been mod'n OSC for awhile now and have a question for everyone that seems to be unique cause I have searched this forum, the web and contributions with no luck. I built a site for a RV dealership and am mostly done but we dont sell RV's online (ex. no shopping cart) we just use it for a online catalog. We would lke to have the RV option's, Generator, A/C, stuff like that to be selected in Admin during the adding of the new product. Kinda like the stock attributes but static, no drop down boxes etc.. We are planning on just writing them out in the description box but I would love to be able to have them listed in Admin's "new product" with like radio or check boxes to select which options show up in product_info. Any help from you guys would be greatly apprerciated. I would even make a conrtibution for others to use. Our website, www.rnrrv.com Thanks in advanced! James Quote Link to comment Share on other sites More sharing options...
Guest Posted February 6, 2008 Share Posted February 6, 2008 i've done something similar to this on my admin, mostly for admin-only features. what i did was duplicate something that was already called in admin as a text box (for example, the product description) and - added field to products table "new_field" - duplicated all of the calls in the admin panel to products_description and made a new set, "new_field" - added new_field to the select query in admin panel then the easy part: duplicate products_description on products_info.php with "new_field" 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.