
Originally Posted by
koi koi
ok will do one last thing on customers email it states
For additional information, you may view our Return Policy.
http://leedskoiandpondcentre.co.uk/l...88tc80rroktls7
which is fine which is the path to my shipping and returns.
but it also shows this under it.
Note: This email address was given to us during a Return Authorization
Request submission. For questions, comments or concerns that you may have,
please feel free to Contact Us.
http://leedskoiandpondcentre.co.uk/leedskoiandpondcentreuk/index.php?main_page=shippinginfo&zenid=faq7gn5o51gc88tc80rroktls7
shouldent the highlighted http// address be a link to my contact us page not the shipping and returns page.
in /includes/modules/pages/returns/header_php.php
find:
Code:
$email_text .= "\n\n" . EMAIL_WARNING . "\n" . EMAIL_CONTACT_URL_BOF . zen_href_link(FILENAME_SHIPPING) . EMAIL_CONTACT_URL_EOF . "\n\n";
change to:
Code:
$email_text .= "\n\n" . EMAIL_WARNING . "\n" . EMAIL_CONTACT_URL_BOF . zen_href_link(FILENAME_CONTACT_US) . EMAIL_CONTACT_URL_EOF . "\n\n";
That was a bug on my part and will update the next version.
Bookmarks