Worked great!! Thanks a million!
Worked great!! Thanks a million!
I thought I had this working, but I just went to finish setting it up and the only thing I can find in my admin for it is under admin/config Am I missing something, I thought I could find in layout boxes, but I don't see it.....I feel like I am looking right at it but where??? I was going to add it to the drop down menu however I looked at doing that and I don't know anything about
then a menu item to
includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
thanks for your help.
This is an extra page and the only reference to it in admin is in admin -> configuration.
As far as adding to the drop down menu you have to edit two files:
includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php
add a new define statement for the return authorization page
the other file to edit is
includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
Okay, so I have a really stupid question, and I apoligize for it now, but how do my customers find the page unless I put it in the drop down menu? And if I am not understanding and the customer doesn't actually use this, I do, how do I find it? I am really sorry, my day is not starting right!
from the readme.txt of the contribution:
To add the link in your Information sidebox, copy the following code and add it in the desired location in includes/modules/sideboxes/YOUR_TEMPLATE/information.php:
if (DEFINE_RETURNS_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
}
(If you want it in the more_information sidebox, change $information[] to $more_information[] and add it to includes/modules/sideboxes/YOUR_TEMPLATE/more_information.php)
Thanks, sorry I missed that spot in the read me.txt
Hi ClydeJones
Thanks for the great mod. I am using it a as a template to create a different form and I have one question. How can I modify it to send an email to a different email address? Can it be hard coded somewhere?
Thank!