Administrators can select to disable this content box from displaying or enabling it as a text link type or an image link type. Administrators can also select number of links to display per row and if sub-categories are to be displayed on the right side of each category.This contribution adds a ...
This contribution fix the problem for word-wrapping-input made with the keyboard in the product-description (Admin).Input of br or p in the description no longer needed. ...
Works only with IEIn Your Favorite Language You must Edit with the Follow Input:define('BOX_HEADING_ADD2FAVOURITES', 'Seite Speichern');This must be in catalog/includes/language/*.php - Your Language or All Languages. ...
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[] = array('align' ...
This is a FREE module would allow you to have a live-chat support on your web site. It uses MySQL database, PHP, ICQ (for notifications), and JavaScript. This module was developed by me independantly from osC. ...
Although not tested with every available contribution, this will work with any installed order total modular as long at it follows the oSC naming policy of creating the file as {name}.php & the configuration_key as MODULE_ORDER_TOTAL_{name}_SORT_ORDER. If not it could be easily modified. ...
It will also tell to customer the current minimum order requirement if the low order fee is charged. Using the same exact form as the original module, you can now charge a percent by putting a % at the end of a number. ...
This comes in handy if your shipping container will only accommodate a certain quantity of items and you want to force the customer to purchase that many items. ...
Discounts are applied before tax and are displayed as one order total line for each applicable tax class. You can configure whether to display the order subtotal including the discount, or before the discount is applied.Coupon codes may be configured with a start or ending date, number of times they may ...
This module calculates a surplus tax based on a table. The module is based on Zones.php and other contributions.Zones can be defined based on a country list. In case total amount is over the greatest tabled interval, then a percentage (if defined) is calculated.The admin configuration is in Portuguese language, But ...
Useful to Spanish IVA:Add 16% to all states except all postal codes beginning with 07 (Palmas), 35 (Canarias), 38 (Tenerife), 51 (Ceuta) or 52 (Melilla). ...
2gether discount features:-link 2 products together with a money or percentage discount.-zero discount displays as a recommendation like a 1on1 xsell-Discount is given at checkout. ...
Either the zipcode is wrong or the State is wrong. This report is not integrated into the system. There is no installation per se.Set the database info and upload into any directory. Call the php file thru a browser for on-screen results. ...
Complete version of this WONDERFULL modification with an integrated ADMIN area to set: - User Tracking on/off - User Tracking (exclude this IP-Address) - User Tracking (Session # Limit per 24 hour) ...
Here is the information that is recorded for each customer arriving at your site: - referring page - referring query (so we can get at keywords used if search engine) - landing page (including query string - important for Pay Per Click campaign assessment) - arrival time ...