Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter hxxrmonkey

    (@hxxrmonkey)

    If we disabled Events Calendar everything worked normally. However the issue resolved as of the last Events Calendar update. Thanks!

    Thread Starter hxxrmonkey

    (@hxxrmonkey)

    You were pretty much right, just a different plugin causing the problem. We had been using a very old plugin that wasn’t showing it had updates available. I updated it last week though, and hadn’t tried upgrading since. I set up a site copy and ran all the updates and everything’s fine. Thanks for your patience!

    • This reply was modified 7 years, 11 months ago by hxxrmonkey.
    Thread Starter hxxrmonkey

    (@hxxrmonkey)

    Will do, working on getting login info from my client. In the meantime, FYI I do have deposits installed but it’s not activated. I’m hesitant to upgrade again so that I can look at the console to get error details, this is a live site and we don’t have sandbox capability with the host. Here’s our anonymized system report, in case it helps.

    
    ### WordPress Environment ###
    
    WC Version: 2.6.14
    Log Directory Writable: ?
    WP Version: 4.7.4
    WP Multisite: –
    WP Memory Limit: 512 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 5.6.30
    PHP Post Max Size: 128 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 4000
    cURL Version: 7.45.0
    OpenSSL/1.0.1e
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.33
    Max Upload Size: 128 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 2.6.14
    : 
    woocommerce_sessions: ?
    woocommerce_api_keys: ?
    woocommerce_attribute_taxonomies: ?
    woocommerce_downloadable_product_permissions: ?
    woocommerce_order_items: ?
    woocommerce_order_itemmeta: ?
    woocommerce_tax_rates: ?
    woocommerce_tax_rate_locations: ?
    woocommerce_shipping_zones: ?
    woocommerce_shipping_zone_locations: ?
    woocommerce_shipping_zone_methods: ?
    woocommerce_payment_tokens: ?
    woocommerce_payment_tokenmeta: ?
    
    ### Active Plugins (23) ###
    
    Contact Form 7 Datepicker: by Aurel Canciu – 2.6.0
    Contact Form 7: by Takayuki Miyoshi – 4.7
    Elegant Themes Updater: by Elegant Themes – 1.0
    Enhanced E-commerce for Woocommerce store: by Tatvic – 1.0.20
    Event Tickets Plus: by Modern Tribe
    Inc. – 4.4.6
    
    Event Tickets: by Modern Tribe
    Inc. – 4.4.6
    
    Flamingo: by Takayuki Miyoshi – 1.5
    Google Analytics for WordPress by MonsterInsights: by MonsterInsights – 6.1.7
    Loco Translate: by Tim Whitlock – 2.0.13
    Quilter's Lodge Roommate field at checkout: by  – 1.0
    Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 2.2.6
    Show Current Template: by JOTAKI Taisuke – 0.3.0
    Simple Lightbox: by Archetyped – 2.6.0
    The Events Calendar: by Modern Tribe
    Inc. – 4.4.5
    
    WooCommerce Accommodation Bookings: by WooCommerce – 1.0.8
    WooCommerce Bookings: by Automattic – 1.10.1
    WooCommerce Stripe Gateway: by WooCommerce – 3.1.7
    WooCommerce POS Pro: by kilbot – 0.4.5
    WooCommerce POS: by kilbot – 0.4.6
    WooCommerce Product Add-ons: by WooCommerce – 2.8.1
    WooCommerce: by WooThemes – 2.6.14
    WooCommerce Helper: by WooCommerce – 1.7.2
    WordPress HTTPS: by Mike Ems – 3.3.6
    
    ### Settings ###
    
    Force SSL: ?
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    
    ### API ###
    
    API Enabled: ?
    
    ### WC Pages ###
    
    Shop Base: #155 - /shop/
    Cart: #143 - /cart/
    Checkout: #144 - /checkout/
    My Account: #145 - /my-account/
    
    ### Taxonomies ###
    
    Product Types: accommodation-booking (accommodation-booking)
    booking (booking)
    external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    ### Theme ###
    
    Name: Divi Child Theme
    Version: – 0 is available
    Author URL: 
    Child Theme: ?
    Parent Theme Name: Divi
    Parent Theme Version: 3.0.40
    Parent Theme Author URL: https://www.elegantthemes.com
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: divi-child/woocommerce/cart/cross-sells.php
    divi-child/woocommerce/single-product/related.php
    divi-child/woocommerce/single-product/up-sells.php
    
    

    Book now button can be changed with this code:

    add_filter( 'woocommerce_booking_single_add_to_cart_text', 'woo_custom_cart_button_text' );    // 2.1 +
     
    function woo_custom_cart_button_text() {
     
            return __( 'Add to Cart', 'woocommerce' );
     
    }
    Thread Starter hxxrmonkey

    (@hxxrmonkey)

    5.6

    Thread Starter hxxrmonkey

    (@hxxrmonkey)

    No we ended up turning off error reporting.

    @irsc_admin @shelleyswanson IRSC your error code shows a bad email, where as Shelley’s shows a bad card_nonce. Different issues.

    @shelleyswanson I can tell you that we were having this problem because not all the previously filled out fields in the regular checkout path were being included in the “pay later” checkout path. If this is how you are attempting to accept payment you’ll need to wait for support to help/provide a hotfix. If your checkout errors are on the normal checkout page, have you removed any checkout fields? If so, put them back.

    @irsc_admin just as a quick update – my problem was due to using the customer invoice (cheque) payment system. Because the pay now form doesn’t have the customer info built into it the transactions were failing. This is why I thought perhaps you were missing fields. In any case they sent me a pre-release update that fixed my problem and said the real update is due out next week.

    Just an update from my support ticket with woocommerce – We are using the order-pay endpoint to pay invoices later and the Square extension doesn’t work there because the usual form fields don’t exist on that page. They are working on a fix. @irsc_admin I believe what I said above is still true for you, you need to check that all the fields required by square are being displayed on your checkout page.

    @irsc_admin actually we have different problems, mine is missing the card nonce, yours is missing the buyer’s email. Have you changed anything email-related about your checkout form? Maybe with poor guy’s swiss knife?

    @shellbeezy, I already have, awaiting response. Already tried default theme, no change. @irsc_admin – The only plugin I see that we both use other than woocommerce and square gateway is the invoices and packing slips one. I really doubt that would cause this problem.

    Exact same problem. Have tried dozens of things, googling, can’t find anything. ??

    Thread Starter hxxrmonkey

    (@hxxrmonkey)

    It’s on a live site, the warnings don’t display, but they are in the logs basically any time there’s a referral.

    Mike can you confirm do we actually need to change our W3 Total Cache settings for 2.5 or no? I have several dozen sites running WC + W3TC so this could be a major problem if so. Thanks!

Viewing 15 replies - 1 through 15 (of 24 total)