• Resolved W?odz Mur

    (@iwpresss)


    Hello,

    Editing and adding translation strings to woocommerce-uk.po file.
    I have a problem.
    Please tell me how to regenerate the .woocommerce-uk-wc-admin-app.json file. This file contains older translation strings, due to which I cannot see my updated translations.
    [ Spam deleted, do not spam ]

    • This topic was modified 2 years, 2 months ago by Jan Dembowski.
Viewing 15 replies - 1 through 15 (of 33 total)
  • Hi @iwpresss

    Thanks for reaching out!

    I understand that you are not seeing the updated translations on your site.

    I’d like to understand your site properly, can you please share your System Status Report, that will help us further troubleshoot.

    You can find it via WooCommerce > Status. Select Get system report and then Copy for support. Once you’ve done that, you can paste it into your reply here.

    If you could also provide the fatal error logs (if any) under WooCommerce > Status > Logs.

    Thread Starter W?odz Mur

    (@iwpresss)

    Hello xue28,
    Thanks for helping me!

    I have no problem displaying plugin translations on my site. I have already translated many plugins and they all display correctly on the site.
    Now I see the problem in that part of the translated strings of the WooCommerce plugin is overlapped by the contents of the woocommerce-uk-wc-admin-app.json file. I will try to describe in order.

    1) I added a translation and updated a lot of lines in the woocommerce-uk.po file. Right now I’m checking for single line mappings:

    woocommerce-uk.po
    —————–
    #: assets/client/admin/chunks/activity-panels-inbox.js:1
    #: assets/client/admin/chunks/homescreen.js:1
    msgid “As things begin to happen in your store your inbox will start to fill up. You’ll see things like achievements, new feature announcements, extension recommendations and more!”
    msgstr “Як т?льки в ваш?й крамниц? почнуть в?дбуватися под??, ваша поштова скринька почне заповнюватися. Ви будете отримувати таку ?нформац?ю, як досягнення, анонси нових функц?й, рекомендац?? щодо розширень й багато ?ншого!”

    2) For the purity of the experiment, I added the updated woocommerce-uk.po file to the site with the Loco Translate plugin (see screenshots 1, 2 and 3).

    3) Loco Translate moved the woocommerce-uk.po file to my /wp-content/languages/plugins/ folder and created the following files in it:
    woocommerce-uk.mo
    *.json 269 pieces (see screenshots 4).

    4) But Loco Translate didn’t create the woocommerce-uk-wc-admin-app.json file. For this reason, I have an untranslated line on my site: “As things begin to happen in your store your inbox will start to fill up. You’ll see things like achievements, new feature announcements, extension recommendations and more!” (see screenshots 5).

    5) If I transfer an old file woocommerce-uk-wc-admin-app.json (not containing my edits in the woocommerce-uk.po file) to the /wp-content/languages/plugins/ folder (see screenshots 6), then the translation is displayed, but the old one, without my corrections (see screenshots 7).

    How or with what can I create a new woocommerce-uk-wc-admin-app.json file that will contain my translation strings?

    Screenshots:

    View post on imgur.com

    System Report:
    https://drive.google.com/drive/folders/1xxCQlaLPd3lbk9WUG3AByCUqVT2STocq?usp=sharing
    Fatal error logs – empty

    Best Regards, Wlodz Mur
    e-mail:[redacted by moderator]

    • This reply was modified 2 years, 2 months ago by W?odz Mur.
    • This reply was modified 2 years, 2 months ago by W?odz Mur.
    • This reply was modified 2 years, 2 months ago by W?odz Mur.
    • This reply was modified 2 years, 2 months ago by W?odz Mur.
    • This reply was modified 2 years, 2 months ago by W?odz Mur.
    • This reply was modified 2 years, 2 months ago by W?odz Mur.
    • This reply was modified 2 years, 2 months ago by Steven Stern (sterndata).
    Thread Starter W?odz Mur

    (@iwpresss)

    Hi @xue28,

    Please see my previous answer. I didn’t include your name with the @ sign.
    Sorry ??

    Best Regards, Wlodz Mur
    e-mail: [redacted by moderator]

    Thread Starter W?odz Mur

    (@iwpresss)

    Hi,

    Has no one heard of the woocommerce-uk-wc-admin-app.json file? How and by what means is it created? Tell me please!

    Best Regards, Wlodz Mur
    e-mail: [redacted by moderator]

    Plugin Support Paulina H. (a11n)

    (@pehaa)

    Hey there @iwpress,

    The translation json files are responsible for translations of content found in JavaScript files, as opposed to .po, .mo files that manage translations for strings found in PHP files.

    Please have a look at this guide.

    Hope that the above helps.

    Thread Starter W?odz Mur

    (@iwpresss)

    Hey @pehaa,
    Thank you very much for your help. It is very important for me!

    Yes, you are absolutly right. This guide I also read.
    All the necessary JSON files are created when the .po file is loaded in the Loco Translate plugin. All but one: woocommerce-LANGUAGE-wc-admin-app.json (I have LANGUAGE=uk).
    Maybe you know something about the creation of this particular file?

    Best Regards, Wlodz Mur.

    Plugin Support lionel.a11n

    (@lioneldaniel)

    Hello @iwpresss,

    Edit: You mention a woocommerce-uk-wc-admin-app.json, but on my installation of WooCommerce setting English (UK) as the site language, I instead get the correct en_GB code and the filename is woocommerce-en_GB-wc-admin-app.json.

    You can try to regenerate your language files by renaming the /wp-content/languages folder on your site, then going to the WP Admin → Dashboard → Updates area and clicking ‘Update translations’ at the bottom of the page. You may have to run the operation twice – once to regenerate the base WordPress languages folder, and again to populate plugin and theme translations (I had to do this on my test site).

    If that correctly generates the woocommerce-en_GB-wc-admin-app.json file in your /wp-content/languages/plugin directory, then retry your translation. If you still have issues at that point, this has to do with the LocoTranslate plugin – you can try their support forum here: https://www.ads-software.com/support/plugin/loco-translate/

    If the translations for WooCommerce aren’t populating properly when trying the above operation, then please let us know. Thanks!

    • This reply was modified 2 years, 2 months ago by lionel.a11n. Reason: Correction of filename
    Thread Starter W?odz Mur

    (@iwpresss)

    Hello @lioneldaniel,

    Thanks for support. I will try to do what you suggest and I will definitely write the result.

    Regards.

    Thread Starter W?odz Mur

    (@iwpresss)

    Hello @lioneldaniel,

    As you recommended me:
    1) Changed /wp-content/languages ??folder
    2) Updated translations in WP Admin → Dashboard → Updates

    The result is as expected, all files for the WooCommerce plugin have been created, including woocommerce-uk-wc-admin-app.json. And the WooCommerce translation is old.

    After that, I removed the WooCommerce translation from the Loco Translate plugin and found that the woocommerce-uk-wc-admin-app.json file was not on the list for deletion and was not deleted.
    I removed it by hand. And repeated the operation of loading a new WooCommerce translation. The result is repeated. All files were created except for woocommerce-uk-wc-admin-app.json.

    I wrote about this on the Loco Translate plugin forum. Waiting for an answer ;).

    Thank you for your help!
    Regards.

    • This reply was modified 2 years, 2 months ago by W?odz Mur.
    Saif

    (@babylon1999)

    I wrote about this on the Loco Translate plugin forum. Waiting for an answer ;).

    I’ll keep the thread open till you hear back from them, let us know if you have any other questions. ??

    Thread Starter W?odz Mur

    (@iwpresss)

    Hello @babylon1999,

    Thank you, I will definitely write.

    Regards.

    Thread Starter W?odz Mur

    (@iwpresss)

    Hello @lioneldaniel, @babylon1999,
    Excuse me for burdening you with my problem. But your help is very important to me. Thank you for helping me.

    The Loco Translate forum has not helped me yet, the guys are simulating the problem. But here’s what I found out for myself:

    I think that the problem is still in WooCommerce, or rather with the transfer of functionality from the WooCommece Admin plugin to the WooCommerce plugin (I will definitely write about this on the WooCommerce forum).
    What I found out after “dancing with a tambourine around WooCommerce”:
    1) Start – I have the WooCommerce plugin installed and using the Loco Translate plugin, all the language files (woocommerce-uk.mo and 259 *.json files) are created from the woocommerce-uk.po file in the /wp-content/languages/plugins folder.
    2) I install the WooCommece Admin plugin, but do not activate it (although it is not possible to activate it).
    3) A woocommerce-uk-wc-admin-app.json file is created in my /wp-content/languages/plugins folder containing the old translation of the WooCommerce plugin part.

    Remember that I started all this because I need to update this part of the translation, which is contained in the woocommerce-uk-wc-admin-app.json file.

    4) I checked the translation of the WooCommerce plugin on my website very carefully – the translation is old.
    5) Using the Loco Translate plugin, I load my new translation of the WooCommece Admin plugin (the bad thing is that some of the translation lines of the WooCommece plugin (woocommerce-uk.po) duplicate the translation lines of the WooCommece Admin plugin (woocommerce-admin-uk.po). That’s it and confused me.
    6) In my /wp-content/languages/plugins folder woocommerce-admin-uk.mo, woocommerce-admin-uk.mo and 49 *.json files are created. The main problem remains: the woocommerce-uk-wc-admin-app.json file has not changed after this download.
    7) Rechecking the translation of the WooCommerce plugin on my website – the translation is old. I didn’t get the desired result.
    8) I delete the language files of the WooCommece Admin plugin from the Loco Translate plugin. Removed woocommerce-admin-uk.po, woocommerce-admin-uk.mo and 49 *.json files in my /wp-content/languages/plugins folder. The woocommerce-uk-wc-admin-app.json file has not been removed. His (old) part of the translation of the WooCommerce plugin remained on the site.
    9) I remove the language files of the WooCommece plugin from the Loco Translate plugin. Removed woocommerce-uk.po, woocommerce-uk.mo and 259 *.json files in my /wp-content/languages/plugins folder. The woocommerce-uk-wc-admin-app.json file has not been removed. His (old) part of the translation of the WooCommerce plugin remained on the site.
    10) In my /wp-content/languages/plugins folder, I manually delete the woocommerce-uk-wc-admin-app.json file – the old translation of the WooCommerce plugin part disappears.

    I don’t know what to do with this ;).

    I really hope that you managed to understand my terrible English.

    Best Regards Wlodz Mur.

    • This reply was modified 2 years, 2 months ago by W?odz Mur.

    Hello,

    The Loco Translate forum has not helped me yet

    Sorry to hear about this. I understand, we provide support in this forum for WooCommerce Core, and the support for third-party plugins is provided directly by their lines of support, e.g. Loco Translate support.

    To check better, can you please share a copy of your site’s System Status? You can find it by navigating to WooCommerce > Status. Select “Get system report” and then “Copy for support”.? That will help us to understand better what is the context of the issue. Thanks.

    • This reply was modified 2 years, 2 months ago by Igor H.
    • This reply was modified 2 years, 2 months ago by Igor H.
    Thread Starter W?odz Mur

    (@iwpresss)

    Hello @ihereira,
    Thank you very much for your help. It is very important for me.

    I understand, we provide support in this forum for WooCommerce Core, and the support for third-party plugins is provided directly by their lines of support, e.g. Loco Translate support.

    I understand it. @lioneldaniel recommended me to contact Loco Translate support. That’s why I write about what I did.
    For this reason, I have now contacted two supporters: WooCommerce Loco Translate. And I am very pleased that help me here and there.

    To check better, can you please share a copy of your site’s System Status?

    System Report:

    Fatal error logs – empty

    Best Regards, Wlodz Mur`

    Thread Starter W?odz Mur

    (@iwpresss)

    Sorry, I put the ‘System Report’ on a shared Google Disk and the moderator removed the link. You can’t do that right now. This link is in my second answer in this thread.

    I post the report again without a link:

    ### WordPress Environment ###
    
    WordPress address (URL): https://iwpress.co.ua
    Site address (URL): https://iwpress.co.ua
    WC Version: 6.8.2
    REST API Version: ? 6.8.2
    WC Blocks Version: ? 8.0.0
    Action Scheduler Version: ? 3.4.0
    Log Directory Writable: ?
    WP Version: 6.0.2
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.4.30
    PHP Post Max Size: 512 MB
    PHP Time Limit: 300
    PHP Max Input Vars: 100000
    cURL Version: 7.85.0
    OpenSSL/1.1.1q
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.3.36-MariaDB-log
    Max Upload Size: 512 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 6.8.2
    WC Database Prefix: iwc_
    Total Database Size: 30.14MB
    Database Data Size: 28.80MB
    Database Index Size: 1.34MB
    iwc_woocommerce_sessions: Data: 1.35MB + Index: 0.07MB + Engine MyISAM
    iwc_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_order_itemmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_actionscheduler_actions: Data: 0.05MB + Index: 0.04MB + Engine MyISAM
    iwc_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_actionscheduler_logs: Data: 0.04MB + Index: 0.03MB + Engine MyISAM
    iwc_aiowps_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_aiowps_failed_logins: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_aiowps_global_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_aiowps_login_activity: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_aiowps_login_lockdown: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_aiowps_permanent_block: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_commentmeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    iwc_comments: Data: 0.03MB + Index: 0.02MB + Engine MyISAM
    iwc_e_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_custom_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_dynamic_segment_filters: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_feature_flags: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_mapping_to_external_entities: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_newsletters: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_newsletter_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_newsletter_option: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_newsletter_option_fields: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_mailpoet_newsletter_posts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_newsletter_segment: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_newsletter_templates: Data: 1.04MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_scheduled_tasks: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_mailpoet_scheduled_task_subscribers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_segments: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_mailpoet_sending_queues: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_settings: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_statistics_bounces: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_statistics_clicks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_statistics_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_statistics_newsletters: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_statistics_opens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_statistics_unsubscribes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_statistics_woocommerce_purchases: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_stats_notifications: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_subscribers: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_mailpoet_subscriber_custom_field: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_subscriber_ips: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_subscriber_segment: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_user_agents: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_mailpoet_user_flags: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_options: Data: 2.87MB + Index: 0.24MB + Engine MyISAM
    iwc_pmxe_exports: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    iwc_pmxe_google_cats: Data: 0.26MB + Index: 0.05MB + Engine MyISAM
    iwc_pmxe_posts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_pmxe_templates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_postmeta: Data: 13.33MB + Index: 0.48MB + Engine MyISAM
    iwc_posts: Data: 9.67MB + Index: 0.16MB + Engine MyISAM
    iwc_termmeta: Data: 0.02MB + Index: 0.02MB + Engine MyISAM
    iwc_terms: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    iwc_term_relationships: Data: 0.02MB + Index: 0.04MB + Engine MyISAM
    iwc_term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    iwc_tinvwl_analytics: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_tinvwl_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_tinvwl_lists: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_tm_taskmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_tm_tasks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_usermeta: Data: 0.04MB + Index: 0.01MB + Engine MyISAM
    iwc_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
    iwc_wc_admin_note_actions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    iwc_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_wc_customer_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_wc_order_product_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_wc_order_stats: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_wc_product_attributes_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_wc_product_download_directories: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_wc_product_meta_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_wc_rate_limits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    iwc_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    iwc_wt_iew_action_history: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    iwc_wt_iew_mapping_template: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    
    ### Post Type Counts ###
    
    attachment: 246
    builderius_branch: 2
    builderius_sett_set: 2
    custom_css: 1
    customize_changeset: 220
    elementor_library: 9
    mailpoet_page: 1
    mc4wp-form: 1
    nav_menu_item: 113
    page: 20
    polylang_mo: 2
    post: 10
    product: 66
    product_variation: 14
    revision: 907
    shop_order: 27
    wp_global_styles: 1
    wpcf7_contact_form: 1
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (20) ###
    
    FiboSearch - AJAX Search for WooCommerce: by FiboSearch Team – 1.20.0
    Bacola Core: by KlbTheme – 1.2.1
    Contact Form 7: by Takayuki Miyoshi – 5.6.3
    Duplicate Page: by mndpsingh287 – 4.4.9
    Elementor: by Elementor.com – 3.7.4
    Envato Market: by Envato – 2.0.7
    Jetpack: by Automattic – 11.3.1
    Kirki Customizer Framework: by David Vongries – 4.0.24
    Loco Translate: by Tim Whitlock – 2.6.2
    MC4WP: Mailchimp for WordPress: by ibericode – 4.8.8
    Meta Box: by MetaBox.io – 5.6.6
    TI WooCommerce Wishlist: by TemplateInvaders – 2.0.1
    Unyson: by ThemeFuse – 2.7.27
    WPC Smart Compare for WooCommerce: by WPClever – 5.1.5
    Variation Swatches for WooCommerce: by Emran Ahmed – 2.0.9
    WooCommerce Payments: by Automattic – 4.7.0
    WooCommerce Shipping & Tax: by WooCommerce – 1.26.3
    WooCommerce: by Automattic – 6.8.2
    WordPress Importer: by wordpressdotorg – 0.7
    WP Rollback: by Impress.org – 1.7.1
    
    ### Inactive Plugins (4) ###
    
    KeepinCRM functions: by KeepinCRM – 0.0.5
    TaxoPress: by TaxoPress – 3.6.4
    Variation Swatches for WooCommerce - Pro: by Emran Ahmed – 2.0.6
    WooCommerce Keycrm.app: by KeyCRM.app – 1.0.9
    
    ### Dropin Plugins (1) ###
    
    maintenance.php: maintenance.php
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: UAH (?)
    Currency Position: right_space
    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: ?
    Enforce Approved Product Download Directories: ?
    
    ### WC Pages ###
    
    Shop base: #1964 - /shop/
    Cart: #14 - /cart/
    Checkout: #15 - /checkout/
    My account: #16 - /my-account/
    Terms and conditions: ? Page ID is set
    but the page does not exist
    
    ### Theme ###
    
    Name: Bacola Child
    Version: 1.1.5
    Author URL: https://themeforest.net/user/KlbTheme
    Child Theme: ?
    Parent Theme Name: Bacola
    Parent Theme Version: 1.1.9
    Parent Theme Author URL: https://themeforest.net/user/KlbTheme
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: bacola/woocommerce/archive-product.php
    bacola/woocommerce/cart/cart-empty.php
    bacola/woocommerce/cart/cart.php
    bacola/woocommerce/cart/cross-sells.php
    bacola/woocommerce/cart/mini-cart.php
    bacola/woocommerce/checkout/form-checkout.php
    bacola/woocommerce/content-product.php
    bacola/woocommerce/content-single-product.php
    bacola-child/woocommerce/emails/admin-new-order.php
    bacola/woocommerce/global/breadcrumb.php
    bacola/woocommerce/global/quantity-input.php
    bacola/woocommerce/global/wrapper-end.php
    bacola/woocommerce/global/wrapper-start.php
    bacola/woocommerce/loop/add-to-cart.php
    bacola/woocommerce/loop/loop-end.php
    bacola/woocommerce/loop/loop-start.php
    bacola/woocommerce/loop/orderby.php
    bacola/woocommerce/myaccount/form-login.php
    bacola/woocommerce/myaccount/my-account.php
    bacola/woocommerce/myaccount/navigation.php
    bacola/woocommerce/myaccount/orders.php
    bacola/woocommerce/single-product/meta.php
    bacola/woocommerce/single-product/price.php
    bacola/woocommerce/single-product/product-image.php
    bacola/woocommerce/single-product/rating.php
    bacola/woocommerce/single-product/related.php
    bacola/woocommerce/single-product/short-description.php
    bacola/woocommerce/single-product/stock.php
    bacola/woocommerce/single-product/up-sells.php
    bacola/woocommerce/single-product.php
    
    ### Admin ###
    
    Enabled Features: activity-panels
    analytics
    coupons
    customer-effort-score-tracks
    experimental-products-task
    experimental-import-products-task
    experimental-fashion-sample-products
    experimental-product-tour
    shipping-smart-defaults
    shipping-setting-tour
    homescreen
    marketing
    mobile-app-banner
    navigation
    onboarding
    onboarding-tasks
    remote-inbox-notifications
    remote-free-extensions
    payment-gateway-suggestions
    shipping-label-banner
    subscriptions
    store-alerts
    transient-notices
    wc-pay-promotion
    wc-pay-welcome-page
    wc-pay-subscriptions-page
    
    Disabled Features: minified-js
    settings
    
    Daily Cron: ? Next scheduled: 2022-07-14 08:34:31 +03:00
    Options: ?
    Notes: 32
    Onboarding: completed
    
    ### WooCommerce Payments ###
    
    Version: 4.7.0
    Connected to WPCOM: Yes
    Blog ID: 184960078
    Account ID: -
    
    ### TI WooCommerce Wishlist Templates ###
Viewing 15 replies - 1 through 15 (of 33 total)
  • The topic ‘Regenerate the .woocommerce-uk-wc-admin-app.json’ is closed to new replies.