InformationsBoxEnhancement

InformationsBoxEnhancement

InformationsBoxEnhancement Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 457
  • Released: Jun 13, 2007

InformationsBoxEnhancement Description

It meets to replace information.php with the attached file and the two arrays '$info_box_name' and '$info_box_text' must be adapted to the actually existing sides.

If you liked to have the link further clickable, it is sufficient, to extend the existing information.php by the picture:
$info_box_contents[] = array('text' => '' . tep_image(DIR_WS_IMAGES . 'pointer_blue_light.gif', '') . BOX_INFORMATION_MANUFACTURERS . '
' .
The Picture ist not included.

InformationsBoxEnhancement Bookmark

Hyperlink code:
Hyperlink for Forum code:

InformationsBoxEnhancement Script Download Notice

Top 4 Download periodically updates information of InformationsBoxEnhancement script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. InformationsBoxEnhancement torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Category Box Enhancement

... the left of every category in the category box. There are two different images, one for categories ... It will highlight the current category in the box. Users will have an easier time telling where they are on the site. ...

BestSellers Box Enhancement

... This is a simple modification in the best_sellers.php box, to add a small line of code that'll ... if you already have something in the best_sellers.php box, then simply make the added change..it's not difficult ...

SearchBox Enhancement

... the product's name or model name, this search box also by default searches through the product's description, returning more hits.For installation, just replace the file under /catalog/includes/boxes/search.php with this file (BACKUP!) and that's it! ...

Enable Free Product Downloads

... is normally automatically disabled for downloadable products. This enhancement requires that COD be enabled. It disables COD for any downloadable order greater than $0.00. So, if you're shipping real product, be very careful when using this modification. The change begins at line 53 of cod.php. This line could easily be ...

Add Whats New Link to Categories Box

Best used with categories enhancement mod, it is very simple.open catalog/includes/boxes/categories.php and find---------$info_box_contents = array();$info_box_contents[] = array('text' >= $categories_string);it is at the far bottom of the filereplace with-------------$info_box_contents = array();$info_box_contents[] = array('text' >= $categories_string);if ( (basename($PHP_SELF) != FILENAME_PRODUCTS_NEW)) {$info_box_contents[] = array('align' >= 'left','text' >= '' . BOX_CATEGORY_PRODUCTS_NEW . '');}else{$info_box_contents[] = ...