This is a discussion on Multi Vendor Shipping within the osCMax Projects Discussion forums, part of the osCMax v2.0 Forums category; A new project_project entry has been added: Multi Vendor Shipping - osCMax - osCommerce Maximized This contribution changes the way ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| A new project_project entry has been added: Multi Vendor Shipping - osCMax - osCommerce Maximized Quote:
|
|
#2
| |||
| |||
| 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 |
|
#3
| |||
| |||
| Ok I fixed it, now it should work. Thanks |
|
#4
| |||
| |||
| I fixed the usps.php to integrate with the new usps system also added insurance to it. download MVS1.1c |
|
#5
| |||
| |||
| 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); |
|
#6
| |||
| |||
| 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' ); |
|
#7
| |||
| |||
| will you post the other changes you had to make to the db to work im still getting no access but the manage function works correctly thx. |
|
#8
| |||
| |||
| Well, the stuff I posted fixed an issue with the oscmax admin giving a permissions error...that is all. I am not sure why you are "not getting access". Maybe you could be more specific as to what you exactly do and what exact errors you get. You should concentrate on the major errors first, since trying to fix more then one error at a time is very difficult. The biggest thing I would suggest is that (if you don't already) you should learn some basic stuff about SQL. It is very simple to learn the basics of "SELECT" and "UPDATE". You will then be able to tell basically what is going on when you look at SQL. You don't necessarily have to be an expert to understand what the programmer was trying to do. Then you can modify what you need and kind of understand what is going on. That is what I try to do. The other modifications I did were almost exactly the same as the modification I posted except I was including other files that had given permission errors when I tried to go to them. If you can give me an exact description of your problems, maybe I or one of the other people here can help you. I am glad my post above helped you some also... Saludes J |
|
#9
| |||
| |||
| the error i am getting is Access Denied more access or if you found any problem.when i click vendors order list and move products between vendors. The above fix fixed the manage function under vendors i just dont have permissions for the items stated above can someone tell me what i need to modify ot have permissions? |
|
#10
| |||
| |||
| What page is it attempting to request? |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multi-Vendor? | russellmcox | Introduce yourself! | 2 | 10-21-2007 09:02 PM |
| New vendor locator | michael_s | New osCommerce Contributions | 0 | 08-28-2007 07:00 AM |
| Need Help setting up Price Based Multi-Zone Shipping Rates | heathyre | osCommerce 2.2 Modification Help | 1 | 12-02-2006 04:46 PM |
| Multi vendor contribution problems | gelali | osCommerce 2.2 Modification Help | 0 | 05-20-2004 01:25 PM |
| vendor lookup | jloyzaga | osCMax v1.7 Discussion | 2 | 02-24-2004 01:17 AM |