Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all 102307 articles
Browse latest View live

Bulk replace product/variant images

$
0
0

Replies: 1

Looking for best way to replace ALL product images. Every image will be redone to include a new graphic. I know uploaded images result in a handful of size versions. But I don’t know best way to get new images into WP so they’re matched to the products/variants in the right sizes.

So, one approach I think is
1. create new batch of images using same file names as those being replaced.
2. export product CSV with IT, Type, Sku, Name, Image columns.
3. remove existing images (use FTP to remove entire batch?)
4. in media library, upload batches of new images, so that all the sizes are created.
5. import unchanged product CSV electing to update existing products with new info.

Will that work? Is there a better way?

Thanks.

  • This topic was modified 14 hours, 56 minutes ago by sevans917.

Freezing website when selecting Variable Subscription dropdown

$
0
0

Replies: 1

Hi,

I have some Variable Subscription Products setup in WooCommerce that I’m displaying on the shop page. The dropdown for these subscriptions shows up alright, but when I choose an option the screen freezes.

Just using the dropdown menu to pick a subscription on the site will show the issue.

I switched off my plug-ins to see if they caused they issue, that doesn’t seem to be the case. I also contacted the support for the theme I am using, who couldn’t find a solution and told me to try here.

I hope somebody knows what’s going on.

image preview is broken

add_action to WooCommerce Square _api_request_performed

$
0
0

Replies: 1

I am trying add an action to WooCommerce Square plugin. The hook I am trying to tie into is:

do_action( 'wc_' . $this->get_api_id() . '_api_request_performed', $request_data, $response_data, $this );

What I want to do is gather the order information that is sent to Square and add fulfillment data to it. Where can I find the contents of $this->get_api_id() to complete the action call? Or is there some other way I should be handling this.

Products short link destroys page edit mode

$
0
0

Replies: 1

Hello,

I use elementor for building my site.
The issue i’m facing is that, whenever i add this [products] shortlink, in my case i’m using this exact code [products paginate="true" columns="4" limit="12"] and update my page it works but if i come back after some minutes to re-edit the page i see the general Elementor error, it can’t load anymore, i have to come back to wordpress page editor and delete everything in the page, publish it and then edit with elementor and add the short link again…
Notice that the page do work, only the edit with elementor breaks.
Thanks for helping!

Cant view cart, and click on menu when logged out of my website

$
0
0

Replies: 1

Hi there,

I dont know if this is the right forum to ask in, but i’ll try.

I have a website where you only can buy a product if you are logged in, therefor you can have an account. However the problem is that, if you aren’t logged in you can’t see and do a couple of things:
*Click on cart in header
*Click on “blog” in header
*View drop down menu under “Shop” in header.

In the woocommerce settings i also set it to require to log in if you want to checkout. But i use a plugin for elementor “Essential addons for Elementor” where i use a custom cehckout page. But when i go to checkout it doesnt show me a box to log in (It does when i edit it in elementor). Its just blank (See link)

I hope someone is willing to help as this really frustrates me, i have tried to contact wordpress and elementor, but without luck.

https://ibb.co/qnqpXfB – Image; Logged in
https://ibb.co/gmv3WB6 – Image; Logged Out
https://ibb.co/brCV7dh – Image; Missing Log in or register account box.

Best Regards,
Tristan

Woocommerce E-Mail Language

$
0
0

Replies: 1

Hello everyone,

I am currently setting up a shop where I use WooCommerce and I struggle with automated E-Mails.

The site is in German and in English. I switched the language of the site to “Deutsch (Sie)” (formal German). In the E-Mail settings (for example, for the confirmation E-Mail) the text preview already shows the formal German version. However, when ordering on the German version, the not-formal German E-Mail is used for confirmation and when ordering on the English version, an English confirmation is sent (which is great, but I don’t get why).

Can maybe someone explain me, why in the preview the formal German version is used and in the E-Mail it isn’t? Or can maybe someone explain, how the English version of the E-Mail is used for the English site?

Thank you very much!
Lukas

Schedule Single Order in Advance

$
0
0

Replies: 3

I am working on a B2B website that will need to offer schedulable ordering. Example: Customer wants X style, but style is intended for Fall, so wants to schedule order to be sent in August, not now (May), when the order was placed. Customer also expects to be charged in August, just prior to expected ship date, not May, when the order was placed. In the meantime, the B2B needs to subtract that inventory, regardless of whether it is leaving the warehouse tomorrow or in 3 months.

I have considered WooCommerce Subscriptions, but that’s really geared towards repeat orders, not a single order, possibly scheduled months in advance. It also doesn’t look like it will subtract “future” inventory sales, which risks over-selling.

WooCommerce Pre-Orders doesn’t seem geared towards the customer choosing the schedule.

Any scheduling plugins I find seem geared towards scheduling the delivery, but that doesn’t seem to postpone charging the customer immediately after the order is placed. I am also unclear how it handles inventory deductions.

It looks like I can set my payment gateways to authorize charges, which puts the order “On Hold” and still takes the inventory out (ideal), but wouldn’t an authorization expire after a certain number of days? The last time that I used a system that required me to manually commit to charging the customer the authorization was only good for 72 hours.

Does anyone have any recommendations that will meet my requirements? Some novel way of using the available resources/plugins that I haven’t thought of yet?

Thanks for the help!


Custom Download File When User Purchases Product

$
0
0

Replies: 1

Greetings,

The title might seem misleading since the feature already exists in the plugin itself. My question is a bit different. Quick overview, I am selling virtual goods, keys to be exact. I have a website for my store that I want to set up. I want to know if it’s possible to make multiple files downloads for that product (Example: When a user buys the product he can download the file from his account dashboard, but the file contains the key and the file that has been bought by that user disappears from the list, unable to be bought by someone else. If another user comes and purchases the same product, he downloads the next file that I set up for them. When there are no files left, the product would be out of stock.). I know it is a lot to ask, but please tell me if you didn’t understand what I meant. Thank you in advance!

WP dashboard inaccessible after 6.50 update

$
0
0

Replies: 1

Today I got the famous “Your website has a technical problem” e-mail. The error (translated from Dutch):

An error type E_ERROR occurred on line 337 of the file /home/lvbhb/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/TimeInterval.php. Foutmelding: Maximum execution time of 90 seconds exceeded

The front-end of the site was still OK, but the WP dashboard gave a 500 Internal server error. I tried adding the filter

add_filter( 'woocommerce_admin_disabled', '__return_true' ); as suggested in this thread, but that did not help. Renaming the Woocommerce plugin folder to something else made the whole site inaccessible.

In the end I restored 6.4.1 with ftp and disabled auto-updates for Woocommerce.

Below is my System Status report, but note: I could create this only after going back to 6.4.1


### WordPress Environment ###

WordPress address (URL): https://www.lvbhb.nl
Site address (URL): https://www.lvbhb.nl
WC Version: 6.4.1
REST API Version: ✔ 6.4.1
WC Blocks Version: ✔ 7.2.2
Action Scheduler Version: ✔ 3.4.0
WC Admin Version: ✔ 3.3.2
Log Directory Writable: ✔
WP Version: 5.9.3
WP Multisite: –
WP Memory Limit: 512 MB
WP Debug Mode: –
WP Cron: ✔
Language: nl_NL
External object cache: –

### Server Environment ###

Server Info: LiteSpeed
PHP Version: 7.4.28
PHP Post Max Size: 100 MB
PHP Time Limit: 90
PHP Max Input Vars: 5000
cURL Version: 7.71.0
OpenSSL/1.1.1d

SUHOSIN Installed: –
MySQL Version: 5.7.37
Max Upload Size: 100 MB
Default Timezone is UTC: ❌ Standaard tijdzone is Europe/Amsterdam - dit zou UTC moeten zijn
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

### Database ###

WC Database Version: 6.4.1
WC Database Prefix: wp_
Totale database grootte: 309.74MB
Database gegevens grootte: 221.08MB
Database index grootte: 88.66MB
wp_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_order_items: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Data: 0.44MB + Index: 0.44MB + Engine InnoDB
wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
bannerinstellingen: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
bannerinstellingen_org: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
bhs_ui_sessions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
ledencache: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
ledencache_backup: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
ledenmutatieslog: Data: 0.19MB + Index: 0.00MB + Engine InnoDB
pdf_schepen: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
pdf_schepen_attributes: Data: 3.52MB + Index: 0.00MB + Engine InnoDB
reunie_2019: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
reunie_2020: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
reunie_2021: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
reunie_2021_winschoten: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
reunie_2022: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
reunie_stub: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
smackuci_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
stemmen_actievevraag: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
stemmen_antwoorden: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
stemmen_respons: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
stemmen_vragen: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_actionscheduler_actions: Data: 0.13MB + Index: 0.13MB + Engine InnoDB
wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_logs: Data: 0.13MB + Index: 0.13MB + Engine InnoDB
wp_adrotate: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_adrotate_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_adrotate_linkmeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_adrotate_schedule: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_adrotate_stats: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
wp_adrotate_stats_archive: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_adrotate_tracker: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ai1ec_events: Data: 0.16MB + Index: 0.06MB + Engine InnoDB
wp_ai1ec_event_category_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ai1ec_event_feeds: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ai1ec_event_instances: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ajaxsearchpro: Data: 0.04MB + Index: 0.00MB + Engine MyISAM
wp_ajaxsearchpro_priorities: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ajaxsearchpro_statistics: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_asp_index: Data: 62.59MB + Index: 51.91MB + Engine MyISAM
wp_asp_synonyms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_activities: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_bookings: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
wp_bookacti_booking_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_event_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_exceptions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_exports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_form_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_groups_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_group_categories: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_meta: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
wp_bookacti_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_templates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bookacti_templates_activities: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_comments: Data: 1.52MB + Index: 0.56MB + Engine InnoDB
wp_cpappbk_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_cpappbk_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_db7_forms: Data: 0.52MB + Index: 0.00MB + Engine InnoDB
wp_db7_forms_done: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_em_bookings: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_em_events: Data: 0.02MB + Index: 0.14MB + Engine InnoDB
wp_em_locations: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_em_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_em_tickets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_em_tickets_bookings: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_fbv: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_fbv_attachment_folder: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_fusion_forms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_fusion_form_entries: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_fusion_form_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_fusion_form_submissions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_hook_list: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_import_detail_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_import_log_detail: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_import_postID: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_litespeed_img_optm: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_litespeed_img_optming: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_litespeed_url: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_litespeed_url_file: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailpoet_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailpoet_mapping_to_external_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletters: Data: 0.36MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_templates: Data: 28.52MB + Index: 0.00MB + Engine InnoDB
wp_mailpoet_scheduled_tasks: Data: 0.17MB + Index: 0.14MB + Engine InnoDB
wp_mailpoet_scheduled_task_subscribers: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
wp_mailpoet_segments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_sending_queues: Data: 1.52MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_statistics_bounces: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_statistics_newsletters: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_subscribers: Data: 0.45MB + Index: 0.94MB + Engine InnoDB
wp_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_subscriber_segment: Data: 0.19MB + Index: 0.16MB + Engine InnoDB
wp_mailpoet_user_agents: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mo_sp_attributes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mo_sp_data: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_newsletter: Data: 1.52MB + Index: 0.16MB + Engine InnoDB
wp_newsletter_emails: Data: 4.52MB + Index: 0.00MB + Engine InnoDB
wp_newsletter_org: Data: 1.52MB + Index: 0.14MB + Engine InnoDB
wp_newsletter_sent: Data: 6.52MB + Index: 5.03MB + Engine InnoDB
wp_newsletter_stats: Data: 17.52MB + Index: 8.03MB + Engine InnoDB
wp_newsletter_user_logs: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
wp_nf3_actions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_action_meta: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
wp_nf3_chunks: Data: 1.23MB + Index: 0.00MB + Engine InnoDB
wp_nf3_fields: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_nf3_field_meta: Data: 2.52MB + Index: 0.00MB + Engine InnoDB
wp_nf3_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_form_meta: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
wp_nf3_objects: Data: 0.14MB + Index: 0.00MB + Engine InnoDB
wp_nf3_object_meta: Data: 10.52MB + Index: 0.00MB + Engine InnoDB
wp_nf3_relationships: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_upgrades: Data: 1.22MB + Index: 0.00MB + Engine InnoDB
wp_options: Data: 10.02MB + Index: 0.19MB + Engine InnoDB
wp_pantheon_sessions: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_pmxe_exports: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pmxe_google_cats: Data: 0.39MB + Index: 0.00MB + Engine InnoDB
wp_pmxe_posts: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
wp_pmxe_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_files: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_imports: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pmxi_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_postmeta: Data: 16.55MB + Index: 8.03MB + Engine InnoDB
wp_posts: Data: 13.52MB + Index: 0.86MB + Engine InnoDB
wp_rdp_wiki_embed: Data: 0.16MB + Index: 0.00MB + Engine InnoDB
wp_rt_rtm_activity: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_rt_rtm_api: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rt_rtm_media: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
wp_rt_rtm_media_interaction: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rt_rtm_media_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_smackcsv_file_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_termmeta: Data: 0.11MB + Index: 0.14MB + Engine InnoDB
wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_term_relationships: Data: 0.20MB + Index: 0.11MB + Engine InnoDB
wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ultimate_csv_importer_acf_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ultimate_csv_importer_mappingtemplate: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ultimate_csv_importer_media: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ultimate_csv_importer_shortcode_manager: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_usermeta: Data: 6.52MB + Index: 5.03MB + Engine InnoDB
wp_users: Data: 0.39MB + Index: 0.28MB + Engine InnoDB
wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_customer_lookup: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_product_lookup: Data: 0.09MB + Index: 0.06MB + Engine InnoDB
wp_wc_order_stats: Data: 0.09MB + Index: 0.05MB + Engine InnoDB
wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_product_attributes_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_product_download_directories: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_wc_rate_limits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wfBadLeechers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfBlockedCommentLog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfBlockedIPLog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfBlocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wfConfig: Data: 0.45MB + Index: 0.00MB + Engine InnoDB
wp_wfCrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfFileChanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfFileMods: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
wp_wfHits: Data: 1.52MB + Index: 0.52MB + Engine InnoDB
wp_wfHoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wfIssues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wfKnownFileList: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
wp_wfLeechers: Data: 0.16MB + Index: 0.00MB + Engine InnoDB
wp_wfLiveTrafficHuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wfLocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfLogins: Data: 0.11MB + Index: 0.03MB + Engine InnoDB
wp_wfNet404s: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wfNotifications: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_wfPendingIssues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wfReverseCache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfScanners: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
wp_wfSNIPCache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wfStatus: Data: 0.20MB + Index: 0.09MB + Engine InnoDB
wp_wfTrafficRates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfVulnScanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpas_attachment: Data: 5.52MB + Index: 0.02MB + Engine InnoDB
wp_wpas_index: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpas_statistics: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpusb_report: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wpusb_url_shortener: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_yoast_indexable: Data: 3.52MB + Index: 1.41MB + Engine InnoDB
wp_yoast_indexable_hierarchy: Data: 0.27MB + Index: 0.33MB + Engine InnoDB
wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_yoast_primary_term: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
wp_yoast_seo_links: Data: 2.41MB + Index: 0.80MB + Engine InnoDB
wp_yoast_seo_meta: Data: 0.34MB + Index: 0.00MB + Engine InnoDB

### Post Type Counts ###

acf-field: 1
acf-field-group: 1
ai1ec_event: 290
amn_exact-metrics: 1
attachment: 2261
custom_css: 1
event: 4
feedzy_categories: 1
is_search_form: 1
location: 9
mailpoet_page: 1
nav_menu_item: 99
nf_sub: 520
oembed_cache: 43
page: 149
popup: 1
popup_theme: 6
post: 1270
product: 53
product_variation: 37
revision: 790
rtmedia_album: 1
shop_coupon: 1
shop_order: 593
slide: 14
woocustomemails: 1
wp_global_styles: 1
wprss_feed: 1
wprss_feed_item: 10

### Security ###

Secure connection (HTTPS): ✔
Hide errors from visitors: ✔

### Active Plugins (53) ###

Advanced Custom Fields: door Delicious Brains – 5.12.2
Ajax Search Pro: door Ernest Marcinko – 4.22
All-in-One Activiteiten Kalender door Time.ly: door Time.ly Network Inc. – 3.0.0
Analytics Insights for Google Analytics 4 (AIWP): door Alin Marcu – 5.6.5
Booking Activities - Display Pack: door Booking Activities Team – 1.4.23
Booking Activities - Licenses & Updates: door Booking Activities Team – 1.2.5
BHS-UI: door Klaus Spithost – 1.0
Booking Activities: door Booking Activities Team – 1.13.0
Category Posts widget: door TipTopPress – 4.9.13
CF7 Invisible reCAPTCHA: door Vsourz Digital – 1.3.3
Classic Widgets: door WordPress Contributors – 0.3
Code Profiler: door Jerome Bruandet ~ NinTechNet Ltd. – 1.4.1
Colorlib Login Customizer: door Colorlib – 1.3.1
Easy WP SMTP: door wpecommerce
alexanderfoxc – 1.4.7

FileBird Lite: door Ninja Team – 4.9.8
Avada Builder: door ThemeFusion – 3.6.1
Avada Core: door Thema opties – 5.6.1
GTranslate: door Translate AI Multilingual Solutions – 2.9.12
Ledenadministratie: door Klaus Spithost – 1.0
List Categories: door Fernando Briano – 0.4
List Pages Shortcode: door Ben Huson
Aaron Harp – 1.7.4

LiteSpeed Cache: door LiteSpeed Technologies – 4.6
Loco Translate: door Tim Whitlock – 2.6.1
MailPoet 3 (New): door MailPoet – 3.89.0
Media Library Assistant: door David Lingren – 2.99
Members: door MemberPress – 3.2.1
Login using WordPress Users: door miniOrange – 13.0.8
Mollie-betalingen voor WooCommerce: door Mollie – 7.1.0
Nav Menu Roles: door Kathy Darling – 2.1.0
Newsletter - Addons Manager: door The Newsletter Team – 1.1.8
Newsletter: door Stefano Lissa & Het Newsletter Team – 7.4.3
Ninja Forms: door Saturday Drive – 3.6.9
PublishPress Future: door PublishPress – 2.7.3
Protect Uploads: door Alexis Blondin – 0.3
RDP Wiki Embed: door Robert D Payne – 1.2.19
Really Simple SSL: door Really Simple Plugins – 5.3.2
Redirect After Login: door marcelotorres – 0.1.9
Reunie 2016 en verder: door Klaus Spithost – 1.2020
Shortcode in Menus: door Gagan Deep Singh – 3.5.1
staging Agent: door staging – 1.0
Theme My Login: door Theme My Login – 7.1.4
Advanced Editor Tools (voorheen TinyMCE Advanced): door Automattic – 5.6.0
User Profile Meta Manager: door Danny Vink – 1.02
Order Notification By Category for WooCommerce: door LogicEverest – 1.0.0
Widget Context: door Kaspars Dambis – 1.3.2
Exclude Category from Blog: door Magic Hills Pty Ltd – 1.2
WooCommerce Google Analytics Integration: door WooCommerce – 1.5.9
WooCommerce: door Automattic – 6.4.1
Yoast SEO: door Team Yoast – 18.8
WPUpper Share Buttons: door Victor Freitas – 3.42
Embed Plus Plugin for YouTube: door Embed Plus for YouTube Team – 14.1
Zeno Font Resizer Shortcode: door Marcel Pol – 1.0
Zeno Font Resizer: door Marcel Pol – 1.7.9

### Inactive Plugins (3) ###

Newsletter - Extended Composer Blocks: door The Newsletter Team – 1.2.9
Simple Lightbox: door Archetyped – 2.8.1
Stemmen: door Klaus Spithost – 1.0

### Dropin Plugins (1) ###

maintenance.php: maintenance.php

### Must Use Plugins (2) ###

0----code-profiler.php: door Jerome Bruandet – 1.0
block-automation-by-installatron.php: door  –

### Settings ###

API Enabled: –
Force SSL: –
Currency: EUR (€)
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 ###

Winkelbasis: #13305 - /vereniging/webshop/
Winkelwagen: #13302 - /vereniging/webshop/winkelmand/
Afrekenen: #13303 - /vereniging/webshop/afrekenen/
Mijn account: #13304 - /vereniging/webshop/mijn-account/
Algemene voorwaarden: #12467 - /privacy-policy/

### Theme ###

Name: Avada Child
Version: 1.0.0
Author URL: https://theme-fusion.com
Child Theme: ✔
Parent Theme Name: Avada
Parent Theme Version: 7.6.1
Parent Theme Author URL: https://themeforest.net/user/ThemeFusion
WooCommerce Support: ✔

### Templates ###

Overrides: Avada/woocommerce/cart/cart.php
Avada/woocommerce/checkout/form-pay.php
Avada/woocommerce/checkout/review-order.php
Avada/woocommerce/checkout/thankyou.php
Avada/woocommerce/loop/loop-start.php
Avada/woocommerce/single-product/add-to-cart/variable.php
Avada/woocommerce/single-product/short-description.php
Avada/woocommerce/single-product/tabs/additional-information.php
Avada/woocommerce/single-product/tabs/description.php

### Action Scheduler ###

Afgerond: 383
Oldest: 2022-04-10 23:05:56 +0200
Newest: 2022-05-11 21:15:41 +0200

In afwachting: 1
Oldest: 2022-05-12 05:42:39 +0200
Newest: 2022-05-12 05:42:39 +0200

### Status report information ###

Generated at: 2022-05-11 22:34:40 +02:00

approved download directories are disabled

Verify Quantity -> Update Order Total -> Then Charge Customer

$
0
0

Replies: 3

Hello!

I am building a WC store for a farm business. Product quantity for their meat products is in weight (lbs). They have meats that vary in weight such as a leg of lamb, bottom round roast or a pork butt.

The customer enters the quantity (lbs) they want to purchase. We will have language on these certain products explaining to them that we will get a cut as close to the weight they chose but may not be exact so their order total may change.

For example, they choose 2 lbs of leg of lamb and the closest we may have in stock is 2.25 lbs. We need to be able to hold their order, verify the actual weight of the closest cut we can find, update the product quantity and order total, then switch to processing status and charge their card / send receipt.

We use Square for WooCommerce and have our products synced to our Square store. We need to update inventory count in Square when the order is changed to processing status.

1. We need to take the customer’s order and payment card, but not charge it yet. Set the order in “On Hold” or “Pending Payment” status
2. Manually verify the weight of the meat product that is closest to their selection
3. Update the quantity (weight) on their order to match the actual weight if is different from their selection which will update the product price and order total
4. Switch order status to “Processing” and charge their card for the updated order total at that time

I look forward to any possible solutions you may have!

I am studying the following extension and may try it out, I’m not sure that it allows us to change the quantity on the pending order and update the order total then run the charge. Has anyone used it?
https://woocommerce.com/products/order-approval-for-woocommerce/

Thank you so much!

‘Addresses’ under ‘My Account’ Section Is Off

Product Image Thumbnail to External Link in New Tab

Update to 6.5 gone before updating

$
0
0

Replies: 3

yesterday I got an email from WP

The Plugin “WooCommerce” needs an upgrade (6.4.1 -> 6.5.0).

and of course, I saw this update on my plugins page.

I postponed updating as I need to test it first on my staging site, which I was going to do today.

but now I can’t as this update…is GONE from my dashboard! The plugin shows version 6.4.1 and there is no update available.

I refreshed the page and the browser – no change.

what has happened? am I in a parallel universe?


Woocommerce Analytics – download does not send email

$
0
0

Replies: 1

Hi,

When I wish to download the list of WooCommerce customers, I have a message saying that it will be sent to me by email, but I never receive any email…

Note that my Woocommerce email settings are working properly when there is a new order.

Any hint would be greatly appreciated !

Best,

Cannot login to woocommerce app

$
0
0

Replies: 1

I am unable to login to woocommerce app.
After signing in with user credentials, it says “You don’t have correct user role.”

I can confirm that the user is Administrator.

I have tried deactivating other plugins too.
Please help.
Thanks.

Login/signup and popup plugin

$
0
0

Replies: 1

We are not able to send emails to non-professional accounts eg (Gmail, Yahoo, etc). Emails are being sent on professional email id eg(harry@xyz.com). How can we solve this error we have configured SMTP successfully. Is there any contact form for this plugin.

[NSFW] PayPal Plus does not redirect to paypal in Checkout

$
0
0

Replies: 1

Hi,
I installed woocommerce with paypal plus. Unfortunetly in the check out, the redirct to paypal fails. When choosing paypal the redirct goes right to the buy confirmation. There without adress data. An email is being send, that the purcase is made with an link buy now (jetzt bezahlen [german])

What goes wrong? Any help is apreciated.

There was an error in categorize the product

$
0
0

Replies: 0

Few weeks ago, I started to build a new website for new product, but there’s a problem happened and I can not find solutions. The problem is about categorize:

My website has 5 main categories, for example: A,B,C,D,E and A category has sub category A1,A2,A3,A4,A5. and I have created all the categories. Now I started to build the product page. Now I build one product page and this product belongs to A, A1, A3, A5 and I have choose these categories on the product page. Theoretically, this product/page, will appear in A, A1,A3,A5,but now this product appear in A,A1,A2,A3,A4,A5,B,C,D,E all the category. I am sure, I do not choose the irrelevant page when I build the product page.

I use WordPress woocommerce build product and theme is enfold. also the website plugin is all normal like my other website.(I have other website and also use WordPress woocommerce and enfold theme, and use the same plugin, no this issue happened.

So, I do not know why this new website has this problem? Anyone can help? Is this a WordPress bug?

Viewing all 102307 articles
Browse latest View live