kursora
Forum Replies Created
-
I cannot reproduce this problem.
Can You show some screencast or screenshots?In supersonic options check “Administrator” role for “Do not logout user roles”.
Forum: Plugins
In reply to: [WooCommerce] Order object get_post_meta not a method in email classThere is no method get_post_meta in WC_Order.
get_post_meta is wordpress built in function: https://developer.wordpress.org/reference/functions/get_post_meta/Forum: Plugins
In reply to: [WooCommerce] How to get function to work only on single product pageadd_filter( 'genesis_after_content', 'pdfprnt_display_plugin_buttons', 10, 2 ); function pdfprnt__display_pdf_print_buttons() { if ( is_singular( array( 'product' ) ) { ?> <div class="pdfprnt-bottom-left"><a href="http://exampe.com/product/holder-cover/?print=print" class="pdfprnt-button pdfprnt-button-print" target="_blank"><span class="pdfprnt-button-title pdfprnt-button-print-title">PDF OVERVIEW PRODUCT</span></a></div> <?php } }Forum: Plugins
In reply to: [WooCommerce] Cannot see orders in WordPress AdminMaybe other plugins modifies database query.
What happens after all other plugins deactivation?Forum: Plugins
In reply to: [WooCommerce] insert current product name in mailto link subject.Forum: Plugins
In reply to: [WooCommerce] Reset PasswordMaybe email is in spam? Other emails working?
Forum: Plugins
In reply to: [WooCommerce] Add To Cart Button Not WorkingYou have prices on this products?
Forum: Plugins
In reply to: [WooCommerce] Sales Tax on only part of product priceThere is no way to do this. You must split this product to two products.
Forum: Plugins
In reply to: [WooCommerce] Can’t change product`s Add to cart text and linkMaybe “Add to cart” text is hardcoded in your theme.
Forum: Plugins
In reply to: [WooCommerce] Image is not opening in popupThera are some JavaScript errors on page – check browser console. Fix it then popup should works.
Forum: Plugins
In reply to: [WooCommerce] Major issues with products after upgrade to Woocommerce 2.6First of all you must increase WP_MEMORY_LIMIT: https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
Forum: Plugins
In reply to: [WooCommerce] Using WooCommerce API from a pluginWhy API? You can use WordPress and Woocommerce built in functions.
Forum: Plugins
In reply to: [WooCommerce] how to hide flat shipping when order is greater or equal to 399Use this plugin: https://wordpress.org/plugins/flexible-shipping/screenshots/
You can hide shipping methods for defined cart values.Forum: Plugins
In reply to: [WooCommerce] Can’t edit Products anymoreCheck browser console for Java Script errors.