kursora
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Initial was called incorrectly (error logs)Some plugin is not compatible with Woocommerce 3.x. Probably payment gateway.
Forum: Plugins
In reply to: [WooCommerce] Add Category Title to the Product_Title H1 on Product Page?You can use
the_titlefilter in functions.php in theme folder.Forum: Plugins
In reply to: [WooCommerce] Global WooCommerceTry WC() function instead global $woocommerce.
Forum: Plugins
In reply to: [WooCommerce] different shipping charges for citiesYou can do this with shipping zones with postcodes.
Forum: Plugins
In reply to: [WooCommerce] connect to order data in database / mysqlOrders are stored in posts table (it depends on database prefix, default wp_posts). Details are stored i postmeta table (wp_postmeta).
Forum: Plugins
In reply to: [WooCommerce] Conditional shipping, method available after successful buy.You can use
woocommerce_available_payment_gatewaysfilter to do this.Forum: Plugins
In reply to: [WooCommerce] Very slow Woocommerce checkoutMaybe some plugin slows down checkout process?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Hangs on Bulk Variation EditWhat errors are shown in browser console.
Forum: Plugins
In reply to: [WooCommerce] Out of stock items and deprecated PHP issue?Some code is not compatible with Woocommerce 3.x: plugins, theme, custom code.
Forum: Plugins
In reply to: [WooCommerce] Add default orderby on custom page[product_category category="bra" orderby="price" order="desc"]?For product delivered by mail check ‘Virtual’ checkbox.
Forum: Plugins
In reply to: [WooCommerce] Setting different tax rate for categoriesYou can not do this. You can set Tax class on products (General Tab).
Forum: Plugins
In reply to: [WooCommerce] How to add a line below category meta and social share buttonThere is action
woocommerce_product_meta_endto do this.Forum: Plugins
In reply to: [WooCommerce] Payment_method was called incorrectlySome plugin is not updated to work porperly with WooCommerce 3.x. (WC_Gateway_Klarna_Order?)
Forum: Plugins
In reply to: [WooCommerce] Checkout ErrorCheck browser console and error/debug log on serwer. How to enable debug.log: https://codex.wordpress.org/Debugging_in_WordPress