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

  all_specials v1.0

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.
This modified all_specials file behaves similarily to the new_products.php file seen on the catalog page by default. Specials are displayed in 3 columns.

Additionally, this contribution includes a 'buy now' button functionality below each special product. You need to create the button yourself and place it in /images/buttons/ folder named as 'button_buy_now.gif'.

I cleaned up the code a little to make it easier for developers to css-style this contrib just like in the example below:

a.productThumb img {
border-style:solid;
border-color: #000000 #666666 #666666 #000000;
border-width:1px;
padding:6px;
background:#222222;
margin:2px;
}

a.productThumb img:hover {
background:#444444;
}

Package contents:
--------------------------------------------------
specials.php (modified to look the same way)
all_specials.php

Installation:
--------------------------------------------------
copy:
/includes/specials.php
/includes/modules/all_specials.php

modify:
index.php, line 313 to look like:
<td><?php include(DIR_WS_MODULES . 'all_specials.php'); ?></td>

(the nicer way would be to insert a new constant in filenames.php and use it instead)


This is my first contribution ever so I hope it helps :)
   Posted on: 11/08/2008     See contribution details Request Installation with Paid service