Jader
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Login Page Customizer by Colorlib] Link in background image?Hi,
Thank you for your attention.
Would be a good idea if you add this feature in next version…
Regards
Forum: Plugins
In reply to: [Force Login] Help with Woocommerce cartHi @kevinvess
I did it:
function my_forcelogin_bypass( $bypass ) {
if ( class_exists( ‘WooCommerce’ ) ) {
if ( is_woocommerce() || is_wc_endpoint_url() ) {
$bypass = true;
}
}
return $bypass;
}
add_filter( ‘v_forcelogin_bypass’, ‘my_forcelogin_bypass’ );But did not work.
I do not know why, but the code bellow mabe return another url:
/* Redirect */
add_filter( ‘woocommerce_add_to_cart_redirect’, ‘skip_cart_redirect_checkout’ );function skip_cart_redirect_checkout( $url ) {
return wc_get_checkout_url();
}Do you have any idea?
Best regards.
Forum: Plugins
In reply to: [Force Login] Help with Woocommerce cartMore details:
/compra-segura/ is my checkout page;
/carrinho/ is my cart page;I’m using another snippet code to redirect cart directly to checkout page.
/* Redirect */
add_filter( ‘woocommerce_add_to_cart_redirect’, ‘skip_cart_redirect_checkout’ );function skip_cart_redirect_checkout( $url ) {
return wc_get_checkout_url();
}Forum: Plugins
In reply to: [WooCommerce] Issue with status orderHi @wpnomad
I did it (disabled plugins and swith my theme to storefront) and I opened a issue on github:
https://github.com/woocommerce/woocommerce/issues/25239
Regards.
Forum: Plugins
In reply to: [WooCommerce] Issue with status orderHi @wpnomad ,
Here is the screenshot https://snipboard.io/cZhQJ0.jpg
I did test with 3 gateways:
Paypal;
Juno (Brazil);
and Mercado Pago (South America).Regards.
Forum: Plugins
In reply to: [WooCommerce] Issue with status orderHello @wpnomad ,
Currently the status is processing.
I’m using “Juno Gateway” and plugin “Juno para Woocommerce”.Regards.
Hi @hadam3003
With this add on can I link a woocommwrce product with a learnpress course?
I think that is unique way to sell different products in one checkout.
Could you, please, explain?
Best regards.
Hi,
I have a similar necessity. There is a way to get this link without Woocommerce? Just Learnpress?
Best regards
Jader Silva