♥Dan Cole Posted July 12, 2015 Share Posted July 12, 2015 Hummm....interesting that it won't return to an SSL page...a security feature perhaps? In any case, I'm glad to hear that you found a solution. Dan Quote Need help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC community version (CE Phoenix) here. Link to comment Share on other sites More sharing options...
phi148 Posted September 24, 2016 Share Posted September 24, 2016 Has anyone succesfully integrated this with MVS? If so, I'd really like to see your versions of the "shipping_quotes.php" file Thanks! Quote Link to comment Share on other sites More sharing options...
ArtcoInc Posted May 15, 2017 Share Posted May 15, 2017 Sorry to again bring up this 2-year old problem, but ... I had been running my site in a mixed SSL configuration. But, sales have all but died as of late. I'm thinking that it might have something to do with the fact that I am using a pop-up Modal login, and with all of the current browsers alerting (alarming!) users that their login were insecure, people are leaving. So, I'm moving back to a full-time SSL configuration. So, once again, I'm back to this problem with Shipping Quote in Cart is not receiving any quotes from the US Post Office. The spinner just spins and spins and spins ... The shipping module *does* retrieve a valid cost from the Post Office while full SSL, so the problem is only in this Shipping in Cart module. Help!!! Please? Malcolm Quote Link to comment Share on other sites More sharing options...
ArtcoInc Posted May 15, 2017 Share Posted May 15, 2017 Ok, I *think* I fixed this ... in catalog/includes/modules/shipping_in_cart.php around line 98, find $.getJSON("' . tep_href_link(FILENAME_SHIPPING_QUOTES) . '", {country:country, postcode:postcode, residential:residential}, function(data){ $(".loading").hide(); $(".quotes").html(data.quotes); $(".order-totals").html(data.totals); }); replace with: $.getJSON("' . tep_href_link(FILENAME_SHIPPING_QUOTES,"",$request_type) . '", {country:country, postcode:postcode, residential:residential}, function(data){ $(".loading").hide(); $(".quotes").html(data.quotes); $(".order-totals").html(data.totals); }); and, around line 119, find: $.getJSON("' . tep_href_link(FILENAME_SHIPPING_QUOTES) . '", {country:country, postcode:postcode, residential:residential, shipping:shipping}, function(data){ $(".order-totals").html(data.totals); }); replace with: $.getJSON("' . tep_href_link(FILENAME_SHIPPING_QUOTES,"",$request_type) . '", {country:country, postcode:postcode, residential:residential, shipping:shipping}, function(data){ $(".order-totals").html(data.totals); }); Basically, I've added the $request_type variable to the tep_href_link() call. Please let me know if anyone sees something wrong with this. :- Thanks! Malcolm Quote Link to comment Share on other sites More sharing options...
ArtcoInc Posted May 16, 2017 Share Posted May 16, 2017 @@Dan Cole @@ArtcoInc Malcolm...did your original mixed content error message also go away? Dan Just following up ... When running full-time SSL, I was receiving the original Mixed Content error message for the Contact Us page. I resolved it here: http://www.oscommerce.com/forums/topic/411091-ssl-bug/ But, that still left the Shipping Quote in Cart not working under full-time SSL. I think I fixed that here: http://www.oscommerce.com/forums/topic/396632-shipping-quote-in-cart-2334-support-thread/?p=1756871 (the post just above this one) Both stemmed from the fact that the SSL/NONSSL/$request_type variable was not being passed in the tep_href_link() call. HTH Malcolm Quote Link to comment Share on other sites More sharing options...
stefan1959 Posted August 11, 2019 Share Posted August 11, 2019 Looking for a shipping quote for CE v1, would this work? Steve Quote Link to comment Share on other sites More sharing options...
mhsuffolk Posted August 11, 2019 Share Posted August 11, 2019 1 hour ago, stefan1959 said: Looking for a shipping quote for CE v1, would this work? It might do but this is a better option, is up to date and is supported by @raiwa https://apps.oscommerce.com/YLYGm&ship-in-cart-bs-reloaded Quote Live shop Phoenix 1.0.8.4 on PHP 7.4 Working my way up the versions. Link to comment Share on other sites More sharing options...
ArtcoInc Posted August 11, 2019 Share Posted August 11, 2019 @stefan1959 7 hours ago, mhsuffolk said: It might do but this is a better option, is up to date and is supported by @raiwa https://apps.oscommerce.com/YLYGm&ship-in-cart-bs-reloaded I can confirm that Ship in Cart v5 (see link above) does indeed work with Phoenix. M stefan1959 1 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.