Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dr_lucas

Pioneers
  • Posts

    357
  • Joined

  • Last visited

  • Days Won

    7

dr_lucas last won the day on July 22 2017

dr_lucas had the most liked content!

1 Follower

Profile Information

  • Real Name
    Michaela
  • Gender
    Female
  • Website

Recent Profile Visitors

21,774 profile views

dr_lucas's Achievements

  1. Jack already posted the link (https://apps.oscommerce.com/2W7tC&sitemonitor-v3-4) and it's working fine, the docs are there, so not sure what's the issue, Steve:
  2. My revised files contain proprietarty code, thus I can't share them as-is unfortunately. And it's not only edit_orders that was modified, but multiple files AFAICR. Trust me, if I could share them, I would have done so without being requested.
  3. It doesn't as I don't charge taxes, but my files do contain many fixes to other bugs including weight calculation bugs. I don't use the AJAX module either. Besides, I don't really have time to un-tailor code unfortunately. My advice is still a good one.
  4. But this is not something u must live with. You can either debug it and fix it for your own shop/s (as I did, but I can't share my fixes here as they are tailored for my needs) or hire someone to do it for you.
  5. @@stefan21 Thank You! Exactly what I was looking for... :)
  6. Merry Christmas everyone! :) I have an issue with the period (.) character http://example.com//index.php?cPath=44_95&page=1&range=1.99_2.99 gets rewritten according to the rule and the 1.99_2.99 becomes 199_299 It doesn't happen when I turn off USU5 pro, so it's an issue with the module coding or .htaccess(?) How can I escape the period safely? (ie. without causing some random side effects)
  7. Correction, it seems all the version files show the same version 1.2, so I believe mine maybe a newer one - 1.4 or 1.5, if that makes any difference.
  8. @@Jack_mcs Yes, I did on my own site and it generated only 1 file of 50,000 products (out of the 90,000 I have). The file size was 12MB. I have an older version (1.2) so that is possibly the reason it did not generate the consecutive file, but still - 12MB form 50,000 products is larger than the allowed standard.
  9. Thanks, Jack. It seems google size limit is different than the standard, which is 10mb, and if we want sitemaps that can be read by all search spiders, it would be better to make the code check for that limit and create a new sitemap if reach the 10mb. More details here: https://productforums.google.com/forum/#!topic/webmasters/nd5RDhMMfhk
  10. @@Jack_mcs - first, thank you for the contribution! Sorry if the question was asked and answered before, but does this module support catalogs with over 50,000 products? Does it auto-generate additional sitemap files as required? Does it make sure the total file size of each sitemap is under 10mb?
  11. If I read that right, FedEx will apply dimensional shipping to Freight and Ground services, but they will also keep the weight based shipping. This change to these 2 specific services seems to be USA exclusive and all other services are not affected anyway. As I do not personally ship inside the USA, do not use any of these mentioned services and always ship by weight only, I did not have the need to look into this and will not spend the time to modify the module, but it should be quite easy to modify it and add the dimension shipping or you can hire a freelancer to modify it for you from places like http://www.freelancer.com
  12. Great contribution! Thanks Jack! :) Does it work on 2.2 MS2a? Also, in this post: http://www.oscommerce.com/forums/topic/221438-sitemonitor/page-108#entry1684558, you mentioned an upcoming version which will allow excluding some lines of code. Is it coming soon?
  13. in your catalog/includes/modules/shipping/fedexwebservices.php Try this: Find: if($ShipmentRateDetail->ShipmentRateDetail->RateType=='PAYOR_LIST_PACKAGE') // if($ShipmentRateDetail->ShipmentRateDetail->RateType==('PAYOR_LIST_PACKAGE' || 'PAYOR_LIST_SHIPMENT')) // try this if having international quoting errors Change to: // if($ShipmentRateDetail->ShipmentRateDetail->RateType=='PAYOR_LIST_PACKAGE') if($ShipmentRateDetail->ShipmentRateDetail->RateType==('PAYOR_LIST_PACKAGE' || 'PAYOR_LIST_SHIPMENT')) // try this if having international quoting errors
  14. Most importantly, what do you have set under Currency Exchange Rates Conversion? And what happens when you try "ACCOUNT" instead of "LIST" rates?
  15. You are missing a few. Please take a moment to write and post the full list 1 by 1.
×
×
  • Create New...