Repository › Forums › Support › WooCommerce Extended Coupon Features PRO › Shipping Method doesnt work
- This topic has 7 replies, 2 voices, and was last updated 6 years, 4 months ago by Soft79.
- AuthorPosts
- April 29, 2020 at 5:26 pm #15473AdminParticipant
Hi, I am trying to make a coupon that is only usable for users using “advanced shipping” delivery options.
Currently I have it like this https://gyazo.com/4a455f4335b7a6a06de14c1a02b13e2d but whenever i try to order using the coupon with the “advanced shipping” delivery option selected, it says this https://gyazo.com/e653102df4a990241d70803368f5a0c3
I understand that advanced shipping is not a default woocommerce shipping method but is it possible to do so?
Thanks
April 29, 2020 at 5:36 pm #15498Soft79KeymasterWhat shipping plugin do you use?
April 29, 2020 at 5:42 pm #15499AdminParticipantHey There, I am currently using Advanced Shipping Method.
The plugin works when I do normal Shipping but just this Advanced Shipping does not work.
April 29, 2020 at 5:47 pm #15500Soft79KeymasterWhat plugin? There’s several ‘advanced shipping’ plugins…
April 29, 2020 at 5:50 pm #15501AdminParticipantSorry, Exactly this one https://codecanyon.net/item/woocommerce-advanced-shipping/8634573
April 29, 2020 at 6:10 pm #15502Soft79KeymasterI tried to checkout but no shipping methods appear and I can only choose Australian provinces… (on mobile)
I’ve seen some plugins adding suffixes to shipping methods, i.e. advanced_shipping_2 and in that case our plugin doesn’t recognize the method anymore. Does limiting certain shipping zones help in your case? v3.1.4 of our plugin allows including/excluding shipping zones.
The next release (3.2.0 probably) will have some more improvements around shipping methods allowing you to EXCLUDE all methods but Advanced shipping, if you wish I can send you the development version to try it out.
April 29, 2020 at 6:18 pm #15503AdminParticipantThe method ID it uses is “advanced_shipping”
if u refer to this code here if (‘advanced_shipping’ === $rate->method_id ) {
If its possible for me to exclude ALL methods but advanced shipping that can work as well :)
Can you please send over the development version I would love to give it a try.
May 1, 2020 at 9:06 am #15510Soft79KeymasterDid you try and did it solve your issue?
- AuthorPosts
- You must be logged in to reply to this topic.