eWallz
Forum Replies Created
-
Forum: Plugins
In reply to: [Migrate to WooCommerce Multivendor Marketplace] Migration problem for WCMPhi, same problem here using the latest version. Is this plugin still working?
+1 too. please add mailjet api support. Mailjet & Mailgun got cleaner sender IPs compared to sendgrid & others.
Ok. already submitted request.
Forum: Plugins
In reply to: [Bot for Telegram on WooCommerce] Some Issues with Variable ProductsHi, you can test chat with my bot @nazzmkbot
Where can i get the api url?1. The variable price issue still persist on 1.0.6. If you chat with my bot > shop > pick Tshirt category. There are 2 variable product I labelled with (variable). When you tap the category, all normal products display the price normally, but these 2 variable products price were empty. Price range only shown on single product display.
2. 1.0.6 now fixed the selected variable on cart. But can you adjust the variable text formatting to display the same capitalization as set in woo? currently all variable will be shown on lowercase both on single product & cart. You can test it on mybot. Example for size selection: Set in woo S,M,L,XL…in bot shown s,m,l,xl
thanks
- This reply was modified 4 years ago by eWallz.
Forum: Plugins
In reply to: [Bot for Telegram on WooCommerce] User Registration mechanism1. Yes, correct.
2. This will be very helpful. User can simply tap the tracking link sent.
3. ok fine…or maybe can put enable/disable emoji/icon next the the buttons?
4. thank you!
5. cool.currently the form was set up on localhost. Do you have any generic css snipets so that I can hook it into the field custom css?
I had to enable the dropdown search function so that the select area can open ontop of other elements.
Hi Patrick, to replicate the issue, you can create a select and add the following setup:
Option1: 0
Value1: 0Option2: 1
Value2: 1then Set the field as Required.
when Value1 = 0, Validation fail
when Value1 = none/zero/etc, Validation passForum: Themes and Templates
In reply to: [Woostify] Support for Show/Hide toggle on WC Password fieldYou can simply setup a plain woocommerce site with default 2020 theme + woo plugin so that all the wc pages will use the default woo templates.
Go to My Account page and you can see on the password field (for login & register form), there’s “eye” icon next to the password input to toggle show/hide the inserted password.
But when you switched to woostify, the theme will override default woo template and this password eye toggle no longer available.
If the dev team can’t do the fixes soon, can you advise which older version that don’t have this bug? AFAIK the older version (not sure which one) I can use the input field without issue.
Thank you so much Patrick ??
you can try this github version https://github.com/lamanrasmi/elementor-white-label.
it adds a few more checkboxes option:
– hide nerd boxes
– hide pro elements
– hide pro themebuilder
– hide pro popups menu in admin (no checkbox)
– hide go pro buttons
– hide go pro menu in admin (no checkbox)Forum: Plugins
In reply to: [WC Builder - WooCommerce Page Builder for WPBakery] Doesn’t show wp bakerydoes not seems to be updated. no support reply whatsoever…
my bad..upon further testing..actually i can just copy & paste the Label text into the Value input to make it display the same…
Forum: Plugins
In reply to: [PW WooCommerce Affiliates] How to change the default affiliate url?Works great! I set it to site url like this:
function custom_pw_affiliates_shop_page_url( $url ) { // Change this to suit your needs: return get_site_url(); } add_filter( 'pw_affiliates_shop_page_url', 'custom_pw_affiliates_shop_page_url' );