Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Posts posted by Dirty Butter

  1. 6.2.0 has a way to temporarily stop ALL plugins and snippets from running - a Safe Mode. It means going to your global.inc, changing your permissions and changing the Safe Mode setting from false to true. Then run your site again. Once you've changed your settings appropriately - change Safe Mode back to false and the permissions back to strict.

    Hopefully that will give you what you need.

    BTW, if I remember correctly, the Safe Mode setting was Bsmither's suggestion in GitHub.

  2. Well, I've replaced all the files with stock AGAIN and run setup AGAIN. I STILL can't get this to work with today's 6.2.1 commit - with or without reverting the js file. I am at a total loss how to proceed. The only thing that still has anything from previous versions is the database, which is basically a copy of our live store that I upgraded to the commit.

  3. That is very puzzling indeed.

    Add item to basket, click Checkout, add in all required info, billing the same as delivery is already checked by default, check T&C box, left shipping choice as shown, clicked checkout button. Then get a very long load of next page - /index.php?_a=addressbook&action=add&redir=confirm

    See screenshot https://dirtybutter.com/billingdeliveryaddressissue.png

     

    Using FF tools, the long wait is a 302 POST to index.php?_a=confirm that takes 3719 ms to complete.

  4. I think I've found my problem. I still had admin cache disabled, as I've been doing lots of editing. I DID have cache cleared out before testing purchasing on the front end, but with cache disabled  the front end evidently can't "hold" the choice to use billing the same as delivery. Once I enabled cache within Admin, I was able to get a proper purchase sequence. I'll test some more, but I think this is resolved.

  5. This works correctly on the 6.2.0 Demo store. But mine on current commit 6.2.1 on one test store does not. The other test store is on 6.2.0 and it works correcly.

    The code is stock on content.checkout.confirm.php as far as having the delivery and billing addresses checked as being the same. So, just as I should, when I am on content.checkout.confirm I see the checked box saying billing and delivery are the same.

    But incorrectly, my next step in checkout takes me to the page where I'm told I have to provide a billing address. I have no idea what file to look in to try to see what I have wrong as far as acting on that checkbox is concerned.

  6. I've double checked my install and find that a customer who fills out the Addressbook gets the correct process. If the state does not have any states listed, the State box is blank. If there are states listed, required or not, it simply offers the available choices.

    BUT a customer who fills out the addresses from the content.checkout.confirm page (when they choose a product and then fill out address information) gets a different look, with the State (Required) placeholder.

    I tried to compare the way states were handled in the content.checkout.confirm vs content.addressbook.php files. I noticed this difference:

    checkout.confirm has var county_list = {$STATE_JSON};

    addressbook has

       var county_list = {$VAL_JSON_STATE}

    Could it be that checkout.confirm needs the same line as addressbook? Well I tried using the addressbook JSON line in checkout.confirm, and it no longer offered the drop down when it should. So THAT's not it. UGH

     

     

  7. If a country does not have any county/states listed in my database and is set as optional - the State box on filling in the Checkout Confirm country SHOULD be blank.

    Instead it shows a placeholder of "State (Required)". It does allow checkout to proceed even without filling anything in the blank.

    The Demo Store also shows an extremely faint placeholder of County (Required), even though it allows checkout to continue without filling anything in the box.

    The Estimate Shipping box correctly shows an empty State box when it should. There may be other places where the (Required) shows, but doesn't make sense to me.

    Is this a bug?

     

  8. I thought it did do that previously. I so seldom have to create an order. Since it has the drop down to choose the tax rate, it seems logical that it would calculate it and add it to appropriate field. Instead, it just turns the empty box red.

    Yes, the value I add manually sticks.

  9. Hey Claudia - you probably want to edit your post to get your actual admin_XXXX.php name out of public view.

    As for the database warning you're getting, it's being discussed in GitHub.

     

    • Thanks 1
  10. This has been needed for some time in the USPS module. My way around it for XL toys for now is to set their package weight higher than it actually is. That way I don't lose money paying the oversize charge that my Dazzle stamp software automatically calculates when I input dimensions for the package in the shipping software. That's cumbersome to say the least.

    As for multiple orders going in a big box - THAT looks like it would be a horror to deal with. SWFW's plugin would have to be used to create a volume for each item in the order and come up with a total to be sent to USPS.

×
×
  • Create New...