kursora
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Prevent 2 specific items to be add in cartYou can do this with this hook:
woocommerce_add_to_cart_validation- This reply was modified 8 years, 10 months ago by kursora.
Forum: Plugins
In reply to: [WooCommerce] woo commerce fatal error on activationYou should check permisions to woocommerce folder and files.
Forum: Plugins
In reply to: [WooCommerce] woocommerce variable product not workingYou should check browser console for errors and fix this errors.
Forum: Plugins
In reply to: [WooCommerce] Price x quantityCan you check other theme, ie. storefornt? Maybe this is your theme issue.
Forum: Plugins
In reply to: [WooCommerce] BASC payment method not workingBACS says “Gateway Timeout”? You mean built in BACS?
Forum: Plugins
In reply to: [WooCommerce] Order items showing wrong items, UrgentI think this is shipping plugin issue.
Forum: Plugins
In reply to: [WooCommerce] Attributes keep loading, can’t add them to product.Check browser console for errors and fix this errors.
Fiexed. Update will be published soon.
Which PHP version are on your server? 5.3? Can you upgrade to 5.6 or above?
Forum: Plugins
In reply to: [WooCommerce] Can you generate a price via 3rd party API?You can do it in filters. This filter should be gut for you:
woocommerce_get_priceForum: Plugins
In reply to: [WooCommerce] Another zone shipping for Baleares islandsChange order of shipping zones. Put zone for Baleares before Peninsula.
Forum: Plugins
In reply to: [WooCommerce] Display Categories without ProductsAdd this code to functions.php in your theme:
add_filter( 'woocommerce_product_subcategories_hide_empty', '__return_false', 10, 1 );Forum: Plugins
In reply to: [WooCommerce] Conflict of latest version with WP External LinksWhat errors are in browser console?
Forum: Plugins
In reply to: [WooCommerce] Customize related productsYou can use filter
woocommerce_product_related_posts_queryto modify related posts query.Forum: Plugins
In reply to: [WooCommerce] Issues with Variations and AttributesVariations are handled by Java Script on browser side. And I think 15,000 variations is too many.