squadcar
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Select2 not working on ShippingAwesome! Thank you so much for getting on that so quick ??
Forum: Plugins
In reply to: [WooCommerce Square] Change sync interval no longer worksBoom! That did it, thank you sir ??
Forum: Plugins
In reply to: [WooCommerce Square] Change sync interval no longer worksThanks for the reply @mattdallan. Checking the Action Scheduler shows it still set to “Every 1 hour”. The site in question was setup purely to test the integration, and there’s only 2 products being synced. So the sync time is very short (under 1 minute).
The wc_square_sync shows under “Pending”, and the time is definitely in the future.
https://snipboard.io/ZDLqH5.jpg
I’m using Storefront (clean install with no customizations), with no plugins installed other than Woocommerce/Woocommerce Square.
Just to double check, the following code works for you when included in your theme’s functions.php?
add_filter( 'wc_square_sync_interval', function( $interval ) { return 15 * MINUTE_IN_SECONDS; } );
- This reply was modified 4 years, 2 months ago by squadcar.
Forum: Plugins
In reply to: [WooCommerce Square] How to change sync intervalHas anyone made any progress on this? Clearly the Woocommerce/Square docs are wrong, as ‘wc_square_sync_interval’ doesn’t do anything. I’ve achieved the same results as @nf-graphic-design, changing ‘wc_square_background_sync_cron_interval’ and am able to see the updated time in wp-crontrol, but the actual sync still remains at an hour.
This is true, SSL is pretty much a necessity. Well thanks for the replies, will give this some thought!
Thanks for the reply, will take that into consideration. Quick note: with the current pricing ($105), plus an SSL Cert ($75 from MT), you’re priced the same as the new Freshbooks ($15/month). Definitely interested in rolling my own solution, but hard to make the argument it’s worth it…
Forum: Plugins
In reply to: [Simply Instagram] cannot set images to size other than thumnail.Same issue. Makes no difference whether I use the shortcode in the page editor content area, or use do_shortcode in the theme files.
[simply_instagram endpoints=”users” type=”recent-media” size=”standard_resolution” display=”3″]
Does nothing but show thumbnails.