johnjasonz Posted June 5, 2013 Share Posted June 5, 2013 (edited) Hello World Guys I'd like to add new details to a product and displaying in the footerproduct hook just before the tabs (see image- issue_2.png) I'm creating a AdminController & ObjectClass (image-issue_1.png) but the problem is how can i join those information(CPU,RAM,Motherboard etc...) to a product? And also I'd like to associate Product's ID with the Server's ID and get the Product Name and Reference as you can see in the image down below. i created new table in DB which stores (id_server,cpu,motherboard,etc..) Should i create product_server to associate those two tables? or? Thank you. Edited June 5, 2013 by johnjasonz (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2013 Share Posted June 5, 2013 but why you use creating additional tables? You can create attributes by using default presta features, then on product page you can display information about certain attribute 1 Link to comment Share on other sites More sharing options...
johnjasonz Posted June 5, 2013 Author Share Posted June 5, 2013 Thank you vekia for answering Link to comment Share on other sites More sharing options...
johnjasonz Posted June 5, 2013 Author Share Posted June 5, 2013 (edited) I'll try that, creating attributes by using default presta features but then i might edit the (tpl&css) the content instead of list eg: CPU cpu value here MotherBoard motherboard value RAM ram value I'll make turn into <table border ="1"> <tr> <td>Cpu</td> <td>value here</td> </tr> <tr> <td>Motherboard</td> <td>value </td> </tr> <table> Edited June 5, 2013 by johnjasonz (see edit history) Link to comment Share on other sites More sharing options...
johnjasonz Posted June 5, 2013 Author Share Posted June 5, 2013 (edited) This what i meant Edited June 5, 2013 by johnjasonz (see edit history) Link to comment Share on other sites More sharing options...
johnjasonz Posted June 5, 2013 Author Share Posted June 5, 2013 (edited) Instead displaying the content in the tab content(Data Sheet) is it possible to display it in the footerproduct just before the tab? thank you Edited June 5, 2013 by johnjasonz (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now