Carlos M
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Pre Payment not showing before due dateHi @bunu2006,
The plugin doesn’t include an option for paying before due date, I’m sorry.
Please note the plugin is integrated with WooCommerce PayPal Payments only, and it mirrors PayPal’s Billing Agreements.
https://docs.yithemes.com/yith-woocommerce-subscription/free-settings/payment-method/Hi @japenz,
The second image shows an order item that has no pre-order data. Therefore, it was not really generated as a pre-order item.
It seems that the issue is simply that the product was not configured as a pre-order product when the order was placed. Check if the product is configured as a pre-order product.Hi @webzang,
Actually this error you have posted happens only when using the Email Preview feature from WooCommerce.
The plugin does not has support to this feature yet, but it will be available soon, in the next version.
There was another error on emails that has been fixed in version 3.11.1. Please update to this version and wait for the next version for compatibility with Email Preview.Hi @miketurner01,
This issue has been fixed in version 3.11.1. We have released it today.Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Change email textHi @japenz,
Update the plugin to the latest version (3.11.0). Then, include the following code in thefunctions.phpfile of your child theme or use a Code Snippets plugin:if ( ! function_exists( 'ywpo_change_availability_date_label' ) ) {
add_filter( 'ywpo_order_item_release_date_label', 'ywpo_change_availability_date_label' );
function ywpo_change_availability_date_label() {
return 'Release date:';
}
}Hi @caroltech,
The only supported gateway for YITH WooCommerce Subscription is WooCommerce PayPal Payments, as indicated in the official documentation.
The commercial version includes more supported gateways.Hi @sectorx,
I have tested in my local installation with the same setup you indicated, and it’s working correctly. I see both the PayPal and Credit Card methods on the checkout page. Therefore, it should be something in your configuration.
Do you have the Vaulting option (enabling Reference Transactions first on the PayPal account) active?
Also, do you use WooCommerce Blocks on the checkout page? If so, try with classic shortcode [woocommerce_checkout].Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Delete information linesHi @bauzeug,
Please, read this topic:
https://ww.wp.xz.cn/support/topic/wordpress-support-forum-image-upload/
Avoid contacting us externally unless we expressly request it. Thank you.Forum: Plugins
In reply to: [YITH WooCommerce Subscription] choice for reccurent paypalHi @siteworks,
No, sorry. The only way would be to create two simple products, as variations cannot be set as subscription products on the free version.Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Compatibility with SatispayHi @matrixmedia,
No, I’m sorry, it is not supported. Please, read this documentation page:
https://docs.yithemes.com/yith-woocommerce-subscription/free-settings/payment-method/Hi @stokedesignco,
This is the YITH Request a Quote for WooCommerce forum.
Please create a topic in the corresponding forum. Thank you.Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Request a quote Button not displayingHi @mika2333,
Try with this shortcode:[yith_ywraq_button_quote]You can add it as a text block on your Elementor template.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Delete information linesHi @bauzeug,
Sorry, I can’t see any image. Could you check it, please?Hi @faxa1991,
You are using the commercial version of this plugin. This support forum is exclusively for the free version. Please submit a ticket on yithemes.com.Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Plugin creating PHP errorHi @webzang,
A CSS code like this should remove the gap:.ywpo_availability_date.pre_order_single-no-auto-format {
margin-bottom: 0px !important;
}