New Zenner
- Join Date:
- Nov 2013
- Location:
- Charleston, WV
- Posts:
- 12
- Plugin Contributions:
- 0
Nav_bar for successful 2nd contact us page
So I added a form to the shipping & returns page. I duplicated the contact us page page and associating files modified of course for the shipping page. So I have the form and it send the e-mail to a different address than the contact us page which was a huge pain since I'm a novice at php... So while it sends successfully the success page uses the navbar_title from the contact_us.php from includes/languages/english/ folder instead of the navbar_title from the shippinginfo.php in the same folder. I don't get it as elsewhere it pulls the defines from the shippinginfo.php such as the EMAIL_SUBJECT define. While I know my site showing "Contact us" instead of "Shipping & Returns" on the success page is minor, but a truely professional site wouldn't be like that and neither should mine. Any advice would be greatly appreciated. Site is elkriveroutdoors.com... please pardon the mess as I'm working on the functionality before quality content. Using firebug It is still showing the center colum div id as contactusdefault even though it doesn't appear in the tpl_shippinginfo_default.php since I changed that div ID to shippingInfo, so I'm fairly certain that my problem is the correct TPL file isn't being used, but I have no idea where I messed up.