mobi5965
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Deprecated warningssame here, many “Deprecated” warnings.
Yes correct, when customer go through normal checkout page shipping prices are correct as there customer adds their address, but on cart page new customers dont have address so system cant calculate the shipping and amazon button on cart page process the order without shipping prices adjusted by the hook ““woocommerce_package_rates”” I m thinking to use Geolocation to set customers country on cart page for new customers so system can calculate and set the shipping on cart page too.
Forum: Plugins
In reply to: [WooCommerce] Fragment Refresh not workingThis works, tested with woocommerce version 8.0.1
if ( !wp_script_is( ‘wc-cart-fragments’, ‘enqueued’ ) && wp_script_is( ‘wc-cart-fragments’, ‘registered’ ) ) {
// Enqueue the wc-cart-fragments script
wp_enqueue_script( ‘wc-cart-fragments’ );
?}
Still i m receiving the email even i have updated the email preferences to none.
See the screenshots i attached
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Issue with paypal checkoutOur store already have set
Default customer location
toStore country/region
, means this is not going to help, but I have downgraded the plugin to 1.9.5 and now its working.Forum: Plugins
In reply to: [WooCommerce PayPal Payments] “Please enter an address to continue”HI, I am having the same issue, and even though a week is passed no update is released for the plugin with the fix.
Forum: Plugins
In reply to: [WooCommerce Amazon Pay] Change amazon pay button oder product pageHi, I have already solved the issue using your previous code in wp_loaded.
Thanks.
Forum: Plugins
In reply to: [WooCommerce Amazon Pay] Change amazon pay button oder product pageOK thanks,
I tried this with “init” and “wp_loaded” but its not working.
And also it would be good to show these options/fields on cart/checkout/order emails like this ( with prices ) https://we.tl/t-AGyoSJTOIJ
- This reply was modified 2 years, 3 months ago by mobi5965.
Well you havent added this feature, in 1.5.3. Otherthan this plugin is excellent.
This is what I was referring to https://s3.envato.com/files/262427974/02.%20WooCommerce%20product%20options%20plugin.jpg
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] HTTP redirect issueNO, really simple SSL plugin helped solve this issue.
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] HTTP redirect issueI don’t have any SSL plugin, and in WordPress -> Settings -> General its HTTPS.
I am using wildcard ssl by ionos hosting, its working fine, but the only issue is when someone tries to visit the site with http it wont redirect to https.Forum: Plugins
In reply to: [Affiliates Manager] import datais there any way to achieve this? like moving some specific database table ?