osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Multi Vendor Shipping

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax Projects Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
 
Old 01-23-2008, 12:22 PM
drillsar drillsar is offline
New Member
 
Join Date: Jan 2008
Posts: 26
Thanks: 1
Thanked 0 Times in 0 Posts
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
drillsar is on a distinguished road
Default Multi Vendor Shipping

A new project_project entry has been added:
Multi Vendor Shipping - osCMax - osCommerce Maximized


Quote:
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 07-31-2008, 04:57 PM
New Member
 
Join Date: Jul 2008
Location: The Radioactive Desert
Posts: 11
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0
mithereal is on a distinguished road
Default Re: Multi Vendor Shipping

ok well i got the permissions sorted out, just read a sql book all makes sense now thx for the advice.
I have another error when i try to buy items from multiple vendors( the default vendor and one I added) redirects fine .

However when I checkout an item from a vendor (or multiple vendors I have created)
It gives me "The page isn't redirecting properly,ffx has detected that the server is redirecting the request for this address in a way that will never complete" error.
The Title bar shows this which I think is the
error can you gimme some insight as to where to find the answer.
|titlebar|

'xxx/store/checkout_shipping.php?error_message=ERROR_NO_SHIPPING_SELECTED_SELECTED&osCsid=3f97900'

Last edited by mithereal; 07-31-2008 at 05:00 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
  #12  
Old 08-01-2008, 09:07 AM
Member
 
Join Date: Mar 2008
Posts: 34
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0
jack_strit is on a distinguished road
Default Re: Multi Vendor Shipping

Hi!
Are you sure you have applied a shipping mod to each vendor?

--J
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 08-01-2008, 09:08 AM
Member
 
Join Date: Mar 2008
Posts: 34
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0
jack_strit is on a distinguished road
Default Re: Multi Vendor Shipping

Also, are you sure your products all have vendors associated with them?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 08-01-2008, 12:46 PM
New Member
 
Join Date: Jul 2008
Location: The Radioactive Desert
Posts: 11
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0
mithereal is on a distinguished road
Default Re: Multi Vendor Shipping

yup my vendors do have shipping mods assigned, all my products have vendors assigned
What I did:
I modded for ups dimensional support 1.2.6
here is my code for store/includes/classes/shopping_cart.php,
http://mithereal.pastebin.com/m7f14953b
If someone could look over it and submit ne corrections would be appreciated, just want someone that knows more to take a look at my code and see if i missed something.
Problem:
Here I have 3 vendors, 1- my default store ship method 2- my freight ship method and 3 my flat rate only shipping.
I can choose a product from either my store only, my freight method only or both store and freight and works great, however on ship method #3 gives the error
Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
url in address bar:
/store/checkout_payment.php?osCsid=xxxxx
Here's a link to my checkout_shipping.php and.tpl
If someone could look over it and also submit ne corrections, I'm teaching myself php so any input would be very helpful |checkout_shipping.php|
http://mithereal.pastebin.com/mc86788a
|checkout_shipping.php.tpl|
http://mithereal.pastebin.com/m66a64f36

Last edited by mithereal; 08-01-2008 at 01:20 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 08-01-2008, 03:00 PM
Member
 
Join Date: Mar 2008
Posts: 34
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0
jack_strit is on a distinguished road
Default Re: Multi Vendor Shipping

Have you ever activated another shipping module before this? I remember having the same problem and I think it was related to that. If I remember, I fixed it by turning off ALL shipping mods getting a copy of the database via phpadmin installing the new DB (with a new name) and editing my config files accordingly. In other words, I don't know what I did...but it worked after that! I had another problem related to this to but i cannot remember exactly what the symptoms were. I had forgotten to put weights in all of my products, so I was getting errors. I will try to look at your code a little later today or tomorrow. I am a learner too, I like Larry Ullman's book PHP and MySQL for Dynamic Web Sites. Larry Ullman is a good teacher, but I also read PHP for Dummies before getting into his book.

J
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 08-01-2008, 04:56 PM
New Member
 
Join Date: Jul 2008
Location: The Radioactive Desert
Posts: 11
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0
mithereal is on a distinguished road
Default Re: Multi Vendor Shipping

well i figured it out, just a bug in packProducts function , fixed it by following the instructions in UPS XML Rates and Services v1.2.7 and 1.26 cleared all up, now the interesting thing is when i only select one item, should be going into a single 12X12X12 box but when i check out it displays United Parcel Service (XML) (3 pkg(s), 2.38 lbs total).
Under the product description i set it to 12x12x12 with 1lb as weight,
it duplicates the boxes on every item added to the cart, Causing the totals be wrong because of the incorrect box specs.

Last edited by mithereal; 08-01-2008 at 04:59 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 08-01-2008, 05:21 PM
Member
 
Join Date: Mar 2008
Posts: 34
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0
jack_strit is on a distinguished road
Default Re: Multi Vendor Shipping

Good! Glad you figured out part of it! The UPS XML thing...I don't know, I have not messed with the that mod yet, but I will need to pretty soon! I have found if I can get to the point of understanding the programmers intention, I can usually figure a problem out eventually.

J
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Multi-Vendor? russellmcox Introduce yourself! 2 10-21-2007 10:02 PM
New vendor locator michael_s New osCommerce Contributions 0 08-28-2007 08:00 AM
Need Help setting up Price Based Multi-Zone Shipping Rates heathyre osCommerce 2.2 Modification Help 1 12-02-2006 05:46 PM
Multi vendor contribution problems gelali osCommerce 2.2 Modification Help 0 05-20-2004 02:25 PM
vendor lookup jloyzaga osCMax v1.7 Discussion 2 02-24-2004 02:17 AM


All times are GMT -8. The time now is 08:01 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax