Hello everyone
While creating a new quote, you can add a group to the line items and then add product line.
The view is: Quantity -> Product, Part Numberā¦I would like to replace here Part Number with Part Code, but I am unable to find this pannel to edit it.
Did anyone trie that?
Thank you
Thank you for your reply.
I did edit it (Simply replaced the āLBL_PART_NUMBERā => āPart Numberā with āLBL_MAINCODEā => āProduct Codeā and did a rebuild.
But nothing changedā¦
Thank you again for your help
No, you need to leave the code label exactly as it was, change only the string. So you should make it like this:
'LBL_PART_NUMBER' => 'Product Code'
After rebuilding sometimes you can have some delay before seeing the new label, due to caching (on the server and on your browser)
The product code is a drop down list, and the part number is a text field.
Iāll follow your instructions, thank you
Maybe I didnāt understand you correctly before.
My instructions are just to change a label that shows on screen. They do not change the actual field or the data that goes in the field.
For that you would need to customize PHP code. That particular screen is not editable from Studio because it is a very specific screen, with special behaviorsā¦
Yes, I meant to change the field to choose.
Thank you anyways for your help