Error message if customer looks at order via email

  • Posts: 154
  • Thank you received: 10
11 years 7 months ago #96573

Hi!

When a customer gets his email confirmation it states 'Status of order WEB1300101 is now dispatched'

The WEB1300101 is the customized orderingnumber for ordernumbers. The next one will be WEB1300102 etc...

The WEB1300101 text is a link to the shop where the customer should see his order after logging in. But unfortunatly that results in error 404.

The link that is sent with the email is this:
www.any-shop.nl/index.php?option=com_hik...=order&task=show&cid []=108

What's going wrong here? is it a bug, of did I do something wrong?

Weird! More problems! When I place an order, and log in with the loginbox on the bottom of the page, and I go to my account i can see my adress. But when I go to setting and I want to view my account settings i get thesame error :( I can see my orders and my adress but nothing more :(

I also can't login with my normal joomla login, the login screen doesn't show...


Proud of my website www.hetcomputerwinkeltje.nl

Currently just running catalog mode, but hope to go live soon again :)
Last edit: 11 years 7 months ago by anypc.

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
11 years 7 months ago #96918

Hi,

From what you're saying it seems to be a problem with the SEF on your website.

If you turn off the SEF in the joomla configuration, the issues should not happen anymore.

So that means that you need to add an &Itemid=XXX parameter in the link of the email to avoid the SEF system to display a 404.
You can edit the emails via the menu system>Emails to do that. So for example, for the order status notification email, you would have to replace the line:
$order_url = $data->order_url;

to:
$order_url = $data->order_url.'&Itemid=XXX';

with XXX being an id of a public HikaShop menu item and the links of confirmation/shipping notifications should then work properly with the SEF turned on.

For the user account settings, it's because you need to enter a menu id of a joomla menu item of the type "joomla user profile" in the "menu" option of the hikashop user account plugin and that will then work properly.

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum