davidandrew
Forum Replies Created
-
I went through the Stripe docs:
– This is the only platform using the stripe account
– Account is now verified and connected
– Platform controls are enabled
I still get the client side JS error. Is this an issue with the plugin JS?Forum: Plugins
In reply to: [Jigoshop eCommerce] Any way to set cart expiration?Hi There
The solution that worked for me was this (your code put me in the right direction):
add_action('jigoshop\cart\save', function() { $_SESSION['cart_expiration_time'] = time() + (7200 * 1); // 2hrs }); add_action('init', function() { if(isset($_SESSION['cart_expiration_time']) && $_SESSION['cart_expiration_time'] < time()) { unset($_SESSION['cart_expiration_time']); setcookie('jigoshop_cart_id', '', time() - 3600, '/'); setcookie('jigoshop_session_key', '', time() - 3600, '/'); } });
Regards
Dave
- This reply was modified 5 years, 9 months ago by davidandrew.
- This reply was modified 5 years, 9 months ago by davidandrew.
- This reply was modified 5 years, 9 months ago by davidandrew.
- This reply was modified 5 years, 9 months ago by davidandrew.
Forum: Plugins
In reply to: [Jigoshop eCommerce] Any way to set cart expiration?Hi
Apologies for the stream of updates. I have managed to test that the $_SESSION[‘cart_expiration_time’] is indeed being set and unset.
What is not happening is the $_SESSION[‘jigoshop_cart_id’] and $_SESSION[‘jigoshop_cart’] are not being unset.
Regards
Dave
Forum: Plugins
In reply to: [Jigoshop eCommerce] Any way to set cart expiration?Could you also list which version of jigoshop-ecommerce you are using.
Thanks
Dave
- This reply was modified 5 years, 9 months ago by davidandrew.
- This reply was modified 5 years, 9 months ago by davidandrew.
Forum: Plugins
In reply to: [Jigoshop eCommerce] Any way to set cart expiration?Hi
I been looking through the ‘actions’ in your jigoshop ecommerce documentation. I can’t find any reference the the add_action tag ‘jigoshop\cart\save'[1]. Is it simply it hasn’t been added to the list?
TIA
Dave
[1] https://www.jigoshop.com/documentation/jigoshop-ecommerce-actions/
- This reply was modified 5 years, 9 months ago by davidandrew.
Forum: Plugins
In reply to: [Jigoshop eCommerce] Any way to set cart expiration?Hi
I tried adding the code and the Expires / Max-Age value stays the same
1969-12-31T23:59:59.000Z
I have to admit I am no cookie expert. Is there a chance you could provide the test environment you are using so I can replicate it:
– Theme
– WP versionThanks
Dave
Forum: Plugins
In reply to: [WooCommerce] HTTPS messageHi there
I too was having the same issue. This is what I did to create the issue:
– Created domain in Plesk
– Installed fresh copy of WP
– Run ‘Let’s Encrypt’ within Plesk to add a cert to the domain
– Installed Woocommerce > Got false positive error message
– Updated URLs inSettings > General to https > Got false positive error message* This is what I did to resolve the issue (after a lot of unit testing!!)
– Deactivate the Woocommerce plugin
– Reactivate the plugin > No error messageI’m no expert but something triggers the error if you add an SSL cert domain after installing WP. Fortunately the resolution in my case was quite simple.
Hope this helps someone.
Dave
- This reply was modified 6 years, 3 months ago by davidandrew.
- This reply was modified 6 years, 3 months ago by davidandrew.
Forum: Plugins
In reply to: [Tinypass] Tinpass wordpress plugin setup – no popupMany thanks for the swift response.
I did realise after posting that I was reading the wrong documentation so in this instance the problem was the squidgy bit, fleshware, me :s
Kudos for making the labelling a bit clearer.
Forum: Plugins
In reply to: [Lightbox Gallery] [Plugin: Lightbox Gallery] Multiple GalleriesI too was pulling my hair out with this one.
Use it in conjuntion with ‘Multiple Galleries’ plugin [1]. Works a treat.
[1] https://www.ads-software.com/extend/plugins/multiple-galleries/