Why doesn’t any of your PDF links work?
https://cedcommerce.com/media/userguides/jet-woo/jet-woocommerce-integration.pdf – broken
Chat line link broken. All YT videos for tutorials have comments disabled and are out of date.
The Jet Set Go WooCommerce plugin uses $_SESSION. This is an anti-pattern for scalable/cloud hosting systems which are becoming increasingly common. See https://pantheon.io/docs/wordpress-sessions/.
It also writes cookies with the name starting with “SSESS” which Varnish caching blocks.
Can you adjust the plugin to work better across distributed hosting environments? At present, the use of the $_SESSION variable in cookie-based session tracking named “SSESS” busts our cache so that our server performance is severely hindered. Even just renaming the cookie from SESS… to, say, STYXKEY_… would fix the problem.
This would be the case for any host that uses Varnish caching for WordPress.
]]>Is there a way to easily allow other users other than “Administrators” to access this plugin?
I would like to grant “Shop Managers” access and NOT make everyone Admins.
]]>I did all correct (following the video instruction). But “Enable Api” button wasn’t display.
I made search by phrase “Enable Api” in plugin files, but nothing found.
Also, I found place where this button should be placed – https://joxi.ru/J2bv5OS4kbJV26.jpg only 2 buttons (Save and Reset).
How can I connect to my Jet store?
Thanks.