Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1118513

    We’re using the Cart66 plugin as a shopping cart on our site. For some reason, no matter which payment gateway we choose (e.g., Stripe, Authorize.net), all of the fields display for a user to enter information (eg., Name, Address, Zip code), however the only one that does not display is State. So visitors are not able to complete the online purchase since they can not enter their state. I thought it was an issue with the Authorize.net setting at first, but then saw it also happens when we select Stripe as our payment gateway. I’m wondering if this is an issue with the theme. Has this come up before? Any advice would be greatly appreciated :) Thanks!

    #1118605

    Hey ESWEENEY113,
    Sorry, I have not heard of the issue, please link to the site so we can see.

    Best regards,
    Mike

    #1118620

    Thanks :) So you have tom put something in the cart (https://bathjunkienattleboro.com/store/). Then when you go to the cart, you’ll click Checkout and that’s when the form pops up with the missing State field.

    #1118980

    Hi,

    Thank you for the update.

    The state field is there but its display property is set to “none”. You can use the following css code to override the inline style.

    #billing-state_text {
        display: block !important;
    }
    

    Best regards,
    Ismael

    #1118990

    Hi!
    Thanks! I added this in the Quick CSS box. Was that correct or should I add it somewhere else? I’m not seeing it yet.

    Thank you!!
    Erin

    #1119534

    Hi,

    Thank you for the update.

    Are the Performance > File Compression settings enabled? Please toggle those settings or disable them temporarily.

    Or post the login details in the private field and we’ll check it.

    Best regards,
    Ismael

    #1119690

    Great! They were enabled, so I disabled them and checked and the field was working. I then enabled them again and the field is still showing up. Just wondering why that would fix the issue.

    Thank you so much for your help!

    Erin

    #1119737

    Hi,
    This is because the merged files are created when the theme options are saved, by disabling them they saved again on enabling and your cache was cleared.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.