Title: Carlos M's Replies | WordPress.org

---

# Carlos M

  [  ](https://wordpress.org/support/users/cjmora/)

 *   [Profile](https://wordpress.org/support/users/cjmora/)
 *   [Topics Started](https://wordpress.org/support/users/cjmora/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cjmora/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cjmora/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cjmora/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cjmora/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cjmora/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 223 total)

1 [2](https://wordpress.org/support/users/cjmora/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/cjmora/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/cjmora/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/cjmora/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/cjmora/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/cjmora/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Subscription] Pre Payment not showing before due date](https://wordpress.org/support/topic/pre-payment-not-showing-before-due-date/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/pre-payment-not-showing-before-due-date/#post-18798411)
 * Hi [@bunu2006](https://wordpress.org/support/users/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/](https://docs.yithemes.com/yith-woocommerce-subscription/free-settings/payment-method/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Pre-Order for WooCommerce] Change to pre-order product informatrion display?](https://wordpress.org/support/topic/change-to-pre-order-product-informatrion-display/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/change-to-pre-order-product-informatrion-display/#post-18798372)
 * Hi [@japenz](https://wordpress.org/support/users/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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Pre-Order for WooCommerce] Uncaught Error: Call to a member function get_title() on false](https://wordpress.org/support/topic/uncaught-error-call-to-a-member-function-get_title-on-false/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/uncaught-error-call-to-a-member-function-get_title-on-false/#post-18699919)
 * Hi [@webzang](https://wordpress.org/support/users/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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Pre-Order for WooCommerce] Uncaught ArgumentCountError: Too few arguments to function esc_html__()](https://wordpress.org/support/topic/uncaught-argumentcounterror-too-few-arguments-to-function-esc_html__/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/uncaught-argumentcounterror-too-few-arguments-to-function-esc_html__/#post-18699914)
 * Hi [@miketurner01](https://wordpress.org/support/users/miketurner01/),
   This issue
   has been fixed in version 3.11.1. We have released it today.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Pre-Order for WooCommerce] Change email text](https://wordpress.org/support/topic/change-email-text-10/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [8 months ago](https://wordpress.org/support/topic/change-email-text-10/#post-18692721)
 * Hi [@japenz](https://wordpress.org/support/users/japenz/),
   Update the plugin 
   to the latest version (3.11.0). Then, include the following code in the `functions.
   php` file of your child theme or use a Code Snippets plugin:
 *     ```wp-block-code
       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:';	}}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Subscription] YITH WooCommerce Subscription – renewals not being generated](https://wordpress.org/support/topic/yith-woocommerce-subscription-renewals-not-being-generated/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [8 months ago](https://wordpress.org/support/topic/yith-woocommerce-subscription-renewals-not-being-generated/#post-18691043)
 * Hi [@caroltech](https://wordpress.org/support/users/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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Subscription] no payment method displayed on checkout with WC PayPal Payments plugin](https://wordpress.org/support/topic/no-payment-method-displayed-on-checkout-with-wc-paypal-payments-plugin/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [8 months, 1 week ago](https://wordpress.org/support/topic/no-payment-method-displayed-on-checkout-with-wc-paypal-payments-plugin/#post-18680562)
 * Hi [@sectorx](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Request a Quote for WooCommerce] Delete information lines](https://wordpress.org/support/topic/delete-information-lines/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [9 months ago](https://wordpress.org/support/topic/delete-information-lines/#post-18644774)
 * Hi [@bauzeug](https://wordpress.org/support/users/bauzeug/),
   Please, read this
   topic:[https://wordpress.org/support/topic/wordpress-support-forum-image-upload/](https://wordpress.org/support/topic/wordpress-support-forum-image-upload/)
   Avoid contacting us externally unless we expressly request it. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Subscription] choice for reccurent paypal](https://wordpress.org/support/topic/choice-for-reccurent-paypal/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/choice-for-reccurent-paypal/#post-18643808)
 * Hi [@siteworks](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Subscription] Compatibility with Satispay](https://wordpress.org/support/topic/compatibility-with-satispay/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/compatibility-with-satispay/#post-18643803)
 * Hi [@matrixmedia](https://wordpress.org/support/users/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/](https://docs.yithemes.com/yith-woocommerce-subscription/free-settings/payment-method/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Request a Quote for WooCommerce] Gift Card Emails Not Sending on “Processing” Status](https://wordpress.org/support/topic/gift-card-emails-not-sending-on-processing-status/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/gift-card-emails-not-sending-on-processing-status/#post-18643797)
 * Hi [@stokedesignco](https://wordpress.org/support/users/stokedesignco/),
   This
   is the YITH Request a Quote for WooCommerce forum.Please create a topic in the
   corresponding forum. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Request a Quote for WooCommerce] Request a quote Button not displaying](https://wordpress.org/support/topic/request-a-quote-button-not-displaying-2/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/request-a-quote-button-not-displaying-2/#post-18643794)
 * Hi [@mika2333](https://wordpress.org/support/users/mika2333/),
   Try with this 
   shortcode:
 *     ```wp-block-code
       [yith_ywraq_button_quote]
       ```
   
 *  You can add it as a text block on your Elementor template.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Request a Quote for WooCommerce] Delete information lines](https://wordpress.org/support/topic/delete-information-lines/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/delete-information-lines/#post-18643789)
 * Hi [@bauzeug](https://wordpress.org/support/users/bauzeug/),
   Sorry, I can’t see
   any image. Could you check it, please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Pre-Order for WooCommerce] Pre-order status set to “In progress” only for some orders](https://wordpress.org/support/topic/pre-order-status-set-to-in-progress-only-for-some-orders/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/pre-order-status-set-to-in-progress-only-for-some-orders/#post-18576388)
 * Hi [@faxa1991](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Pre-Order for WooCommerce] Plugin creating PHP error](https://wordpress.org/support/topic/plugin-creating-php-error/)
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/plugin-creating-php-error/#post-18538192)
 * Hi [@webzang](https://wordpress.org/support/users/webzang/),
   A CSS code like 
   this should remove the gap:
 *     ```wp-block-code
       .ywpo_availability_date.pre_order_single-no-auto-format {    margin-bottom: 0px !important;}
       ```
   

Viewing 15 replies - 1 through 15 (of 223 total)

1 [2](https://wordpress.org/support/users/cjmora/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/cjmora/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/cjmora/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/cjmora/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/cjmora/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/cjmora/replies/page/2/?output_format=md)