Alberto Ruggiero
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Which PayPal Plugin Is Needed?Hello @leedumbarton
YITH PayPal Express Checkout is not supported by this version of the plugin. PayPal Standard is embedded in WooCommerce, you can find more info here: https://woocommerce.com/document/paypal-standard/
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Migrate subscriptions to a new WC instanceHello @thilo72,
data is fragmented in many of them, it’s better if you copy the entire database because a missing item could break the subscriptions
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Add to quote Button in AvadaHello @samagentur ,
unfortunately this version of the plugin does not work with builders. You can use only WooCommerce default templates
Hello @estudi33
thanks for sharing the URL. You should do the following:
- copy the file request-quote-view.php
from wp-content/plugins/yith-woocommerce-request-a-quote/templates/
to wp-content/theme/YOUR-CHILD-THEME/woocommerce/ - Then, search for this part of code (it should be line 127):
echo esc_html( $data['key'] ) . ': ' . wp_kses_post( $data['value'] ) . "\n"; - Change it into this:
echo esc_html( $data['key'] ) . ': ' . wp_kses_post( $data['value'] ) . "<br />";
Forum: Plugins
In reply to: [YITH WooCommerce Featured Video] Does it work with YouTube Shorts?Hello @denis24 ,
yes, YouTube Shorts are not supported.
Hello @estudi33 ,
please consider that this behavior is normal since these are the sessions created by the active customers on your site. Changing frequency won’t help since the session won’t be considered as expired
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] 503 error in Product CategoryHello @quazarek ,
I’m glad that you’ve found the issue. I think you should see with the Rife theme support if maybe there’s some theme module that is conflicting
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Migrate subscriptions to a new WC instanceHello @thilo72 ,
the only option is to move the entire database to the new instance. There’s no option for the migration and a selective copy of the data could break the subscriptions
hello @estudi33
I tried to check the page but i can’t see it, it is hidden somewhere?
Hello @estudi33 ,
there should be a cron that will clear these expired sessions daily, It’s called
ywraq_clean_cronCould you check with a cron management plugin like one of the following if it’s correctly scheduled?
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] The Cart count not updatingHello @navasahmed
For any issue concerning the commercial version of our plugins you should contact us at https://yithemes.com and submit a ticket since here could be misleading for other users.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Mobile View Layout problemHello @yezserjp25
seems that the issue is due to the styles of your theme. Please try to add these rules to your custom CSS:
@media screen and (max-width: 999.98px){ tr.cart_item { display: flex; } #yith-ywrq-table-list td.product-remove { display: block; } }Hello @nasirabd ,
i’ve checked this link:
You can see details here: #1295
and I see that you are using the premium version of the plugin. For any issue concerning the commercial version of our plugins you should contact us at https://yithemes.com and submit a ticket since here could be misleading for other users.
Forum: Plugins
In reply to: [YITH WooCommerce Popup] Product thumbnail IssueHello @piccemozioni , could you please share the URL of your site where I can see the issue?
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Unable to create a subscriptionHello @merinaminer , the subscription cannot be created from the backend.
You can only set up the product and when it is purchased from the frontend, the subscription will be created. - copy the file request-quote-view.php