yrj414
Forum Replies Created
-
But my colleagues need to use these webhooks
https://snipboard.io/9mJT2o.jpg
I only know that my colleagues called these webhooks. I just turn it off so it doesn’t trigger multiple times
My colleague created the order using the api. But woocommerce_deliver_webhook_async and wc-admin_import_orders in webhook are constantly triggered.
https://snipboard.io/XLt8lW.jpg
- This reply was modified 1 year ago by yrj414.
Forum: Plugins
In reply to: [UpSell for WooCommerce] Quantity DisplayHI, I found on your website that you are using HSBC’s payme payment function. I would like to ask if there is a plug-in that can realize this function. Did you use plugin to achieve it?
I can’t redirect successfully when I use the lightbox mode, is there any solution
ok.thx
add_filter(‘uwp_login_redirect’, ‘uwp_login_redirect_cb’, 10, 4);
function uwp_login_redirect_cb($redirect_to, $redirect_page_id, $data, $user){
if(isset($user) && in_array( ‘customer’, (array) $user->roles )){
$redirect_to = home_url(‘/shop/’);
}return $redirect_to;
}I tried to put this code in function.php under theme, but it did not successfully jump to the product page
Yes it is this function
What do i need to do
But I made a judgment myself, when the login role is the user, it will automatically jump to the product page, but it seems to conflict with the Login Redirect Page in the user wp option
Oh, I found the solution to the binding method, because I introduced jQuery myself and caused an error. I have taken care of it
ok,thx
I have already set up Core + Popper and still report an error, but as long as I disable user wp, this error will not be reported
But when I view the webpage code, there is no such tag <meta name = “keyword” content = “xx, xxxx, xx” />, does it mean that adding keywords failed