-
Posted a reply to Endless loading/spinner on the checkout page, on the site WordPress.org Forums:
Something adding this code: https://wpde.sk/gr/nm9mq.png to every request on your page. Even ajax requests. You… -
Posted a reply to Endless loading/spinner on the checkout page, on the site WordPress.org Forums:
You have Global site tag (gtag.js) added in wrong way. You added it to functions.php? -
Posted a reply to Hiding Directory, on the site WordPress.org Forums:
You mean directory listing? Add this to .htaccess file: Options -Indexes -
Posted a reply to Dropdown variable product don´t work in tablet, on the site WordPress.org Forums:
Mayby it is theme reletad problem. Switch theme to storefront and check if it works. -
Posted a reply to Woocommerce empty cart & spinning wheel checkout, on the site WordPress.org Forums:
Browser console shows any errors? -
Posted a reply to Shipping Class in Simple Products, on the site WordPress.org Forums:
Do you have any third party plugins? There are errors in browser console on product… -
Posted a reply to How To Make An Echo Statement For One Product Attribute Only, on the site WordPress.org Forums:
You can use get_attribute method: https://docs.woocommerce.com/wc-apidocs/source-class-WC_Product.html#1830-1848 -
Posted a reply to How to change font properties of product titles in shop page?, on the site WordPress.org Forums:
Try this CSS: h2.woocommerce-loop-product__title { font-weight: bold; } -
Posted a reply to WooCommerce Shipping Zones Not Working, on the site WordPress.org Forums:
Show us some screens with shipping zones configuration. -
Posted a reply to Shipping classes now showing in products, on the site WordPress.org Forums:
You are writing about shipping classes or shipping zones and shipping methods? -
Posted a reply to Checkout is giving Internal Server Error message, on the site WordPress.org Forums:
Enable WP_DEBUG and check debug.log file for errors: https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_LOG -
Posted a reply to Orders Page, on the site WordPress.org Forums:
Deactivate all other plugins but not woocommerce. Problem still occurs? -
Posted a reply to Cant send any emails, on the site WordPress.org Forums:
Use some third party plugins for emails. https://pl.wordpress.org/plugins/search/smtp/ -
Posted a reply to Can’t activate freshly installed Woocommerce plugin, on the site WordPress.org Forums:
Remove woocommerce folder from plugins folder and install woocommerce again. -
Posted a reply to Move Field Labels Above Field, on the site WordPress.org Forums:
You can use custom CSS to do it. -
Posted a reply to Storefront checkout not displaying correctly, on the site WordPress.org Forums:
What is wrong with it? -
Posted a reply to Correcting the store page, on the site WordPress.org Forums:
First screen - this is theme/css related problem. Second screen - login as administrator and… -
Posted a reply to Strona działa, nagle WordPress chce się sam instalować, on the site Forum:
nazwa.pl i wszystko jasne. Wg nazwa.pl pewnie baza przekracza jakieś limity i jest "odcinana". -
Posted a reply to Liczne błędy w js., on the site Forum:
Przypuszczam, że przywala się do tego, że zmienna i nie została zadeklarowana. Dodaj przed pętlą… -
Posted a reply to Want check box to be auto clicked /marked, on the site WordPress.org Forums:
Replace $checkout->get_value( 'my_checkbox' ) with 1 - should works. -
Posted a reply to adding product using woocommerce rest api is too slow, on the site WordPress.org Forums:
This is slow in specified shop? Try in other clean instance without other plugins. -
Posted a reply to Add fields to Checkout -> Billing Details, on the site WordPress.org Forums:
There are couple of plugins for this. Search for checkout fileds in plugins repository: https://wordpress.org/search/checkout+fields -
Posted a reply to Problem z wtyczką Yoast SEO; we wpisie SEO: niedostępne, on the site Forum:
Najlepiej zapytać/sprawdzić u źródła: https://wordpress.org/support/topic/seo-not-available-5/ -
Posted a reply to Google wyświetla inny tytuł i opis niż – Yoast SEO, on the site Forum:
1. Google może wyświetlać inny tytuł niż strona ma faktycznie, ponieważ "dopasowuje" tytuł do zapytania.… -
Posted a reply to I try to translate woocommerce but some words do not translated, on the site WordPress.org Forums:
Your site is password protected. Maybe this string is in your theme? -
Posted a reply to 1 × , where is location of “x”, on the site WordPress.org Forums:
It is in templates/cart/mini-cart.php. You can ovveride this file in your theme. Look for ×… -
Posted a reply to Two nonce with same ID, on the site WordPress.org Forums:
I have only one _wpnonce field on chceckout page - Woocommerce 3.2, storefront. Maybe it… -
Posted a reply to Site Crash, on the site WordPress.org Forums:
Enable WP_DEBUG an you should see what crashes you site. -
Posted a reply to remove reviews dates, on the site WordPress.org Forums:
You must override template file single-product/review-meta.php in your theme. https://docs.woocommerce.com/document/template-structure/ -
Posted a reply to Fatal Error activating Woocommerce, on the site WordPress.org Forums:
etc. says nothing. Show full error message. -
Posted a reply to WC()->cart->get_cart() is deprecated?, on the site WordPress.org Forums:
Maybe you call this function too early, before wp_loaded and message is: Get cart should… -
Posted a reply to Remove ‘Related Similar post’ from single Product page, on the site WordPress.org Forums:
The simplest way to detect if it section is from theme is temporary theme switching. -
Posted a reply to Stock Status not updating, on the site WordPress.org Forums:
What happens when you save imported product in product edit form after importing and then… -
Posted a reply to Dodatkowa opłata za wysyłkę faktury pocztą w przypadku wysyłania kodu, on the site Forum:
Dodaj produkt prosty i nazwij go Faktura VAT. Po dodaniu do koszyka pojawią się opcje… -
Posted a reply to What is loading content-product template?, on the site WordPress.org Forums:
To exclude posts/poroducts you should use built in hooks like: https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts -
Posted a reply to Product Variation & Attributes Loading Stuck, on the site WordPress.org Forums:
You should check browser console fo errors. -
Posted a reply to Need to update products after importing them to work well., on the site WordPress.org Forums:
Probably not all meta data is set properly. Check all meta data before updating product… -
Committed [1756803] to Plugins SVN:
New contributor -
Committed [1756801] to Plugins SVN:
New line -
Posted a reply to [WooCommerce] Not calculating shipping on cart, on the site WordPress.org Forums:
Maybe this is theme issue? What happens when you change theme to storefront? -
Posted a reply to [WooCommerce] Woocommerce Price Sort give 404 error, on the site WordPress.org Forums:
Go to Settings->Permalinks and click Save Changes. Should fix. -
Posted a reply to [WooCommerce] Missing Customer Information in Mail, on the site WordPress.org Forums:
Before what and after what? -
Posted a reply to [WooCommerce] Modify variation description, on the site WordPress.org Forums:
In this case $variation is an array. You are using $variation as object: $variation->get_description() -
Posted a reply to [WooCommerce] woocommerce change url of products, on the site WordPress.org Forums:
You can modify post_name column in wp_posts table in database. This reply was modified 38… -
Posted a reply to [WooCommerce] Adding an image to all products under add to cart button, on the site WordPress.org Forums:
You can use this action: woocommerce_after_add_to_cart_button -
Posted a reply to [WooCommerce] Product review ratings and submit button not working?, on the site WordPress.org Forums:
What heppens when you change theme to storefront. If everything is ok after theme switching… -
Posted a reply to [WooCommerce] On update_status() have no order_items in email, on the site WordPress.org Forums:
You should add $order->save(); after $order->update_status -
Posted a reply to [WooCommerce] Problem with “woocommerce_before_calculate_totals”, on the site WordPress.org Forums:
You cannot do echo. You should do error_log and check log file on serwer (enable… -
Posted a reply to [WooCommerce] Don’t import when draft., on the site WordPress.org Forums:
What happens when you change: get_post_status ( $ID ) to: get_post_status ( $post_id ) -
Posted a reply to [WooCommerce] Users can see other users orders (sometimes), on the site WordPress.org Forums:
Are you using any cache plugin or other caching solution on serwer?
Developer
-
Flexible PDF
Active Installs: 60+
-
Hide WP
Active Installs: 200+
-
Wordpress SuperSonic with CloudFlare
Active Installs: 60+