- Posts: 41
- Thank you received: 0
Add extra information @ Customer backend
7 years 6 months ago #305111
by Jovian
Add extra information @ Customer backend was created by Jovian
-- HikaShop version -- : 4.0.3
-- Joomla version -- : 3.9.2 Stable
-- PHP version -- : 7.2.14
Hey, we like to modify the customer view in the backend, adding information connected to the user account. How do we do this without breaking or editing the HikaShop core files?
Thank you in advance.
-- Joomla version -- : 3.9.2 Stable
-- PHP version -- : 7.2.14
Hey, we like to modify the customer view in the backend, adding information connected to the user account. How do we do this without breaking or editing the HikaShop core files?
Thank you in advance.
Please Log in or Create an account to join the conversation.
7 years 6 months ago #305117
by nicolas
Replied by nicolas on topic Add extra information @ Customer backend
Hi,
You can turn on the "Display view files" setting of the HikaShop configuration to know which view file is used to display which area of HikaShop. Then, go that page and you'll be able to easily see which view file you need to edit to add your custom field.
Then, edit it via the menu Display>Views, add your code and save. The modifications will be saved as a view override so you won't loose them when you update Hikashop in the future.
www.hikashop.com/support/documentation/1...-display.html#layout
This goes for that page, but it's the same for any area displayed by HikaShop on your website.
You can turn on the "Display view files" setting of the HikaShop configuration to know which view file is used to display which area of HikaShop. Then, go that page and you'll be able to easily see which view file you need to edit to add your custom field.
Then, edit it via the menu Display>Views, add your code and save. The modifications will be saved as a view override so you won't loose them when you update Hikashop in the future.
www.hikashop.com/support/documentation/1...-display.html#layout
This goes for that page, but it's the same for any area displayed by HikaShop on your website.
Please Log in or Create an account to join the conversation.
Time to create page: 0.139 seconds