odamli
Forum Replies Created
-
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Shipping Error | PremiumHey
Sorry I guess I don’t have an answer to your problem but just curious that how do you trigger the side cart from the menu cart icon and adjust the icon color and shape?
I’m using premium version as well.Thank you
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Customize error messagesure
odamli@ruiyingbiotech.comThank you
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Hide Order Summary sectionHi
This might help, paste the code in your theme function.php
if ( ! function_exists( 'wmsc_delete_review_step' ) ) { function wmsc_delete_review_step( $steps ) { unset( $steps['review'] ); return $steps; } } add_filter( 'wpmc_modify_steps', 'wmsc_delete_review_step' );Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Customize error messageMy woocommerce.pot file is already translated but it still won’t work, I think it’s under multi-step checkout pro “validate the fields during each step” function.
When I’m not using this function, everything shows fine:
screenshot-without-using-validate each stepAnd after I activated this function it shows “billing” instead of translated words”帳單”:
screenshot-using-validate each stepSo can you check that is there a additional alert message coming from the plugin while validating the fields during each step? Thank you for your time, really appreciated the support.
BTW the website mentioned :https://www.lessmore.com.tw/- This reply was modified 5 years, 8 months ago by odamli.
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Customize error messageHi
I changed the limitation of the linked screenshots.
I translated the ‘wp-multi-step-checkout.pot’ file with PoEdit and yes I compiled it to a .mo file and uploaded them. Everything that I translated worked just fine like it did in free version except the error notice part shows ‘billing’ instead of translated words in pro version as I showed in above screenshots.
Hope there is a way to add filter or action to adjust the text in error message.
Regards
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Numbers are not allowed in Name fieldsHi
You tried to copy and paste and it worded so I tried to type them in somewhere else and then copy and paste them and suddenly it all worded out.
It might be some string errors when directly typing in function.php cuz even when I typed in numbers and letters it shows errors. Copy and paste can avoid that error.Thank you.
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Numbers are not allowed in Name fieldsno it shows “syntax error, unexpected ‘ ‘ (T_STRING)” after I translate it into Chinese in functions.php
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Order-review layout changedHi
Yup I got it! After I unchecked “Add product thumbnails to the Order Review section” it came out normal.
Thank you!Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Order-review layout changedForum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Swap Billing – Order stepHi Diana,
Thank you it worked.
Is there a way to validate the fields during each step without going pro?
Since this is the only feature that I need in pro version.Regards