choutin
Forum Replies Created
-
Forum: Plugins
In reply to: [Business Hours Indicator] fatal errorIt is all English. The wordpress version and your plugin both English. Time zone is New York.
Date format is July 5, 2020
Time format is 12:00 PM.
Don’t know where this word come from.Forum: Plugins
In reply to: [Business Hours Indicator] fatal errorIt is the time. it means 12pm in Chinese. Didn’t change code.
Forum: Plugins
In reply to: [Business Hours Indicator] fatal errorI have a time location set from 1am to 9pm. there is some content will appear between 1am to 9pm. In this time location I have another content I want to appear only 12pm to 5pm. so it is like this.
[mbhi_ifopen location=”first name”]
My first contents appear from 1am to 9pm[mbhi_ifopen location=”second name”]
my contents only appear from 12pm to 5pm
[/mbhi_ifopen ]
my third contents appear from 1am to 9pm
[/mbhi_ifopen]
Forum: Plugins
In reply to: [Business Hours Indicator] fatal erroror it might be due to on location inside another location which cause the fatal error.
Thank you. Using the first code works now. Something was wrong, maybe the ” copy directly not working.
I have try the code but doesn’t work. Can you help write the whole code? Thank you.
Ok, I have change it on the style.css
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] time not displayThank you I fixed the problem with the action hook
add_action( ‘wpo_wcpdf_after_order_data’, ‘wpo_wcpdf_pickup_time’, 10, 2 );
function wpo_wcpdf_pickup_time ($template_type, $order) {
#my code
}I got it now.
change the
add_action( ‘woocommerce_email_before_order_table’, ‘wpo_wcpdf_pickup_time’, 10, 2 );
function wpo_wcpdf_pickup_time ($template_type, $order) {to
add_action( ‘wpo_wcpdf_after_order_data’, ‘wpo_wcpdf_pickup_time’, 10, 2 );
function wpo_wcpdf_pickup_time ($template_type, $order) {Now just another question. How do you change the size of item_meta/product meta.
I use the woocommerce-custom-product-addons to add the product options. but on pdf the options is really small. I can change all others size but not the options.
Here is the link to the product.
https://acowebs.com/downloads/woocommerce-custom-product-addons/Thank you for the help
Below is the reply from stripe specialist. Can you take a look.
Hi there,
Thanks for reaching out to us. My name is Jake, and I’d be happy to help with your questions on the error you’re receiving with WeChat.
I wanted to clarify that the URL received as the wechat[qr_code_url] when creating a WeChat Source is the QR code itself, rather than a webpage to redirect the user to. You should show the customer the QR code using the URL, rather than redirecting them from your checkout page. You can see an example of this in our payments demo here:
https://stripe-payments-demo.appspot.com/
To help your developer, we have the code for the payments demo available in GitHub here:
https://github.com/stripe/stripe-payments-demo
Please let me know if you have any other questions and I’d be happy to help get them answered.
Best,
Jakehttps://www.staging3.haohappymall.com
It is in Chinese, please use google translation. Thank you.
yes, It works after delete the test mode customer id.
for wechat payment, on test mode it is working.
on live mode, it is stuck after click pay/wechat. Please take a look. Thank you.I also test the wechat payment and set billing to cn. but when I click the payment it stuck and does not redirected to wechat or general qr code for payment. Please check it. Thank you.
I am on the version 3.0.10. This only occur on admin account. for the guest and new register user or at lease one exist customer I tested, It is working fine.
So for right now I think it is the admin account. but might affect some of the exist user. Thank you for your support. Please do let me know if you have add the alipay and confirm the wechat pay without needing a CN billing. Thank you.Best Regards,
Choutin
It was working yesterday when I testing it. but no luck today.
It works when guest checkout or new customer I created. But I don’t know if exist customers will occur the same problem.
I have this problem with woocommerce stripe gateway by woocommerce when I updated to their newest version on another site. so I have to roll back to earlier version and problem solved. I don’t know about your.
below is The woocommerce failures log
2020-02-26T03:53:51+00:00 CRITICAL /home/autofash/staging/3/wp-content/plugins/woo-stripe-payment/includes/class-wc-stripe-customer-manager.php
line no. 30th Uncaught Error: Call to a member function get_error_message() on null in /home/autofash/staging/3/wp-content/plugins/woo-stripe-payment/includes/class-wc-stripe-customer-manager.php:30
Stack trace:
#0 /home/autofash/staging/3/wp-includes/class-wp-hook.php(288): WC_Stripe_Customer_Manager->checkout_update_customer(Object(WC_Customer), Array)
#1 /home/autofash/staging/3/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(”, Array)
#2 /home/autofash/staging/3/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/autofash/staging/3/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(1042): do_action(‘woocommerce_che…’, Object(WC_Customer), Array)
#4 /home/autofash/staging/3/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(1116): WC_Checkout->process_customer(Array)
#5 /home/autofash/staging/3/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(462): WC_Checkout->process_checkout()
#6 /home/autofash/staging/3/wp-includes/class-wp-hook.php(288): WC_AJAX::checkout(”)