Carlos M
Forum Replies Created
-
Hi @puregraphx,
I’m sorry but you are talking about a feature that is only available on the commercial version of this product. For more information about that please contact us on our website yithemes.com
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] 3 times payment configurationHi @victorcalderon,
The subscription fee and the trial period are features not included in YITH WooCommerce Subscription. If you are using the Premium version, please visit our official website in order to submit a ticket with your valid license. Thank you!
https://yithemes.com/Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Need for Cart, Checkout etc. to be published?Hi @buchholdt,
I suggest you keep them published to avoid problems that may arise with other plugins or code that perform cart-related functions.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Plugin Conflict on Veriable ProductsHi @hmarksthespot,
In order to show the Add to quote button, the plugin uses the hook “woocommerce_single_product_summary” with priority 35. This means that the Add to quote button should be displayed always just below the Add to cart button, both for simple and variable products.
In order to discard a possible problem with your theme, can you please test with a default WordPress theme? Let us know.Forum: Plugins
In reply to: [YITH PayPal Express Checkout for WooCommerce] Error 10413 with discountsHi @damiend1,
Do you have the same problem when using store credits from Smart Coupons?
If so, what is the developer of the Smart Coupons plugin you are using? Just to be sure we were testing the same plugin. Thank you.Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Emails AlertsHi @thanasisy,
No, I’m sorry, the plugin doesn’t have such a feature. That email notification is not included.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Error – admin-ajax.php 403 forbiddenHi @suseland,
Sorry for the delay in replying, have you solved the problem?
As my colleague Alberto said, that problem is related to permissions, so it’s more related to a problem with your server. However, if you deactivate the plugin, does the problem disappear? In that way, you can discard that the problem is related to the plugin.Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Customize request a quote page colors?I checked your website and actually, this is more a consequence of the style rules added by Elementor and Astra theme than a problem of the Request a Quote plugin. I suggest you create specific style rules for this. Alternatively, maybe you can change the style on the Elementor editor.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Request a quote Premium versionHi @designitalia,
Yes, it’s possible. Please, visit our official website and you will get all the info there. Please note this is a forum exclusively for the free plugin so we cannot treat topics about other versions of the plugin. Thank you for your comprehension.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Errore Yith request a quoteHi @alcolabsupport,
Please, check if the product is in stock and has a price set. If the problem persists, test with a default WordPress theme. Let us know.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] How to check if YITH cart is emptyHi @gdpavle,
You can use this function:
YITH_Request_Quote()->is_empty();The code you need is something similar to this:
if ( function_exists( 'YITH_Request_Quote' ) ) { add_action( 'wp_footer', function() { if ( YITH_Request_Quote()->is_empty() ) { echo '<style type="text/css">#menu-item-1225{ display: none; }</style>'; } else echo '<style type="text/css">#menu-item-1225{ display: inline-block; }</style>'; }); }Hi @mbio86,
The main goal of the YITH WooCommerce Catalog Mode plugin is to disable the cart system, so no items can be added to the cart.
You can check the main plugin’s features here:
https://wordpress.org/plugins/yith-woocommerce-catalog-mode/#descriptionHi @barrososimon,
I’m sorry but that isn’t possible with YITH WooCommerce Featured Video.
Hello @yello624,
What is your website? I would like to take a look to better understand the problem.
Hi @aarondeee,
I have tested the code and it works correctly. The code simply hides the stock status for the pre-order products.
Maybe your theme displays the stock status in a different way? Maybe it does not use the “woocommerce_get_stock_html” filter. Have you tried with a default WordPress theme?