osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 


Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > Projects > Shipping Modules

Connect with Facebook Register FAQ Members List Calendar Mark Forums Read

* indicates required field

Navigation

User login

Project navigation

osCMax BugTracker

Who's online
There are currently 1 user and 46 guests online.

Online users

  • jeansonfire

Syndicate
Syndicate content

 

Multi Vendor Shipping

By drillsar at 23 Jan 2008 - 3:10am

This contribution changes the way Oscmax handles shipping. You can now set the shipping parameters for each product individually. All of the following (and more) are possible:

1. Most products ship by a selection of standard shipping methods, but certain large and heavy items ship by truck.

2. Products ship from one of two or more locations.

3. Some products ship by a selection of standard shipping methods, some must ship by a specific method, others ship directly from several different suppliers.

4. Any combination of the above.

 

You can have orders sent directly to your supplier in the case of products that are shipped directly from that supplier. All of the necessary settings are controlled in the admin panel.

There is an Admin page to set up each Vendor (or shipper, or shipping method). There is an Admin panel for setting shipping modules for each vendor, similar to the Shipping Modules page in the current Admin. There is also a configuration setting to turn this whole Contribution off if it is no longer needed. In Admin->Configuration->Shipping/Packaging. l

Releases

Official releasesDateSizeLinksStatus
1.2.02009-Apr-12600.33 KBRecommended for 2.0This is currently the recommended release for 2.0.


Filename/TitleSize
mvs1.1.ace162.23 KB

by drillsar on Thu, 01/24/2008 - 6:22am
It's very buggy yet, It's not working at the moment, I think it has something to do with the modules in admin. Maybe someone can help

by drillsar on Fri, 01/25/2008 - 4:06pm
Ok I fixed it, now it should work. Thanks

by drillsar on Sun, 02/03/2008 - 8:14pm
I fixed the usps.php to integrate with the new usps system also added insurance to it.

download MVS1.1c

by drillsar on Mon, 02/04/2008 - 2:12pm
Problems I found in usps.php

usps.php, goto line 177 and fix the typo
CODE
if (($maxins == 0) || (constant('MODULE_SHIPPING_USPS_INSURE_' . $vendors_is) == 'False')) {
Should be
CODE
if (($maxins == 0) || (constant('MODULE_SHIPPING_USPS_INSURE_' . $vendors_id) == 'False')) {

Then look at line 227. You'll see this
CODE
$uspsQuote = $this->_getQuote();
Change it to
CODE
$uspsQuote = $this->_getQuote($vendors_id);

by jack_strit on Thu, 03/13/2008 - 8:18am
Hello,
Nice to meet everyone here. Thank you for these great contributions to the OSCommerce community. I have just installed Multi Vendor Shipping and I want to tell everyone that the SQL is missing a few small details that will muddle up your permissions for MVS. I did not know where to include the fixes so I will simply past one of them here. You may need to do something similar for the files 'prods_by_vendor.php' and 'orders_by_vendor.php'. This is a sample to fix the permissions for vendor_modules.php:
#BE SURE TO REPLACE 'oscmax2' WITH WHATEVER YOUR DATABASE #NAME #IS!!!!!!!
#
# mvs.sql
# For MVS V1.0 2006/03/25 JCK/CWG
# osCommerce, Open Source E-Commerce Solutions
#

#
# Fix for compatibility with multi-admin mod
#for table `admin_files`
#by jack_strit 2008/03/13
#Fixes problem with permissions which makes "Manage" button not work in #Vendor Manager
#
#Remember to replace 'oscmax2' with your database name.

INSERT INTO `oscmax2`.`admin_files` (
`admin_files_id` ,
`admin_files_name` ,
`admin_files_is_boxes` ,
`admin_files_to_boxes` ,
`admin_groups_id`
)
VALUES (
'127', 'vendor_modules.php', '0', '124', '1'
);


All times are GMT -8. The time now is 12:02 PM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax
Inactive Reminders By Icora Web Design