This is a discussion on Individual Product Shipping Methods within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; If you also have ship2pay installed, you will find that this mod will work perfectly with it! However, the mod ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
#1
| ||||
| ||||
| If you also have ship2pay installed, you will find that this mod will work perfectly with it! However, the mod in catalog/includes/classes/shipping.php clashes with the code in admin/ship2pay.php and will not show. So the simple solution I made was to ignore the mod in shipping.php when viewing ship2pay.php by using this code for the two mods in shipping.php: //bof added to work with ship2pay on admin side if (preg_match("/ship2pay/", $PHP_SELF)) { echo ''; } else { //eof added to work with ship2pay on admin side ---- MOD HERE ----- } //added to work with ship2pay on admin side The attachment is the shipping.php on how the mod should look IF you have ship2pay installed as well. This is just a minor mod. Full credit to original author. aegrnberg More...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| ||||
| Posted By | For | Type | Date | |
| oscommerce: See what people are saying right now on Technorati | This thread | Refback | 01-21-2007 09:07 AM | |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UK Royal Mail & Overseas Shipping Methods 21st Aug Prices | michael_s | New osCommerce Contributions | 0 | 01-20-2007 06:00 AM |
| Individual Shipping not being added | deuce | osCMax v2 Customization/Mods | 3 | 11-23-2006 07:18 PM |
| Individual product shipping? | countingsheep | osCMax v2 Features Discussion | 0 | 05-18-2006 01:43 PM |
| UPS Individual box qty shipping price | MrE03 | osCMax v1.7 Discussion | 0 | 06-11-2004 12:10 PM |
| Shipping Options/Individual Shipping | Anonymous | osCMax v1.7 Discussion | 0 | 04-01-2004 02:10 PM |