NancyL7 Posted September 8, 2006 Share Posted September 8, 2006 I installed MVS with update version 060817 When I set Enable Vendor Shipping = false, all my shipping options display correctly. When I set Enable Vendor Shipping = true, all my shipping options do not display. I have several shipping methods enabled (flat, UPS, USPS, etc). The checkout_shipping.php displays the Shipping address section, and then displays the Shipping Header, but then displays nothing else. I've set some "echos" in the code to find out what my variables are... they seem to be: SELECT_VENDOR_SHIPPING = "true" tep_session_is_registered('shipping') is NOT registered It seems to get to the line: if (SELECT_VENDOR_SHIPPING == 'true') { require(DIR_WS_MODULES . 'vendor_shipping.php'); } ......... and not return.... (at least, it appears that way - I can't get an "echo" to show up if I put if after the require line) Oh.. and when I installed the MVS, I created the folder Vendor_shipping - it seemed right to do so, and I read a few postings on this board that indicated I should Has anyone else experienced this??? Or have any suggestions? I'm a real newbie with php code.. Thanks! Nancy Quote Link to comment Share on other sites More sharing options...
NancyL7 Posted September 9, 2006 Author Share Posted September 9, 2006 Woo! I figured it out myself! I somehow mixed up the Vendor_shipping.php file.. And loaded the 'classes' file rather than the module file! Thanks! Nancy Quote Link to comment Share on other sites More sharing options...
DiscountNWA.com Posted November 25, 2006 Share Posted November 25, 2006 Woo! I figured it out myself! I somehow mixed up the Vendor_shipping.php file.. And loaded the 'classes' file rather than the module file! Thanks! Nancy Quote Link to comment Share on other sites More sharing options...
DiscountNWA.com Posted November 25, 2006 Share Posted November 25, 2006 How did you get it to work, Nancy? Not quite sure about the reference to 'classes' and module file. How did you 'Enable Vendor Shipping = true'? Any help is appreciated. If I can just get the module to display on the shopping_cart.php page I think I can get the mvs to work on the creloaded 6.2 b2b v8. BTW, I purchased this module from a guy named Jayson Mayr from cre-guru.com. I'm not quite sure what to make of it but I read one posting where he kind of ripped some guy off. cre-guru is "endorsed" by creloaded. He sent me the module but didn't work. Only half of it worked so I'm trying to figure the other half out. I've been trying to contact him the last couple of days and even called him. No response yet. I'll give him a couple more days since it's the long weekend (Thanksgiving). I'll let people know what happens. Despite this I think I can figure it out. Any suggestions? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.