Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 01-07-2017 11:08:57

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Adding Link Directly To Order History

How would I go about adding a link to the top navigation so a customer can click it and go directly to the order history, as opposed to clicking the "My Account" link and then clicking order history? I know I know.. not my idea smile

Offline

 

#2 01-09-2017 08:15:58

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Adding Link Directly To Order History

Code:

<a href="<?php print $this->link_namespace('ecom','acctorders'); ?>">Online Orders</a>

Users who are not logged in will be prompted to login prior to accessing this page.


Nick Hendler

Offline

 

Board footer