Alberto Ruggiero
Forum Replies Created
-
Hello @robinvanderbijl ,
I’m sorry but here cannot provide support for the commercial version of our plugins. It’s strictly prohibited by the forum guidelines
Hello @robinvanderbijl
that code belongs to the commercial version of the plugin.
For any issue concerning the premium version of the plugin, please, write to our support service at yithemes.com/my-account, otherwise it could be misleading for other users here on wordpress.org. Don’t worry, our support developers will certainly help you solve the issue you are experiencing.
Hello @dadonetuni
I checked the chat and I see that my colleague had an oversight. The shortcode works without issues in an Oxygen layout. Only if you need to override some template could be necessary some additional customization
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Compatibility with WooCommerce PaymentsHello there,
yes, but for questions regarding the commercial version of the plugin please contact us at https://yithemes.com
Hello @robinvanderbijl ,
for question #1, you should edit the file wp-content/plugins/yith-woocommerce-request-a-quote/templates/request-quote-view.php and insert the following snippet at line 131
echo esc_html( $_product->get_description() );For question #2 what do you mean exactly?
Hello @lamdu125
are you using PayPal Standard (the one embedded in WooCommerce) or another PayPal plugin? Are the IPN set up accordingly with this guide?
Hello @petertanar
have you tried to translate the plugin using Loco Translate or some similar plugin?
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Compatibility with WooCommerce PaymentsHello @amnwtritaly
this version of the plugin supports PayPal Standard only (the one that comes included with WooCommerce).
Hello @dadonetuni
this version of the plugin works only with WooCommerce hooks, that’s why it doesn’t work with Oxygen.
for your other question the answer is yes, but f you need further info about our commercial version of the plugin please contact us at https://yithemes.com
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Recurring payment is not workingHello @debuggersstudio
this version of the plugin supports PayPal Standard only (the one that comes included with WooCommerce).
Unfortunately all subscriptions made with your payment plugin are unrecoverable.
Hello @warungbali,
if you try with a standard WooCommerce coupon it works?
If so, the issue is due to the lack of integration with your Gift Cards plugin but at the moment we have no plans to integrate them
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Dropdown Menu Error with ProductfilterHello @felixkrueppel ,
this is the support forum for the AJAX Search plugin. Could you please open a topic in the right forum? https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/
Hello @cravendigital
there’s no integration between YITH PayPal Express Checkout and WebToffee PDF invoice so it’s possible that something does not work properly
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Vendor panelHello @ganecatech
For any issue concerning the premium version of the plugin, please, write to our support service at yithemes.com/my-account, otherwise it could be misleading for other users here on wordpress.org. Don’t worry, our support developers will certainly help you solve the issue you are experiencing.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] RFQ Button CodeHello @ivo1961
you could try to use a snippet like this:
if ( function_exists( 'YITH_YWRAQ_Frontend' ) ) { remove_action( 'woocommerce_single_product_summary', array( YITH_YWRAQ_Frontend(), 'add_button_single_page' ), 35 ); add_action( 'woocommerce_single_product_summary', array( YITH_YWRAQ_Frontend(), 'add_button_single_page' ), NEW_PRIORITY ); }Where NEW_PRIORITY is the value of the new position. Set a value lesser than 35 to move it up, or greater to move it towards the bottom of the page