Forum Replies Created

Viewing 15 replies - 46 through 60 (of 93 total)
  • Thread Starter Simon Kane

    (@simonkane)

    I am disappointed, but not at all surprised, that the typo that causes the fields to display in the wrong section has not been resolved even in the major version (3.0) just released.

    Thread Starter Simon Kane

    (@simonkane)

    Nice job! Worked for me, too.
    Have not tested it beyond “message is gone”, butnothing has exploded so far. πŸ™‚

    Thread Starter Simon Kane

    (@simonkane)

    A quick check shows it’s no longer showing ‘shipping status’ on either the front or back ends.

    However, when I clicked on the “shipment” button for this order (in admin order edit) it just “spins”. Note that this is on an order that pre-exists your fix, and the database postmeta for it shows the 2 virtual items with status of ‘shipped’.

    BUT – in continuing to test, I am NOT finding any relationship between ‘virtual’ products and the ‘spin hang’ as I have it with a couple of other (pre-existing) orders, while others (both with and without ‘virtual’ products) are fine.

    Therefore, it is probably not related to the fix for this issue.

    Note that ‘virtual’ products still show in the shipment update dialog.
    No harm, but maybe should also be addressed, with appropriate values in the _wxp_shipment post_meta element.

    I will dig into the ‘spin hang’ as soon as I can, and if it tracks back to this plugin, I’ll let you know in a new bug report.

    Thread Starter Simon Kane

    (@simonkane)

    NEVER MIND!

    I just found the screen options column enable/disable selector!

    Sorry! πŸ™‚

    Plugin Contributor Simon Kane

    (@simonkane)

    If I may jump in.

    This may be the typical PhP execution time limit timeout.
    WordPress does a LOT of processing for each import- generating all the different image sizes, which takes time, and the initial task is waiting.

    A typical PhP max_execution_time default value is 30 seconds. On many servers, this is only enough time to process 2-5 imports, On some economy plans, even 60 only allows 2-5.

    I can get more than that on my “top tier shared” server, but no way could I run 133 in one “go”.

    Could you reply with your PhP max_execution_time and similar values?
    If this is outside of your expertise level, a simple phpinfo.php file will show everything needed:

    <?php
    // Show all information, defaults to INFO_ALL
    phpinfo();
    ?>
    Plugin Contributor Simon Kane

    (@simonkane)

    The original solution typically requires a “database guy” to fix it.

    I would suspect that if it’s the same problem, many things are also broken – such as creating new posts, pages, and many other things depending on what your site does “over and above” basic WP (eg. WooCommerce puts shop orders in the posts table).

    Thread Starter Simon Kane

    (@simonkane)

    Hi!

    Yes, it was confusing – and as I mentioned, I shouldn’t have stuck two things in the one ticket. They were related from where I sat, but I can certainly see now that they’re really not.

    And I’ll keep my bit of edit magic to myself for ya. <grin>

    Thread Starter Simon Kane

    (@simonkane)

    Like I said it’s not a duplicate.
    The vendor made reference to what turns out to be this solution first – NOT ME.

    Thread Starter Simon Kane

    (@simonkane)

    @jdembowski
    The OTHER ticket was NOT a duplicate of this one, but the plugin rep saw some relationship between this ticket and the other one.

    Again, THAT ticket is NOT a duplicate of this one, and the primary reason for that ticket is still under discussion.

    Please restore it, so that the bug reported in that ticket can be handled.
    https://wordpress.org/support/topic/order-section-fields-show-in-the-shipping-section/

    Thread Starter Simon Kane

    (@simonkane)

    I knew I shouldn’t have tried to mention two issues at once.

    Are you saying that the OBVIOUS and MINOR typo-bug at the top of my OP will not be fixed? It is a one-token fix (use the correct action name for fields in the ‘order’ section).

    —————-
    I am also NOT talking about editing the field settings (not sure if that’s what you replied as), but editing the the field’s value saved in the current order when using admin “order edit”. The issues with such in the admin order edit screen have a lot more to do with Woo’s klunky coding of the order details sections than anything in FCF.

    Your editing link reference (which is to the Pro version) is unclear to me, although the CSS snippet there is already implemented per my other ticket:
    https://wordpress.org/support/topic/admin-order-edit-billing-shipping-field-layout-2/#post-13841233

    Possibly you implement “editing FCF field values in admin” as part of the Pro?
    I can understand such a business decision –
    and that’s also why I didn’t post my code to enable such editing.

    Thread Starter Simon Kane

    (@simonkane)

    Hi!

    I’m not sure where the “bad” quotes got into the mix, but they are correct now.
    I think the original issue may have had to do with CSS caching.
    I encountered the same fault on this retry, but when I cleared out caches,
    It worked!

    Note that I am not using the plugin you recommend (although it looks good).
    I have already enqueued my child-theme’s admin.css file via action ‘admin_enqueue_scripts’ in my theme’s functions.php.
    The action is coded to limit the enqueue to:
    $hook == ‘post.php’ && $screen->post_type == ‘shop_order’
    This limits the possibility of unintended conflicts in other areas.
    (I believe in an abundance of caution when modifying/enhancing code.)

    Thanks again!

    Thread Starter Simon Kane

    (@simonkane)

    Great! Thanks! It worked (your way).

    I tried adding this to my admin.css (already hooked in for various reasons, and is confirmed active on the Order Edit page), but it did not work. Full disclosure: While I am a good programmer, I know almost zero about CSS.

    #order_data .order_data_column div.address[style*=”display: none”] + div.edit_address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

    For consistency, and my own education, might you enlighten me about why this did not work? Any insight is greatly appreciated!

    Thread Starter Simon Kane

    (@simonkane)

    I’ve grabbed a pile of stylesheet references – not listed ’cause you know how many there are, but I’ve got it for a deeper dig.

    Here’s some familiar HTML:
    <p class=”form-field _billing_first_name_field form-left”>
    <p class=”form-field _billing_last_name_field form-right”>
    <p class=”form-field _billing_company_field form-left”>
    <p class=”form-field _billing_address_1_field form-right”>
    <p class=”form-field _billing_address_2_field form-left”>
    — and so forth —

    BUT — I’m pretty sure the class references were different before the updates.
    I’ve done browser console removes of the “form-left” and “form-right” and it’s improved things – but still don’t have the wide fields (eg. street address) I should see.

    FOUND IT (kind of). Deactivated “Flexible Checkout Fields” from WP Desk and the offending form-left and form-right class references disappeared.
    Therefore, I’ve opened a topic with them – and to avoid duplicating my work here, I’ll refer them to it. Same topic – over in the FCF support forum

    But any further info you can provide (such as “Did form-left or form-right get changed recently?”) would be helpful.

    Thread Starter Simon Kane

    (@simonkane)

    Three images. Live customer data is obsfuscated out.

    1: Before edit – to show an anomaly from Stripe that is not relevant (see image 3), but may be helpful.

    2. Edit mode – note the Stripe info is “misplaced” — but again, it is a victim of the problem, not the cause.

    3. Edit mode again – with Stripe deactivated, and the problem remains.

    Please note my OP talking about form-right and form-left CSS style references.
    I’m going to try to get more details about the stylesheets in use.

    • This reply was modified 5 years, 8 months ago by Simon Kane.
    Thread Starter Simon Kane

    (@simonkane)

    Just the first of a couple of incoming replies for ya. πŸ™‚

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://[redacted].com
    Site address (URL): https://[redacted].com
    WC Version: 4.8.0
    REST API Version: βœ” 4.8.0
    WC Blocks Version: βœ” 3.8.1
    Action Scheduler Version: βœ” 3.1.6
    WC Admin Version: ❌ Inactive 1.7.3
    Log Directory Writable: βœ”
    WP Version: 5.6
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: βœ”
    WP Cron: –
    Language: en
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.4.11
    PHP Post Max Size: 32 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.71.0
    OpenSSL/1.1.1d
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.49-cll-lve
    Max Upload Size: 32 MB
    Default Timezone is UTC: βœ”
    fsockopen/cURL: βœ”
    SoapClient: βœ”
    DOMDocument: βœ”
    GZip: βœ”
    Multibyte String: βœ”
    Remote Post: βœ”
    Remote Get: βœ”
    
    ### Database ###
    
    WC Database Version: 4.8.0
    WC Database Prefix: wp_
    Total Database Size: 5.98MB
    Database Data Size: 4.72MB
    Database Index Size: 1.26MB
    wp_woocommerce_sessions: Data: 0.05MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_order_items: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wp_woocommerce_order_itemmeta: Data: 0.04MB + Index: 0.03MB + Engine MyISAM
    wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_actionscheduler_actions: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    wp_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_actionscheduler_logs: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wp_aws_cache: Data: 0.48MB + Index: 0.00MB + Engine MyISAM
    wp_aws_index: Data: 0.33MB + Index: 0.22MB + Engine MyISAM
    wp_commentmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_comments: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_mailchimp_carts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_mailchimp_jobs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_action_meta: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_chunks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_field_meta: Data: 0.04MB + Index: 0.01MB + Engine MyISAM
    wp_nf3_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_form_meta: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_objects: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_object_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_nf3_upgrades: Data: 0.04MB + Index: 0.00MB + Engine MyISAM
    wp_options: Data: 0.85MB + Index: 0.11MB + Engine MyISAM
    wp_postmeta: Data: 0.71MB + Index: 0.42MB + Engine MyISAM
    wp_posts: Data: 0.77MB + Index: 0.11MB + Engine MyISAM
    wp_termmeta: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wp_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_term_relationships: Data: 0.04MB + Index: 0.08MB + Engine MyISAM
    wp_term_taxonomy: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_tm_taskmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_tm_tasks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_usermeta: Data: 0.13MB + Index: 0.09MB + Engine MyISAM
    wp_users: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wp_wc_admin_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_customer_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_order_product_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_order_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_product_meta_lookup: Data: 0.03MB + Index: 0.04MB + Engine MyISAM
    wp_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wdp_orders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wdp_order_items: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_wdp_rules: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wp_wfpklist_template_data: Data: 0.03MB + Index: 0.00MB + Engine MyISAM
    wp_woo_shippment_provider: Data: 0.03MB + Index: 0.00MB + Engine MyISAM
    wp_wpmailsmtp_tasks_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wpml_mails: Data: 1.04MB + Index: 0.00MB + Engine MyISAM
    wp_wpmm_subscribers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    
    ### Post Type Counts ###
    
    acf-field: 1
    acf-field-group: 1
    attachment: 41
    custom_order_status: 2
    customize_changeset: 1
    nav_menu_item: 26
    nf_sub: 1
    page: 22
    post: 1
    product: 462
    revision: 237
    shop_coupon: 3
    shop_order: 13
    wc_conditional_fee: 1
    wc_order_email: 1
    wc_order_status: 13
    
    ### Security ###
    
    Secure connection (HTTPS): βœ”
    Hide errors from visitors: βœ”
    
    ### Active Plugins (35) ###
    
    WooCommerce Extra Fees Plugin: by theDotstore – 3.6
    Advanced Custom Fields: by Elliot Condon – 5.9.3
    Advanced Dynamic Pricing for WooCommerce: by AlgolPlus – 3.1.0
    Advanced Woo Search: by ILLID – 2.16
    Payment Gateway Based Fees and Discounts for WooCommerce: by Tyche Softwares – 2.6.2
    Contact Widgets: by GoDaddy – 1.7.0
    Content Control: by Code Atlantic – 1.1.4
    Custom Shipping Methods for WooCommerce: by Tyche Softwares – 1.6.3
    Disable WooCommerce Bloat: by ospiotr – 2.4
    Flexible Checkout Fields: by WP Desk – 2.8.0
    Folders: by Premio – 2.6.2
    Limit Login Attempts Reloaded: by Limit Login Attempts Reloaded – 2.17.3
    Login as User: by Web357 – 1.2.2
    Media Sync: by Erol Ε½ivina – 1.2.5
    Ninja Forms: by Saturday Drive – 3.4.33
    Remove Woocommerce Product Content: by Geek Web Solution – 1.1
    SSS TBD Payment Gateway: by Simple Simon's Solutions – 1.0.1
    Sucuri Security - Auditing, Malware Scanner and Hardening: by Sucuri Inc. – 1.8.24
    User Menus: by Code Atlantic – 1.2.4
    User Role Editor: by Vladimir Garagulya – 4.57.1
    WooCommerce Invoice Gateway: by Stuart Duff – 1.0.6
    WC Multiple Email Recipients: by Con Schneider – 1.3.1 – Installed version not tested with active version of WooCommerce 4.0
    Woocommerce Partial Shipment: by Vikram S – 2.3
    WooCommerce Address Book: by Hall Internet Marketing – 1.7.5
    Advanced Shipment Tracking for WooCommerce: by zorem – 3.1.8
    Shop Manager Admin for WooCommerce: by zorem – 3.2.0
    Stripe For WooCommerce: by Payment Plugins
    support@paymentplugins.com – 3.2.9
    
    WooCommerce Order Status Manager: by SkyVerge – 1.12.2
    WooCommerce: by Automattic – 4.8.0
    WordPress Importer: by wordpressdotorg – 0.7
    WP Mail Logging: by MailPoet – 1.9.7
    WP Mail SMTP: by WPForms – 2.5.1
    WP Maintenance Mode: by Designmodo – 2.3.0
    WP-Optimize - Clean, Compress, Cache: by David Anderson
    Ruhani Rabin
    Team Updraft – 3.1.4
    
    WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels (Pro): by WebToffee – 4.1.3
    
    ### Inactive Plugins (7) ###
    
    Akismet Anti-Spam: by Automattic – 4.1.7
    Custom Order Status for WooCommerce: by Tyche Softwares – 2.0.1
    Google Ads & Marketing by Kliken: by Kliken – 1.0.6
    Mailchimp for WooCommerce: by Mailchimp – 2.5.0
    WC Catalog Enquiry: by WC Marketplace – 4.0.2
    WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels: by WebToffee – 2.7.2
    WP Crontrol: by John Blackbourn & crontributors – 1.8.5
    
    ### Must Use Plugins (1) ###
    
    installatron_hide_status_test.php: by  –
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    Connected to WooCommerce.com: –
    
    ### WC Pages ###
    
    Shop base: #9 - /
    Cart: #10 - /cart/
    Checkout: #11 - /checkout/
    My account: #12 - /my-account/
    Terms and conditions: #605 - /about/terms-and-conditions/
    
    ### Theme ###
    
    Name: Storefront Child  RWM
    Version: 1.0.0
    Author URL: http://example.com
    Child Theme: βœ”
    Parent Theme Name: Storefront
    Parent Theme Version: 2.9.0
    Parent Theme Author URL: https://woocommerce.com/
    WooCommerce Support: βœ”
    
    ### Templates ###
    
    Overrides: storefront-child-RWM/woocommerce/cart/cart-totals.php
    storefront-child-RWM/woocommerce/checkout/form-login.php
    
    ### Action Scheduler ###
    
    Complete: 36
    Oldest: 2020-11-30 19:50:44 -0600
    Newest: 2020-12-11 15:15:03 -0600
    
    Pending: 1
    Oldest: 2020-12-12 15:15:03 -0600
    Newest: 2020-12-12 15:15:03 -0600
    
    
Viewing 15 replies - 46 through 60 (of 93 total)