Page 1 of 1
Add a button under the "About Us"
Posted: Tue May 09, 2023 2:26 am
by madruga
I'd like to add a button similar to the "contact us" button under the contacts to the bottom of the "about us" section and point it to a new info page I'll create in admin panel. Please advise me how I can do this. Thank you.
Re: Add a button under the "About Us"
Posted: Tue May 09, 2023 4:20 am
by heatherbell
Make a copy/clone of the module - see User Guide for an example
https://phoenixcart.org/phoenixcartwiki ... ent_Module
Add the code for the button to the new module - see the Contacts module you refer to for an example of the code to use.
Uninstall old module, install new module.
Re: Add a button under the "About Us"
Posted: Tue May 09, 2023 7:30 pm
by madruga
Thanks @heatherbell