Zen Cart Logo
Forums / General Questions / Can someone Upgrade This

Can someone Upgrade This

Locked

Views: 2,674

Results 21 to 27 of 27
This thread is locked. New replies are disabled.
8 Apr 2007, 4:27 AM
#21
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Can someone Upgrade This

lol, thats not the spot this here is

<td class="dataTableHeadingContent" align="left"> <?php echo (($_GET['list_order']=='company' or $_GET['list_order']=='company-desc') ? '<span

class="SortOrderHeader">' . TABLE_HEADING_COMPANY . '</span>' : TABLE_HEADING_COMPANY); ?><br>
<a href="<?php echo zen_href_link(basename($PHP_SELF) . '?list_order=company', '', 'NONSSL'); ?>"><?php

echo ($_GET['list_order']=='company' ? '<span class="SortOrderHeader">Asc</span>' : '<span

class="SortOrderHeaderLink">Asc</b>'); ?></a> 
<a href="<?php echo zen_href_link(basename($PHP_SELF) . '?list_order=company-desc', '', 'NONSSL'); ?>"><?

php echo ($_GET['list_order']=='company-desc' ? '<span class="SortOrderHeader">Desc</span>' : '<span

class="SortOrderHeaderLink">Desc</b>'); ?></a>

</td>

I replaced al lthe company stuff with FAX but that just puts this

Company
Asc Desc TABLE_HEADING_FAX

hmmm :/

8 Apr 2007, 5:00 AM
#22
ajeh avatar

ajeh

Oba-san

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

Re: Can someone Upgrade This

Where did you define:
TABLE_HEADING_FAX

8 Apr 2007, 11:23 AM
#23
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Can someone Upgrade This

i tried in =the admin/includes/language/english.php file, but it didnt work

8 Apr 2007, 4:36 PM
#24
ajeh avatar

ajeh

Oba-san

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

Re: Can someone Upgrade This

Go to the Tools ... Developer's Tool Kit ...

In the bottom input box enter:
TABLE_HEADING_FAX

Select Admin from the dropdown and click Search ...

What files have this defined?

8 Apr 2007, 11:44 PM
#25
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Can someone Upgrade This

it was in here

the admin/includes/language/english.php file

but i took it out, it put Tax Id up there but the number didnt show under it

9 Apr 2007, 12:05 AM
#26
ajeh avatar

ajeh

Oba-san

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

Re: Can someone Upgrade This

On defines you cannot just comment them out ... the constant still is called ... to not use a constant you set the define to blank or just the single quotes with '' ...

9 Apr 2007, 9:07 PM
#27
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Can someone Upgrade This

I didnt comment it out, there wasnt even anything called TABLE_HEADING_FAX
untill i put it in