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

  X-Sell v2-MS2 - Cross Sell for MS2

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.
There is an error in $xsell_query in the file includesmodulesxsell_products.php:


....IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, specials_new_products_price.....

this gives wrong specials_new_products_price. It gives specials_new_products_price even if the status of special product is 0

IT MUST BE ONLY:

....IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price.....


NOT FULLY PACKAGE, JUST ONLY includesmodulesxsell_products.php


If you have not made any changes, you can just replace file.

The content of the xs_autoinstaller/index.php file was moved to control.php to make the php version check work.

Autoinstaller 2.14 for Cross-Sell (XSell) Module v2.6 by Amandus (14 Mar 2009)


The Auto Installer script requires PHP 5.2.0

Download the package and view the screenshots of what you will get after the installation.
Autoinstaller 2.14 for Cross-Sell (XSell) Module v2.6 by Amandus (14 Mar 2009)

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.


The Auto Installer script requires PHP 5.2.0

Download the package and view the screenshots of what you will get after the installation.
Autoinstaller 2.13 for Cross-Sell (XSell) Module v2.6 by Amandus (14 Mar 2009)

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.


The Auto Installer script requires PHP 5.2.0

Download the package and view the screenshots of what you will get after the installation.
FULL PACKAGE with UPDATE instructions

Since v2.6 from olsonsp4c (below)

-----------

* Added german language files
* Added german sql-file
* Added some screenshots
* Corrected some pathes in installation.txt
* Maked some optical changes in admin section


Amandus
FULL PACKAGE with UPDATE instructions

Since v2.5.x
------------
* Updated code for reciprocal xsell entries (thanks pedro.antunes)
* Added Portuguese language for admin (thanks pedro.antunes)
* Updated Step 14 for correct redirection of buy now button to product
so that all product ids are not the same product id after a product
is added to the shopping cart using the buy now button in the product
listing when redirect to shopping cart is set to "false"
* Corrected small typos in instructions
* Corrected the reset cache in admin to work properly AND display properly
* Corrected new image in admin to display properly

Scott
Included in this package:

- Portuguese language traslation
- Cache reset bugfix instructions from boutique-studio (already applied on admin/xsell.php)
- added the picture in the Cross-Sell Admin
- new cross-sells are now added in both directions (i.e. from Product A to B and from Product B to A). No need to add it manually.
- bug corrected: product model was no being shown when editing cross-sells and priorities.

Enjoy!

Note: I had not seen olsonsp4c post before I sent mine. Don't know whats the difference...
FULL PACKAGE with UPDATE instructions

All the Changes since v2.4
----------------------------
* Search field added
* Prices fixed
* Image too big issue fixed
* Updated a few files for rc2a compliance
* Updated the installation instructions for rc2a
* Fixed a few small language file edits
* Added Search capability file
* Updated sql to include a maximum display entry exclusively for cross sell (not relying on also purchased setting any longer)
* Images were not working at all in admin listings, this is now fixed
* Many cosmetic changes in admin/xsell.php
* Corrected cache system to actually work (standard osC) [previous fixes did not work properly]
* Integrated Change log into installation instructions

Scott
The cache block reset doesn't work for xsell_products. The attached file describes how to fix this.
FULL PACKAGE with UPDATE INSTRUCTIONS

(ignore the previous package please)

Since v2.4
-----------
updated for rc2a and fixed a few small language file edits mentioned below + added Search capability file mentioned below
updated sql to include a maximum display entry exclusively for cross sell (not relying on also purchased setting any longer)
images were not working at all in admin listings, this is now fixed
many cosmetic changes in admin/xsell.php

Scott
The image display have some issue from admin/xsell.php

you can look for "SMALL_IMAGE_WIDTH" , add adding
"",
before it, total 4 place.
The attached is update xsell.php based x-sell 2.4
Prices now show correctly.

At the end of admin/includes/languages/english/xsell.php just before ?>
Add:
define('HEADING_TITLE_SEARCH', 'Search:');
Added a search field, which was much needed.
   Posted on: 09/19/2008     See contribution details Request Installation with Paid service