StIvSZ Posted September 4 Share Posted September 4 Hello, I have an integration with several fields in the order page. In one of the fields I want to add to automatically take information from the order itself. I want it to take information about what the package of products contains and their quantity. I can't find the script that calls this information anywhere. Please help what should I set for value="{???}" Link to comment Share on other sites More sharing options...
FME_Modules Posted September 4 Share Posted September 4 1 hour ago, StIvSZ said: Hello, I have an integration with several fields in the order page. In one of the fields I want to add to automatically take information from the order itself. I want it to take information about what the package of products contains and their quantity. I can't find the script that calls this information anywhere. Please help what should I set for value="{???}" if you're working with the order detail page in the back office, it might be in src/PrestaShopBundle/Resources/views/Admin/Orders/ The order information is generally handled by the AdminOrdersController. Check if you need to modify this controller or if you're working directly within a template. Thanks 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