sansoon
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Configurator for WooCommerce] Support for Abandoned cart recoveryHi Marc,
I am using Cart Lift
https://www.ads-software.com/plugins/cart-lift/
I used several abandoned cart plugins so far like for example YITH WooCommerce Recover Abandoned cart and CartBounty, but so far the most complete and reliable is Cart Lift, and it doesn’t make website slow like Cartbounty.
If you need anything else, please let me know.
Regards,
ShandyForum: Plugins
In reply to: [Product Configurator for WooCommerce] WPML Multi CurrencyHi Marc,
I can confirm that it’s now solved!
Thank you so much for the update ?? I really appreciate it.
Regards,
ShandyForum: Plugins
In reply to: [Product Configurator for WooCommerce] WPML Multi CurrencyHi Marc,
Sorry, that development site has been terminated, it’s on live site now:
I have updated the configurator extra price plugin to 1.1.15, however the issue still persists:
https://exacoat.com/product/galaxy-s22-ultra-skins
And yes, the base price is in IDR, and it displays 0 USD when changing on the configurator page.
Regards,
ShandyForum: Plugins
In reply to: [Product Configurator for WooCommerce] WPML Multi CurrencyHi Marc,
Any update regarding this?
I am about to renew my license, hence I need to know if this will be fixed..
Regards,
ShandyForum: Plugins
In reply to: [Product Configurator for WooCommerce] WPML Multi CurrencyThank you!
Will be waiting for the good news & updates ??
ShandyI will mark this as resolved.
Dear Marc,
Thank you so much, it’s the script manager issue since the url is changed, hence I just need to add the translated product slug to the exception.
Issue is fixed now ??Hi,
I don’t show the option on cart and checkout page.
You can add parameters:
https://exacoat.com/cart/?currency=EUR
https://exacoat.com/cart/?currency=IDR
https://exacoat.com/cart/?currency=USD
Regards,
ShandyHi,
It’s on https://exacoat.com/cart
Regards,
ShandyHi, thank you for your reply.
Actually yes, I am using FOX multi currency plugin, and it could disable the payment gateway correctly on the checkout page, but not on the cart page (PayPal button below the ‘Checkout’ button)
I really love the feature to show the PayPal button on the cart page.
Regards
Hi, Thank you for the response,
Sorry, but CURCY has more features and I now come back to CURCY Multi currency again.
It would be great if you add the feature to both plugin or CURCY ??I’ll be waiting, thank you!
Forum: Plugins
In reply to: [Woongkir] Free shipping maksimum Rp 20.000?Ingin update saja untuk yang mungkin mau menggunakan fitur seperti ini bisa menambahkan kode berikut ke functions.php
function woocommerce_shipping_method_add_rate_args_woongkir( $rate ) { $min = 15000; if ( isset( $rate['id'] ) && strpos( $rate['id'], 'sicepat:REG' ) && $rate['cost'] > $min ) { $rate['cost'] = ($rate['cost'] - $min ); } else if ( isset( $rate['id'] ) && strpos( $rate['id'], 'sicepat:REG' ) && $rate['cost'] <= $min ) { $rate['cost'] = ($rate['cost'] * 0); } return $rate; } add_filter( 'woocommerce_shipping_method_add_rate_args', 'woocommerce_shipping_method_add_rate_args_woongkir' );
Kode ini saya gunakan untuk memotong ongkir khusus untuk sicepat REG maksimal 15.000 ??
Hi Jasmine,
Sorry, I changed the option earlier just because I need it to show on the homepage.
I have other more important problem:
My pop up is meant for a language selector, so for example if i visit
https://exacoat.com
It will show 2 button which is english (exacoat.com) and indonesian (exacoat.com/id)If I choose english, the pop up keep appearing indefinitely, even though I’ve enabled the pop up to show only once.
This happen to almost all of our visitors, and I realized the 80% drop in sales because they are stuck between the pop up.
But strangely sometimes it works just fine, sometimes it became looped.
Is this a known bug? I could provide a staging site if you want.
Turns out I need to choose ‘Pages’ first and wait around 5 seconds since I have around 60 pages.
I have excluded the https://exacoat.com/link page only, but it wont appear as well on my homepage. Other page the pop up appeared.
Forum: Plugins
In reply to: [Product Configurator for WooCommerce] Display all layer options on pageTry this CSS
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices { display: block; }
- This reply was modified 3 years, 3 months ago by sansoon.