bedigital Posted February 6, 2017 Share Posted February 6, 2017 I am trying to list the product details on a separate page with the following SELECT. SELECT `ps_order_detail`.* FROM `ps_order_detail` WHERE id_order = '$id_orderd' But I can not get the product information with customization. Can anybody help me? Link to comment Share on other sites More sharing options...
NemoPS Posted February 8, 2017 Share Posted February 8, 2017 you should join the ps_customized_data table for this Link to comment Share on other sites More sharing options...
bedigital Posted February 8, 2017 Author Share Posted February 8, 2017 you should join the ps_customized_data table for this I do not have much experience with this, I tried some forms but without success. Could not you give me an example? =) 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