Alberto Ruggiero
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] How to get emails???Hello @djiemss1213
the email settings can be found at WooCommerce -> Settings -> Emails page
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] variable product no quantity visibleHello @johan2022
do you have a public URL where it’s possible to see the issue?
Forum: Plugins
In reply to: [YITH PayPal Express Checkout for WooCommerce] No value passed to paymentHello @muhammadnan
is there a public page where I can see the issue?
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Unexpected payments every hourHello @macarenareinahdez
At this point, you should consider hiring someone so that you can give them direct access to the site for a far more efficient fix than we can provide here.
Please try https://jobs.wordpress.net/ or https://jetpack.pro/ and do not accept any hire offers posted to these forums.
Hello @yassinelk99
only the commercial version of the plugin shows this table in the thankyou page.
Please open a ticket at https://yithemes.com since here it’s not allowed to provide support for commercial plugins
Hello @yassinelk99,
all subscription created with the old account will not work on the site because you need to change the IPN for the new one
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Search open 404 pageHello @vilu8 ,
have you tried to flush the permalinks?
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Payment options missingHello,
@alex278 Redsys was never officially supported by this version of the plugin
To re-enable the non-supported gateways, it’s possible by adding this code in the functions.php file of the theme:
add_action( 'init', 'allow_unsupported_gateways' );
function allow_unsupported_gateways() {
if ( function_exists( 'YWSBS_Subscription_Cart' ) ) {
remove_action( 'woocommerce_available_payment_gateways', array( YWSBS_Subscription_Cart(), 'disable_gateways' ), 100 );
}
}But please note that automatic renewals won’t work.
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Unexpected payments every hourHello @macarenareinahdez
was the payment actually performed or just the renewals were created?
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Differences in actual bidsHello @heinenmja
you are asking support for a commercial plugin. Please open a ticket on https://yithemes.com because here is not possible to provide support for commercial plugins.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Quantity Field not showingHello @tonicarticomunicacio
i see there is this CSS rule that is hiding it:
table.cart .product-price, table.cart .product-quantity, table.cart .product-stock-status {
text-align: center;
visibility: hidden;
}Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Unexpected Mass RenewalHello @macarenareinahdez
you should open a separate topic because the issue you are reporting is quite different than the one discussed here.
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Payment options missingHello @pausolo @annieici @cybergrapes
this version of the plugin works only with PayPal Standard (the one that was included inside WooCommerce) and WooCommerce PayPal Payments.
Other payment processor were already unsupported but now we prevent the use of it so that there is no expectation of automatic renewal
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Unexpected Mass RenewalHello @ngoels
i think it’s better to open a separate topic because the issue you are reporting now is quite different than the initial one. On the new topic please provide more info as possible like: plugins used and the versions, payment gateway used and (in case you are using WooCommerce PayPal Payments) if the vaulting is enabled
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Payment options missing