canferman
Forum Replies Created
-
Forum: Plugins
In reply to: [CartBounty - Save and recover abandoned carts for WooCommerce] not capturedthanks for your help
i changed related line from:
if ( $this->session_has_started() === false ){ session_start(); $session_id = session_id(); }
to:
if ( $this->session_has_started() === false ){ session_start(); } $session_id = session_id();
and it works correctly with session_id.
https://prntscr.com/je38jcIf there is no oddity, I can use it like this.
i will pruchase your plugin’s pro version in some days due to the effort you spend.
thanks a lot again…
Forum: Plugins
In reply to: [CartBounty - Save and recover abandoned carts for WooCommerce] not capturedthis is db ss: https://prntscr.com/je2k2z
Forum: Plugins
In reply to: [CartBounty - Save and recover abandoned carts for WooCommerce] not capturedsorry for my fault:
i chaged related line to
$products = WC()->cart->get_cart();
i am using wlcfc ver 1.4.3
and this is screenshot of captured data: https://prnt.sc/je2et8
Forum: Plugins
In reply to: [CartBounty - Save and recover abandoned carts for WooCommerce] not capturedmy woocommerce version is 3.1.0
Forum: Plugins
In reply to: [CartBounty - Save and recover abandoned carts for WooCommerce] not capturedi am changing line 76 of “class-woocommerce-live-checkout-field-capture-public.php”
from
$products = WC()->cart->get_cart_contents();
to
$products = WC()->cart->get_cart()->cart_contents;
and it works correctly…
but now, always dublicete data, i cant understand why dublicating…
and thanks for your quick reply ??
- This reply was modified 6 years, 6 months ago by canferman.
Forum: Plugins
In reply to: [CartBounty - Save and recover abandoned carts for WooCommerce] not capturedi forgot to write:
when i looked with inspect element, on colsole there is an “…com/wp-admin/admin-ajax.php 500()” error
and also, when i looked to my nginx error.log, there is an error about this:
2018/05/05 12:07:16 [error] 27804#27804: *56049 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined method WC_Cart::get_cart_contents() in /var/www/html/eski/wp-content/plugins/woo-save-abandoned-carts/public/class-woocommerce-live-checkout-field-capture-public.php:76 Stack trace: #0 /var/www/html/eski/wp-includes/class-wp-hook.php(298): Woocommerce_Live_Checkout_Field_Capture_Public->save_user_data('') #1 /var/www/html/eski/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters('', Array) #2 /var/www/html/eski/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /var/www/html/eski/wp-admin/admin-ajax.php(101): do_action('wp_ajax_nopriv_...') #4 {main} thrown in /var/www/html/eski/wp-content/plugins/woo-save-abandoned-carts/public/class-woocommerce-live-checkout-field-capture-public.php on line 76" while reading response header from upstream, client: ***.***.***.**, server: e*****.com, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.0-fpm.sock:", host: "eski.sevgilibebek.com", referrer: "https://e*****.com/market/chekout/"
- This reply was modified 6 years, 6 months ago by canferman.
There is no relevance to the theme or any other plugins,
i changed the theme and deactivate all other plugins, but the problem continues…
simply i just want to show loading proccess time of images and i wrote these lines of codes (php):
(with progress js).... var imgSrc = imgSrc = $(this).attr('src'); progressJs("img[src='" + imgSrc + "']").setOptions({ overlayMode: true, theme: 'blueOverlayRadiusWithPercentBar' }).start().set(1); $progress = document.querySelector('#progress'); var url = imgSrc; var request = new XMLHttpRequest(); request.onprogress = onProgress; request.onComplete = onComplete; request.onerror = onError; ....
XMLHttpRequest get errors
same issue
here is my link: https://giflix.net/world/2016/11/11/sun-movement/
- This reply was modified 8 years ago by canferman.
same problem
Forum: Plugins
In reply to: [WP Super Cache] how to disable for specific php fileis there anyone else to help me?