ronald_edelschaap
Forum Replies Created
-
Hi Notrobo,
That is not how this plugin works. It hides the shipping address fields for specific shipping methods, not just for virtual and/or individual products.
Forum: Reviews
In reply to: [WooCommerce Hide Checkout Shipping Address] not workCan you please specify what doesn’t work and what you have tried to make it work?
Hi @anpaostudio,
I kinda hate to say it, but both sites seem to work fine. Also the checkbox is hidden when I try it out. See the following screenshots:
Hi @anpaostudio,
Orders created with shipping methods with the hide function enabled, won’t have a shipping address in the admin, emails or the order confirmation page after the checkout.
On the checkout page, the entire shipping address section (the “Ship to a different address?” checkbox included) should be hidden. I tested this with the default WooCommerce checkout page and with a number of themes. Can you please send me the URL of your website so I can take a look at the checkout page?
Thanks!
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Not Working with Woocommerce 2.6Thank you very much, that would be great!
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] not working with shipping zones?My sincere apologies for the delay! The plugin has now been updated to support the new shipping zones that came with WooCommerce 2.6.
The plugin has now been updated to support the new shipping zones that came with WooCommerce 2.6. The option should now be available on the individual method setting pages.
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Not Working with Woocommerce 2.6My sincere apologies for the delay! The plugin has now been updated to support the new shipping zones that came with WooCommerce 2.6.
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Not working with TicketsIt looks like Stripe has a bug and needs a shipping address for some reason.
I recommend you to contact the developers of the Stripe plugin you use. (Perhaps Stripe from WooThemes?)
Sorry for not coming back at you sooner (I haven’t received any notification).
I ran some tests and you’re right. It looks like some sort of taxonomy cache is being built too early by the shipping method initializer, which my plugin uses.
I might have found a fix. I tested it, but maybe you want to test it as well before I publish the update?
On line 60 in
wp-content/plugins/woocommerce-hide-checkout-shipping-address/woocommerce-hide-checkout-shipping-address.php
, please changeadd_action( 'woocommerce_init', array( $this, 'wc_init' ), 99999 );
to
add_action( 'init', array( $this, 'wc_init' ), 11 )
Could you let me know if everything works fine?
Hi,
That sounds odd, since this plugin doesn’t do anything with taxonomies. I just tested this for you on a clean WP site with nothing but WooCommerce and this plugin.
With the following code in functions.php of my theme (just the default WP theme), I get an array with the category ID’s as expected:
add_action( 'woocommerce_after_shop_loop_item', function() { global $product; print '<pre>' . print_r( wc_get_product_cat_ids( $product->id ), true ) . '</pre>'; });
Hi Alundra,
This plugin only hides the shipping address for specific shipping methods, it doesn’t check for downloadable products. But if all your products are downloadable, maybe you can rename a shipping method to “Download” with no handling fee and activate this plugin for that shipping method?
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Not able to check settings pageHi rachim,
The settings are on the shipping settings page (WooCommerce > Settings > Shipping) and on the settings page of each individual shipping method.
Please note that this plugin only works in combination with shipping methods, not with payment methods. So the shipping address can only be hidden when the visitor selects a specific shipping method.
Kind Regards,
Ronald EdelschaapForum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Support for free downloadsHi Aaron,
Downloads are not supported in the current version, but thanks for the idea! I will keep it in mind when I have time to improve the plugin.
Ronald
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] ErrorThe update has already been pushed to WordPress, so you can update the plugin now.