Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help please with EZ_Priceupdate 1 MOD


TheGameMen

Recommended Posts

Hi,

 

I installed the EZ_PRICEUPDATER 1 MOD.

And it doesnt work properly.

When i click on the link to go to the mod in my admin panel , my webserver says 404 cannot be found

I think that the following is the problem:

 

 

Then in catalog/admin/includes/boxes/catalog.php add the following lines

'<a href="' . tep_href_link(FILENAME_PRICE_QUICK_UPDATES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRICE_QUICK_UPDATES . '</a><br>' .

 

That isnt correct is it ?

 

This is how my catalog.php does look now:

 

<?php

/*

$Id: catalog.php,v 1.21 2003/07/09 01:18:53 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

?>

<!-- catalog //-->

<tr>

<td>

<a href="' . tep_href_link(FILENAME_PRICE_QUICK_UPDATES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRICE_QUICK_UPDATES </a><br>

<?php

$heading = array();

$contents = array();

 

$heading[] = array('text' => BOX_HEADING_CATALOG,

'link' => tep_href_link(FILENAME_CATEGORIES, 'selected_box=catalog'));

 

if ($selected_box == 'catalog') {

$contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_MANUFACTURERS . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_SPECIALS . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>');

}

 

$box = new box;

echo $box->menuBox($heading, $contents);

?>

</td>

</tr>

<!-- catalog_eof //-->

 

Does anybady how to change it ?

 

Thnx

 

Freek

Link to comment
Share on other sites

Have you tried the support thread for the contribution? Anytime you have a problem with a specific contribution the support thread should be your first stop

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...