shanguo122
Forum Replies Created
-
Hi Steve,
Thank you for your reply!
Please visit https://titansecuritysupply.com/plugindeveloper/ so you can bypass the global country firewall rules.
Thank you
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Change the wishlist to “Project Lists” everywhereHi,
We already paid the YITH WooCommerce Wishlist Premium.
https://snipboard.io/xHtAEF.jpg
Can you help us this issue please?
Thank you!
- This reply was modified 1 year, 5 months ago by shanguo122.
Hi @babylon1999,
Thank you for your reply!
I think it’s a good idea to simply switch to Stripe and make changes there.
I finally find a way to move the Google/Apple pay button from the top of the checkout page to the payment section above the “Place Order” button.
https://snipboard.io/K4JuZy.jpg
Here’s how I did it. I?modified the action hooks starting at line 82 in the archive: /woocommerce-payments/includes/class-wc-payments-payment-request-button-handler.php.
I changed from
add_action( ‘woocommerce_checkout_before_customer_details’, [ $this, ‘display_payment_request_button_html’ ], 1 );
add_action( ‘woocommerce_checkout_before_customer_details’, [ $this, ‘display_payment_request_button_separator_html’ ], 2 );to
add_action( ‘woocommerce_review_order_before_submit’, [ $this, ‘display_payment_request_button_html’ ], 1 );
add_action( ‘woocommerce_review_order_before_submit’, [ $this, ‘display_payment_request_button_separator_html’ ], 2 );And here is a link of WooCommerce Visual Hook Guide: Checkout Page for people who want to put this button in a different position on the checkout page.
I’m still looking for a way to move Google/Apple pay button under Amazon Pay and hide the text “— OR —” under the Google/Apple pay button.
Thank you!
Hi @xue28,
I fixed this issue by using a translation plugin Say What(https://woocommerce.com/document/woocommerce-payments/customization-and-translation/change-title-in-checkout/).
I’m still looking for a solution without using any plugins.
Thank you!
Hi @xue28,
Thank you for your reply!
I tried the code you provide but it gave an error(https://snipboard.io/m2qTVs.jpg).
I think the reason is this code snippet is for WooCommerce Stripe but I’m using WooCommerce Payments(even WooCommerce Payment is based on Stripe).
Is there a code snippet we can use for WooCommerce Payment?
I will also post this question on all the other portals you listed to get help.
Thank you!
Hi,
I have the same question here about changing the gateway label “popular payment methods” to something else. Is there a way to change it without using any plugin?
Thank you
Hi Fahad,
I find the matched column in the Meta: _stock_at_295 and Meta: _stock_at_296.
I want to know how could I find this number(295/296) with the matched store (Please see attached).
Thank you!
- This reply was modified 1 year, 9 months ago by shanguo122.
- This reply was modified 1 year, 9 months ago by shanguo122.
Hi Kenil,
Thank you for your reply!
I want to know does the Pro version have the function to send customer/admin a email when the order is changed to a custom order status?
Please let me know.
Thank you,
ShanHi @quadlayers,
Thank you for your reply!
I just update to 4.8.4, however, it still shows state is optional even I set it as required.
Could you please help me to check?
Thank you!
https://snipboard.io/pUE6CL.jpgHi @quadlayers
My current version is 4.6.4
Hi @quadlayers,
I know those fields are to change the order note placeholder and label. My point is woocommerce checkout manager has the feature order notes and I want to get the help from you to put this label to the left instead of in the middle.
Thank you!
Hi @quadlayers,
I’m pretty sure woocommerce checkout manager has this feature. Please see the screenshot below.
Hi @quadlayers
Order Notes is not included in Billing or Shipping section. It’s an individual part and doesn’t come with clear row option (please see attachment).
https://snipboard.io/SlE5jK.jpg
https://snipboard.io/UT1JlD.jpg
Thank you