Home
Welcome, Guest -
Link in mail sent to new registration results in error message
  • Page:
  • 1

Link in mail sent to new registration results in error message
Facebook Twitter Delicious Digg FriendFeed Linkedin Reddit Stumbleupon MySpace Technorati Blogger Wordpress

Link in mail sent to new registration results in error message 3 years, 2 months ago #66

The error message "Restricted Access" is displayed when clicking on the link displayed at the bottom of the "Welcome to Zen Cart" email message sent out to a new registrant.
The return URL listed in the email is the same as that given when clicking on the joomla tab that links to the joozen component.

Any ideas?

Thanks!

Link in mail sent to new registration results in error message 3 years, 2 months ago #142

The error message "Restricted Access" is displayed when clicking on the link displayed at the bottom of the "Welcome to Zen Cart" email message sent out to a new registrant.
The return URL listed in the email is the same as that given when clicking on the joomla tab that links to the joozen component.

Any ideas?

Thanks!

Link in mail sent to new registration results in error message 3 years, 2 months ago #143

  • And
  • OFFLINE
  • Administrator
  • Posts: 21
This is known issue. It is fixed and will be absent in next JooZen version.
To fix it:

- in the file components/com_zencart/store/includes/languages/english/create_account.php
find the line:
define('EMAIL_GV_CLOSURE','Sincerely,' . "nn" . STORE_OWNER . "nStore Ownernn". '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . zen_href_link(FILENAME_DEFAULT, '', 'NONSSL', false) . '">'. HTTP_SERVER . DIR_WS_CATALOG . zen_href_link(FILENAME_DEFAULT, '', 'NONSSL', false) ."</a>nn");

and replace it with:
define('EMAIL_GV_CLOSURE','Sincerely,' . "nn" . STORE_OWNER . "nStore Ownernn". '<a href="' . HTTP_SERVER . zen_href_link(FILENAME_DEFAULT, '', 'NONSSL', false) . '">'. HTTP_SERVER . zen_href_link(FILENAME_DEFAULT, '', 'NONSSL', false) ."</a>nn");

Link in mail sent to new registration results in error message 3 years, 2 months ago #144

Thanks!:=D
  • Page:
  • 1
Time to create page: 0.26 seconds