osCmax v2.5 User Manual
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

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; ok well i got the permissions sorted out, just read a sql book all makes sense now thx for the ...

      
  1. #11
    New Member
    Join Date
    Jul 2008
    Location
    The Radioactive Desert
    Posts
    25
    Rep Power
    0


    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 04:00 PM.

  2. #12
    Member
    Join Date
    Mar 2008
    Posts
    34
    Rep Power
    0


    Default Re: Multi Vendor Shipping

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

    --J

  3. #13
    Member
    Join Date
    Mar 2008
    Posts
    34
    Rep Power
    0


    Default Re: Multi Vendor Shipping

    Also, are you sure your products all have vendors associated with them?

  4. #14
    New Member
    Join Date
    Jul 2008
    Location
    The Radioactive Desert
    Posts
    25
    Rep Power
    0


    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 12:20 PM.

  5. #15
    Member
    Join Date
    Mar 2008
    Posts
    34
    Rep Power
    0


    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

  6. #16
    New Member
    Join Date
    Jul 2008
    Location
    The Radioactive Desert
    Posts
    25
    Rep Power
    0


    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 03:59 PM.

  7. #17
    Member
    Join Date
    Mar 2008
    Posts
    34
    Rep Power
    0


    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

  8. #18
    Member
    Join Date
    Oct 2009
    Posts
    35
    Rep Power
    0


    Default Re: Multi Vendor Shipping

    hi

    i am getting this error when i click on some of the MVS links in admin:

    Access Denied No Right Permission Access Please contact your Web Administrator to request
    more access or if you found any problem.

    even after i ran the above supposed sql fix for it, this fix only fixed the error for some links, but not all of them.

    any help would be greatly appreciated.

    thanks
    Last edited by silverping; 11-02-2009 at 11:07 AM.

  9. #19
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Multi Vendor Shipping

    Quote Originally Posted by silverping View Post
    hi

    i am getting this error when i click on some of the MVS links in admin:

    Access Denied No Right Permission Access Please contact your Web Administrator to request
    more access or if you found any problem.
    See the documentation:
    http://wiki.oscdox.com/contributions
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  10. #20
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: Multi Vendor Shipping

    ie. You need to be able to enable any new admin modules into the File Access system which is installed in osCMax otherwise they will not show up in the menu. For instructions click here.
    pgmarshall
    _______________________________

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Multi-Vendor?
    By russellmcox in forum Introduce yourself!
    Replies: 2
    Last Post: 10-21-2007, 09:02 PM
  2. New vendor locator
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-28-2007, 07:00 AM
  3. Need Help setting up Price Based Multi-Zone Shipping Rates
    By heathyre in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 12-02-2006, 04:46 PM
  4. Multi vendor contribution problems
    By gelali in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 05-20-2004, 01:25 PM
  5. vendor lookup
    By jloyzaga in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 02-24-2004, 01:17 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •