Title: seforoth's Replies | WordPress.org

---

# seforoth

  [  ](https://wordpress.org/support/users/seforoth/)

 *   [Profile](https://wordpress.org/support/users/seforoth/)
 *   [Topics Started](https://wordpress.org/support/users/seforoth/topics/)
 *   [Replies Created](https://wordpress.org/support/users/seforoth/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/seforoth/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/seforoth/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/seforoth/engagements/)
 *   [Favorites](https://wordpress.org/support/users/seforoth/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/seforoth/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/seforoth/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Opening Hours after update no longer displayed](https://wordpress.org/support/topic/opening-times-after-update/)
 *  [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [9 years ago](https://wordpress.org/support/topic/opening-times-after-update/page/2/#post-9196499)
 * [@tijmen](https://wordpress.org/support/users/tijmen/) Smit
    The link above is
   dead: [https://gist.github.com/tijmensmit/eb6adab62fd96ac474b7](https://gist.github.com/tijmensmit/eb6adab62fd96ac474b7)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Analytics for WooCommerce] Is this plugin definitely abandoned?](https://wordpress.org/support/topic/is-this-plugin-definitely-abandoned/)
 *  [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/is-this-plugin-definitely-abandoned/#post-9115342)
 * Plugin is not abandoned. It just suffers because of poor testing. You can view
   activity from their Github location as well: [https://github.com/woocommerce/woocommerce-google-analytics-integration](https://github.com/woocommerce/woocommerce-google-analytics-integration)
 * Last update was 5 days ago.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Select2 ajax error solution](https://wordpress.org/support/topic/select2-ajax-error-solution/)
 *  Thread Starter [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/select2-ajax-error-solution/#post-9006735)
 * I recommend creating a migration using the following plugin: [https://en-au.wordpress.org/plugins/all-in-one-wp-migration/](https://en-au.wordpress.org/plugins/all-in-one-wp-migration/)
 * Then setup a staging area and import the migration to it. You can then deactivate/
   delete WC v3 on your live version without any worries what-so-ever. Once you’ve
   downgraded to the previous WC version, you’ll be able to see what’ll happen to
   the orders. I seriously doubt you will lose anything, as I haven’t noticed much
   of a difference, but in any case you’ll have the migration to return back to 
   your original state if anything were to go wrong.
    -  This reply was modified 9 years, 2 months ago by [seforoth](https://wordpress.org/support/users/seforoth/).
    -  This reply was modified 9 years, 2 months ago by [seforoth](https://wordpress.org/support/users/seforoth/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jellyfish Counter Widget] Counter is going passed the end number](https://wordpress.org/support/topic/counter-is-going-passed-the-end-number/)
 *  [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/counter-is-going-passed-the-end-number/#post-6527035)
 * Can confirm the same issue
 * [jellyfish_counter end=11]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Ajax Product Filter] Filter by category??](https://wordpress.org/support/topic/filter-by-category-7/)
 *  [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/filter-by-category-7/#post-5303790)
 * Without being able to sort by categories makes this plugin rather extremely limited.
 * Is there an ETD on when this is going to be available?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Custom post types not seen by get_post_types](https://wordpress.org/support/topic/custom-post-types-not-seen-by-get_post_types/)
 *  Thread Starter [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/custom-post-types-not-seen-by-get_post_types/#post-6347787)
 * Sweet, thank you very much for that.
 * Hardly worth the change for the single plugin, but sadly I hadn’t come across
   the thread you linked to while I was searching for an answer 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Bulk Update for Lat Long](https://wordpress.org/support/topic/bulk-update-for-lat-long/)
 *  Thread Starter [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/bulk-update-for-lat-long/#post-6321696)
 * Hi Tijmen,
 * Thank you very much on the info!
 * However, I couldn’t wait so I jerry-rigged something yesterday 😉 Here is the
   code if anyone else is interested.
 *     ```
       <?php
       if ( isset( $_POST['update_all_entries'] ) ) {
       		global $wpdb;
   
       		$stores = $wpdb->get_results( "SELECT * FROM $wpdb->wpsl_stores" );
   
       		foreach ( $stores as $store ) {
       			$address = urlencode($store->address.','.$store->address2.','.$store->city.','.$store->state.','.$store->zip.','.$store->country);
       			$url = "http://maps.google.com/maps/api/geocode/json?sensor=false&address={$address}";
       			$data = file_get_contents( $url );
       			$data = json_decode( $data );
   
       			$lat = $data->results[0]->geometry->location->lat;
       			$lng = $data->results[0]->geometry->location->lng;
   
       			$result = $wpdb->query( $wpdb->prepare( "UPDATE $wpdb->wpsl_stores SET lat = %f, lng = %f WHERE wpsl_id = %d", $lat, $lng, $store->wpsl_id ) );
       			sleep(2);
       		}
       	}
           ?>
                           <form method="post" action="http://homyped.dev/wp-admin/admin.php?page=wpsl_settings" accept-charset="utf-8">
       					<input type="submit" id="update-all-entries" name="update_all_entries" value="UPDATE ALL ENTIRES">
       					</form>
       ```
   
 * I’ve added this code to the map-settings.php as it made the most sense to have
   it there.
 * Kind Regards,
 * Sef
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] get_terms for 'pa_' attribute returning nothing](https://wordpress.org/support/topic/get_terms-for-pa_-attribute-returning-nothing/)
 *  [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/get_terms-for-pa_-attribute-returning-nothing/#post-5983037)
 * Because you didn’t have any products assigned to any of the attributes at the
   time
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Multiple domains share same inventory](https://wordpress.org/support/topic/multiple-domains-share-same-inventory/)
 *  Thread Starter [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multiple-domains-share-same-inventory/#post-5145848)
 * You’re the best man! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Multiple domains share same inventory](https://wordpress.org/support/topic/multiple-domains-share-same-inventory/)
 *  Thread Starter [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multiple-domains-share-same-inventory/#post-5145843)
 * I’ve got a brilliant idea for you guys!
 * How about listing out all the roadmap features and let people fund these for 
   you so they become available quicker as you would then have money to throw at
   it? You could also make features available free to those who had funded a certain
   minimum amount as a return on their investment so to speak 🙂
 * How much money would you require to get this fully developed? My client might
   be interested in funding it as he is in need of such a feature. He operates a
   lot of online stores and is after something that lets him centralize all the 
   inventory management.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Multiple domains share same inventory](https://wordpress.org/support/topic/multiple-domains-share-same-inventory/)
 *  Thread Starter [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multiple-domains-share-same-inventory/#post-5145836)
 * Thank you very much for the really quick reply 🙂
 * Is there a rough date when this may be available?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Multiple domains share same inventory of products](https://wordpress.org/support/topic/multiple-domains-share-same-inventory-of-products/)
 *  Thread Starter [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/multiple-domains-share-same-inventory-of-products/#post-5142764)
 * Anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Action hook on removing product from cart](https://wordpress.org/support/topic/action-hook-on-removing-product-from-cart/)
 *  [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/action-hook-on-removing-product-from-cart/#post-5055113)
 * Hi Lukasz,
 * I’m facing the same issue and was wondering if you managed to find an answer?
 * Thank you very much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Multi-Step Forms] "Please fill out the form on the previous page" problem again.](https://wordpress.org/support/topic/please-fill-out-the-form-on-the-previous-page-problem-again/)
 *  [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/please-fill-out-the-form-on-the-previous-page-problem-again/#post-4339183)
 * Unfortunately, hasn’t worked for me. I even tried clearing cookies and everything
   and it still didn’t work. So I went back to v1.0 again as it’s the only one that
   works for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Multi-Step Forms] "Please fill out the form on the previous page" problem again.](https://wordpress.org/support/topic/please-fill-out-the-form-on-the-previous-page-problem-again/)
 *  [seforoth](https://wordpress.org/support/users/seforoth/)
 * (@seforoth)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/please-fill-out-the-form-on-the-previous-page-problem-again/#post-4339131)
 * I’m having the same issue as well and I’m seeing the same error as xikky is on
   webheadllc’s demo page.
 * I’ve tested all the versions for this plugin and the only one that actually works
   is v1.0. So my guess is something must have gone wrong after that.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/seforoth/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/seforoth/replies/page/2/?output_format=md)