Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  random tips&tricks with administration

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
I got a question about little modification of the contrib. This addon allow you:
1) Select as many tip infoboxes as you want.
2) Set and unset random order for tips, selected from database. So you have an ability to create static tips.
3) If random is OFF you now may sort tips by their create order asc or desc.

No file modification needed. Replaced only 1 file. Instructions included.

ADDON ONLY
Tips&tricks box for oscommerce 2.2. rc2 with administration from Vadim Lyakh
php > 4.4
MySQL
WARNING! no errors reporting

SCREENSHOT included

Have questions or donate?
Mail me at asdf77@mail.ru
russian language if possible


Install:

1.
upload the tipsadm.php to catalog/admin
upload the tips.php to catalog/includes/boxes
upload and execute tips_install.php to create table tips



2
.Add

define('BOX_HEADING_TIPS', 'Tips');
define('BOX_TIPS_NO_TIPS', 'No Tips');

to english.php and other before the closing ?>



3.Add

require(DIR_WS_BOXES . 'tips.php');

to column_left.php or column_right.php below the require for the box under which you would like the daily word box to appear.


4.
Add

<br>' .
'<a href="' . tep_href_link('tips.php', '', 'NONSSL') . '" class="menuBoxContentLink">Tips</a>

after

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

in /catalog/admin/includes/boxes/catalog.php







enjoy
It is pretty simple. Hope I did not confuse anyone.
   Posted on: 04/02/2009     See contribution details Request Installation with Paid service