Zen Cart Logo
Forums / All Other Contributions/Addons / How do I get to account_history_info?

How do I get to account_history_info?

Locked

Views: 537

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
9 Nov 2009, 4:21 PM
#1
decostyle avatar

decostyle

Zen Follower

Join Date:
Mar 2008
Posts:
336
Plugin Contributions:
0

How do I get to account_history_info?

hello,

I see two files on the customer account:

account_history_default.php

account_history_info_default.php

On account_history_default.php, it loads when the link points to main_page=account_history.

How does customer get to the account history info page?

Thanks

9 Nov 2009, 4:57 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How do I get to account_history_info?

When you go to the My Account and view a specific order, you see the:
account_history_info

9 Nov 2009, 5:02 PM
#3
decostyle avatar

decostyle

Zen Follower

Join Date:
Mar 2008
Posts:
336
Plugin Contributions:
0

Re: How do I get to account_history_info?

I thought so, I checked my account_history_default file and it shows that the button for view should be clicking to account_history_info but for some reason when I hover over the view button it points to "main_page=tracker&order_id" how do I set this back to account_history_info&order_id?

9 Nov 2009, 6:04 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How do I get to account_history_info?

You are using some type of add on that is affecting that ...

Go to the Tools ... Developers Tool Kit ... and do a search on:
tracker

to see what is using that ...

tracker does not appear in any default Zen Cart code, so your results should help you find the files ...

9 Nov 2009, 7:01 PM
#5
decostyle avatar

decostyle

Zen Follower

Join Date:
Mar 2008
Posts:
336
Plugin Contributions:
0

Re: How do I get to account_history_info?

Yup figured it out, thanks!