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

Reverse order of $order_items

$
0
0

Replies: 1

Hi,
I am trying to reverse the order the products are displayed on the cart page, checkout page, order received page and notification emails

I managed to change the cart and checkout page, but couldn’t figure out the hooks to apply for the order received page and emails. Would you be able to point me to what hooks I should target to achieve this?

For the order received page, I could change the code of the order detail template file to the following, but if I can use a hook would be much better:

$order_items = array_reverse($order->get_items( apply_filters( ‘woocommerce_purchase_order_item_types’, ‘line_item’ ) ));

Thanks in advance.


Woocommerce Subscription – Next payment date

$
0
0

Replies: 1

Hello,
For some subscriptions, Next payment date not showing in Subscription list page and also Edit Subscription page.
Note: Status is Active only.
& also _schedule_next_payment field in postmeta is Zero.

Anyone know what is the reason & how to fix?

Screenshots – https://prnt.sc/T9Mtg2010EWx, https://prnt.sc/8HK3mObnlUR_

  • This topic was modified 2 hours, 24 minutes ago by hemasusi.
  • This topic was modified 2 hours, 17 minutes ago by hemasusi.

Change session shipping country on product page/collection page

$
0
0

Replies: 3

With geolocation the user sees the prices based on his location, as the session is pre set and the country in checkout is already preselected with what the geoip service is giving us back.

Outside EU = no tax
Inside EU = apply tax rates
Currency based on the visitors country

Unfortunately we had bad experience with GEOIP in the last half year and received bad feedback, so we want to give the customer the possibility to change the shipping country at any time via a sticky dropdown. On collection pages, on the home page and on the product page.

We have found the hooks:
woocommerce_customer_default_location
default_checkout_billing_country

But neither achieves the desired effect of changing the shipping country completely in the session, exactly like when I go into checkout and change the country.

Any tips from your side on how to implement this?

Thanks in advance!

WooCommerce Teams Custom Fields

$
0
0

Replies: 1

Hello! I’m new to WooCommerce but I am interested in using the Membership Extension with the Teams Addon. I see there’s a “teams details” section that allows for a team name. I am interested in adding more information here like address, email, phone, etc. for team contact details. Is it possible to add this functionality with an additional plugin like Advanced Custom Fields?

How to remove payment methods from woocommerce

$
0
0

Replies: 0

this is the image link of this

so many payment method added…i can’t find anything to remove this

please help me please

Order import from older site to newer

$
0
0

Replies: 3

I have recently updated one of my customers wordpress site – The older site was running outdated wordpress and plugins (woocommerce 3.4.8).

When I have exported the orders from woocommerce and imported them into the new website (using the most up-to-date versions). I get the following problem.

When looking into an order, I am unable to see the products which were purchased. I suspect it is due to the change of how the data is stored in the database – the older orders do not add details to the wp_wc_order_product_lookup table in the database. All the new orders since the migration have been successfully adding to the table. The issue only seem to apply to the older orders which were imported in via CSV.

Has anyone else had a similar problem?

Error in checkout if checkout fields are deactivated

$
0
0

Replies: 3

I have found what I believe to be a bug. I explain how to replicate it.

New installation only with WooCommerce and storefront. Shipping costs: fixed price.

I need to not validate some of the checkout fields so I use this code:

add_filter( 'woocommerce_checkout_fields', 'wc_remove_fields' );
 
function wc_remove_fields( $woo_checkout_fields_array ) {
 
	// unset( $woo_checkout_fields_array['order']['order_comments'] ); // remove order notes
	

	//unset( $woo_checkout_fields_array['billing']['billing_email'] );
	unset( $woo_checkout_fields_array['billing']['billing_first_name'] );
	unset( $woo_checkout_fields_array['billing']['billing_last_name'] );
	unset( $woo_checkout_fields_array['billing']['billing_company'] ); // remove company field
	unset( $woo_checkout_fields_array['billing']['billing_country'] );
	unset( $woo_checkout_fields_array['billing']['billing_address_1'] );
	unset( $woo_checkout_fields_array['billing']['billing_address_2'] );
	unset( $woo_checkout_fields_array['billing']['billing_city'] );
	unset( $woo_checkout_fields_array['billing']['billing_state'] ); // remove state field
	unset( $woo_checkout_fields_array['billing']['billing_postcode'] ); // remove zip code field
	unset( $woo_checkout_fields_array['billing']['billing_phone'] );
	

	unset( $woo_checkout_fields_array['shipping']['shipping_first_name'] );
	unset( $woo_checkout_fields_array['shipping']['shipping_last_name'] );
	unset( $woo_checkout_fields_array['shipping']['shipping_company'] ); // remove company field
	unset( $woo_checkout_fields_array['shipping']['shipping_country'] );
	unset( $woo_checkout_fields_array['shipping']['shipping_address_1']['required']  );
	unset( $woo_checkout_fields_array['shipping']['shipping_address_2'] );
	unset( $woo_checkout_fields_array['shipping']['shipping_city']['required']  );
	unset( $woo_checkout_fields_array['shipping']['shipping_state']['required']  ); // remove state field
	unset( $woo_checkout_fields_array['shipping']['shipping_postcode']['required']  ); // remove zip code field*/

	return $woo_checkout_fields_array;
 
}

In the checkout everything works correctly and I can place the order without filling the fields.

Also if in the checkout I check: send to a different address and fill in the fields of the new address. The order is placed correctly with the new address.

However, if I now try to place another order and I check again: ship to a different address. The shipping address fields I used before are displayed but WooCommerce does not allow me to place the order because it shows the error “enter an address to continue”. If I change the shipping address it doesn’t allow me to place the order either.

If I uncheck the box: ship to a different address and click on place order, again the same error, but if I click a second time I can place the order but with the empty shipping address.

Redirect all urls with a specific type

$
0
0

Replies: 0

I want to redirect all urls that are /product-category/modern-era/ to: /modern-era/ These links are not the same because one shows the built-in category page and the other my custom page.

From what I found online was that I could do this:

Source: /product-category/modern-era/(.*)
Target:  http://neyse.shop/modern-era/

I do not know if this works because I do not know where to put it in the Theme Editor Code. What page should I put a code like that in; Theme Functions (functions.php) or else?

Thanks for helping out.


Logos don’t show up in my product’s description

$
0
0

Replies: 1

Hello (sorry for my bad English).

I’m contacting you because when I created a product for my wordpress store, I wanted to put logos in the description. Once I did it, they had disappear. I tried it several time and every time it is the same.

=>The logos are supposed to be at the end : at the beginning on each of these sentences :
100% garanti pendant 3 mois
Livraison gratuite
Paiement sécurisé

Can you help me?

Thank you and have a good day !

Import Vendor name

$
0
0

Replies: 1

Hello
I am using the plugin https://wordpress.org/plugins/dc-woocommerce-multi-vendor/, and I have a question: please tell me which meta to use when importing to load the vendor name?

First, I addressed this issue to the authors of the plugin. https://wc-marketplace.com/support-forum/topic/export-import-of-wooocomers/ They gave me the code and sent it to you.

Here is their code and response: “`As per your requirement wcmp save data for a product is :
global $WCMp;
$vendor_term = $vendor->term_id;
$term = get_term($vendor_term, $WCMp->taxonomy->taxonomy_name);
wp_set_object_terms($product_id, (int) $term->term_id, $WCMp->taxonomy->taxonomy_name, true);

and also
change the product id author as vendor id`
____
we have just shared the meta name.

Now you have to do custom code or ask the import plugin author on how can you assign those meta.”

Please help me with this. Which metame should I use in the end

Total Prices not showing up on checkout page

$
0
0

Replies: 1

Hello, I’m finishing an online shop, and the checkout total price is not showing up. I’ve tried to update everything, tried some CSS, but nothing works.

Code promo, mise à jour du panier

$
0
0

Replies: 1

Bonjour,

Je rencontre en problème sur ma boutique. Lorsque je mets un produits dans mon panier et que je souhaite appliquer un code promo, il ne se met pas à jour sur la page. Lorsque je clique sur “mettre à jour le panier”, rien ne se passe.
Par contre je le retrouve bien quand je rafraichi la page ou que je passe à l’étape suivante :
https://cachinwakeschool.com/panier/
Pouvez-vous m’aider à résoudre cela ?
En vous remerciant,

How do admins get notified if an order is marked as “Refunded”?

$
0
0

Replies: 1

If delivery fails, our courier automatically marks an order as “Refunded” on WooCommerce.

Unfortunately, our payment gateway doesn’t do this automatically.

We’d like admins to get notified of an order is marked as refunded, both for the sake of knowing and manually processing the refund.

Any tips on how to get this notification?

Thanks!

Credit Card Testing Fraud Prevention

$
0
0

Replies: 2

Hello there, Time to time we get some fake credit card testing orders, these orders are usually made using Stripe and they are automatically rejected. However recently about a week or so ago, we were hit by a massive credit card testing fraud where they made hundreds of orders, all made through the Stripe gateway, all rejected.

This of course puts strain on resources and not to mention wastes a lot of time. We believe this was done with a bot as no human could make so many in such a short amount of time.

We have communicated with stripe and they do have a Fraud Radar which if enabled it will detect such better but it comes at a price and if someone makes hundreds of orders the price quickly adds up. And its not much of a “solution” from what it seems.

What I am looking for as a solution is, a function that prevents someone ordering multiple orders within a short period of time, and for bots, it automatically sees this and blocks them.

So far come up with these two plugins, however would like input from the community on this matter. Last thing we want is of course legitimate orders being blocked.

This anti fraud plugin promises a lot of features, but wonder if we got this, we would still require the one below.
https://woocommerce.com/products/woocommerce-anti-fraud/

Then the recaptcha plugin, it seems simple and could protect from Bots but unsure of many tests done by a human tester.

https://woocommerce.com/products/recaptcha-for-woocommerce/

Thanks for your time!

changing “add to cart” button if user has bought previously the prdct


Coupons code priority

$
0
0

Replies: 3

Hello

We want to change priority for applying several coupons sequentialy.

Currently, woocommerce gives the following application priority: Smallest to largest.

Example: Two coupons

Coupon A: 20% off
Coupon B: 10% off
Cart: 100€

Woocommerce will apply the 10% coupon first to 100€ then apply the 20% coupon to 90€

We need a hint to change the coupon priority to apply coupon B first then coupon A to the rest

Thankyou

Woo API question, Consumer key missing, 401, 500 error.

$
0
0

Replies: 0

Hello dear Woo community. We are trying to Sync Woocommerce with Zoho Inventory using API. And keep receiving these errors:

1.
https://XXXXXX/wc-api/v2/orders
{“errors”:[{“code”:”woocommerce_api_authentication_error”,”message”:”Consumer key is missing.”}]}

A few possible reasons are: caching plugin, not grabbing headers, but it’s not the case with Litespeed. Also tried shutting down all plugins, no luck so far. Got in touch with Hostinger, and they assured me their server parses Auth header…

2.
https://XXXXXX/wp-json/wc/v3/orders

{“code”:”woocommerce_rest_cannot_view”,”message”:”Sorry, you cannot list resources.”,”data”:{“status”:401}}

Woocommerce Rest API has Read/Write permission. Legacy REST API enabled, the consumer Key/Secret are correct.

3.
Trying to get the cart inventory level we get a 500 error response saying WooCommerce returned NO products.

Any ideas would be very appreciated. Thank you.

  • This topic was modified 5 hours, 20 minutes ago by nffox. Reason: small error

Delete product from facebook catalog

$
0
0

Replies: 3

Hi,
i have this problem: it is impossible to remove a product from catalog of facebook
this is the messagge: “To remove this article, remove from Woocommerce”
but the article don’t is in my products.

How can I eliminate it?

Thanks.

Is it possible to add a custom field in Clients table?

$
0
0

Replies: 3

The current “Clients” table is great, but we need to add a VAT number field there. Are there any hooks we can use to easily add new fields to that table?

Bank Transfer doesn’t work on Woocomerce

$
0
0

Replies: 2

Hi,

After selecting bank transfer, I get an error (character “!” without description). Stripe Gateway payments work.

I disabled all plugins, switched to the Storefront template, unfortunately the problem persists.

When you go to the store, the basket is emptied. Get the Woocomerce status.

I attachet error screenshot.
https://alpentent.de/wp-content/uploads/2022/05/error-1024×526.jpg

Please help

My status Log:


### WordPress Environment ###

WordPress address (URL): https://alpentent.de
Site address (URL): https://alpentent.de
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: 1 GB
WP Debug Mode: –
WP Cron: ✔
Language: pl_PL
External object cache: –

### Server Environment ###

Server Info: LiteSpeed
PHP Version: 8.0.18
PHP Post Max Size: 64 MB
PHP Time Limit: 1200
PHP Max Input Vars: 20000
cURL Version: 7.61.1
OpenSSL/1.1.1k

SUHOSIN Installed: –
MySQL Version: 10.6.7-MariaDB
Max Upload Size: 64 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

### Database ###

WC Database Version: 6.4.1
WC Database Prefix: wp_
Całkowity rozmiar bazy danych: 11.86MB
Rozmiar bazy danych: 8.91MB
Rozmiar indeksu bazy danych: 2.95MB
wp_woocommerce_sessions: Dane: 0.05MB + Indeks: 0.02MB + Silnik InnoDB
wp_woocommerce_api_keys: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_woocommerce_attribute_taxonomies: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_woocommerce_downloadable_product_permissions: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB
wp_woocommerce_order_items: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_woocommerce_order_itemmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_woocommerce_tax_rates: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB
wp_woocommerce_tax_rate_locations: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_woocommerce_shipping_zones: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_woocommerce_shipping_zone_locations: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_woocommerce_shipping_zone_methods: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_woocommerce_payment_tokens: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_woocommerce_payment_tokenmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_woocommerce_log: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_actionscheduler_actions: Dane: 0.05MB + Indeks: 0.11MB + Silnik InnoDB
wp_actionscheduler_claims: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_actionscheduler_groups: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_actionscheduler_logs: Dane: 0.05MB + Indeks: 0.03MB + Silnik InnoDB
wp_commentmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_comments: Dane: 0.02MB + Indeks: 0.09MB + Silnik InnoDB
wp_e_events: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_gla_budget_recommendations: Dane: 0.20MB + Indeks: 0.11MB + Silnik InnoDB
wp_gla_merchant_issues: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_gla_shipping_rates: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
wp_gla_shipping_times: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_hfcm_scripts: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_hurrytimer_evergreen: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_links: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_custom_fields: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_dynamic_segment_filters: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_feature_flags: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_forms: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_mailpoet_log: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_mailpoet_mapping_to_external_entities: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_newsletters: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_mailpoet_newsletter_links: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
wp_mailpoet_newsletter_option: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_newsletter_option_fields: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_newsletter_posts: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_newsletter_segment: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_newsletter_templates: Dane: 2.52MB + Indeks: 0.00MB + Silnik InnoDB
wp_mailpoet_scheduled_tasks: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_mailpoet_scheduled_task_subscribers: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_segments: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_mailpoet_sending_queues: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_mailpoet_settings: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_statistics_bounces: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_mailpoet_statistics_clicks: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
wp_mailpoet_statistics_forms: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_statistics_newsletters: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_mailpoet_statistics_opens: Dane: 0.02MB + Indeks: 0.08MB + Silnik InnoDB
wp_mailpoet_statistics_unsubscribes: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
wp_mailpoet_statistics_woocommerce_purchases: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB
wp_mailpoet_stats_notifications: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_mailpoet_subscribers: Dane: 0.02MB + Indeks: 0.13MB + Silnik InnoDB
wp_mailpoet_subscriber_custom_field: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_subscriber_ips: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_subscriber_segment: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_mailpoet_user_agents: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_mailpoet_user_flags: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_options: Dane: 2.47MB + Indeks: 0.08MB + Silnik InnoDB
wp_postmeta: Dane: 0.31MB + Indeks: 0.16MB + Silnik InnoDB
wp_posts: Dane: 1.52MB + Indeks: 0.06MB + Silnik InnoDB
wp_termmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_terms: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_term_relationships: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_term_taxonomy: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_usermeta: Dane: 0.05MB + Indeks: 0.03MB + Silnik InnoDB
wp_users: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
wp_wc_admin_notes: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB
wp_wc_admin_note_actions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_wc_category_lookup: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_wc_customer_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_wc_download_log: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_wc_order_coupon_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_wc_order_product_lookup: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB
wp_wc_order_stats: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
wp_wc_order_tax_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_wc_product_attributes_lookup: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_wc_product_meta_lookup: Dane: 0.02MB + Indeks: 0.09MB + Silnik InnoDB
wp_wc_rate_limits: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_wc_reserved_stock: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_wc_tax_rate_classes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_wc_webhooks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_yoast_indexable: Dane: 0.08MB + Indeks: 0.09MB + Silnik InnoDB
wp_yoast_indexable_hierarchy: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB
wp_yoast_migrations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_yoast_primary_term: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_yoast_seo_links: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB

### Post Type Counts ###

attachment: 84
customize_changeset: 191
elementor_library: 1
elementor-hf: 1
hurrytimer_countdown: 1
mailpoet_page: 1
nav_menu_item: 12
page: 16
post: 2
product: 3
revision: 52
shop_order: 15
wp_global_styles: 1

### Security ###

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

### Active Plugins (1) ###

WooCommerce: przez Automattic – 6.4.1

### Inactive Plugins (17) ###

Akismet Anti-Spam: przez Automattic – 4.2.2
Elementor: przez Elementor.com – 3.6.5
Elementor Header & Footer Builder: przez Brainstorm Force
Nikhil Chavan – 1.6.10

Estimate delivery date for WooCommerce: przez PI WebSolution – 4.9.63
Font Awesome: przez Font Awesome – 4.1.1
Google Listings and Ads: przez WooCommerce – 1.12.6
Header Footer Code Manager: przez 99robots – 1.1.21
Hello Dolly: przez Matt Mullenweg – 1.7.2
HurryTimer: przez Nabil Lemsieh – 2.7.2
Jetpack: przez Automattic – 10.8
MailPoet 3 (New): przez MailPoet – 3.88.1
myStickymenu: przez Premio – 2.5.8
Sticky Menu (or Anything!) on Scroll: przez WebFactory Ltd – 2.31
WooCommerce Stripe Gateway: przez WooCommerce – 6.3.0
WPC Fly Cart for WooCommerce: przez WPClever – 4.3.0
XT Floating Cart for WooCommerce: przez XplodedThemes – 2.6.4
Yoast SEO: przez Team Yoast – 18.7

### Settings ###

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

### WC Pages ###

Strona sklepu: #49 - /geschaft/
Koszyk: #50 - /warenkorb/
Zamówienie: #51 - /bestellung/
Moje konto: #52 - /mein-konto/
Regulamin: #169 - /regelungen/

### Theme ###

Name: Astra
Version: 3.7.10 (dostępna aktualizacja do wersji 3.8.0)
Author URL: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Child Theme: ❌ – Jeśli modyfikujesz WooCommerce lub motyw nadrzędny
którego nie jesteś autorem
polecamy używanie motywu potomnego. Zobacz: Jak tworzyć motywy potomne

WooCommerce Support: ✔

### Templates ###

Overrides: –

### Action Scheduler ###

Zakończ: 74
Oldest: 2022-05-03 08:46:15 +0200
Newest: 2022-05-05 17:29:24 +0200

### Status report information ###

Generated at: 2022-05-05 17:50:04 +02:00
  • This topic was modified 3 hours, 20 minutes ago by prointer1.
Viewing all 102502 articles
Browse latest View live