WooCommerce
-
Product tags as a taxanomy for exclusion
Would be very handy if we could exclude products from shipping methods by a product tag. For example, we have all kind of long products across different categories. If we could only give them the tag 'long' and select them as a condition that would be great!
1 vote0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Use `$gateway->get_method_title()` in gateway selection list
The list of payment gateways to choose from only shows the title as displayed to customers. With multiple gateways of the same type, e.g. two "credit card" gateways, it is difficult to distinguish which is being chosen. Please also display use
get_method_title()
, i.e. the admin display name.The following code works:
woocommerce-conditional-shipping-and-payments/includes/restrictions/class-wc-csp-restrict-payment-gateways.php:85
WC_CSP_Restrict_Payment_Gateways::payment_gateway_option()
echo '<option value="' . esc_attr( $gateway_id ) . '" ' . selected( in_array( $gateway_id, $gateways ), true, false ) . '>'; echo $gateway->get_title(); if( $gateway->get_method_title() !== $gateway->get_title() ) { echo ' (' . esc_html( strip_tags( $gateway->get_method_title() ) ) . ')'; } echo '</option>';
1 vote0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Option to automatically list restrictions on item pages
If I set up a restriction, either globally or for a specific item, there should be an option to automatically append information about that restriction to the the description of all affected products. For instance, I have a product that can't be shipped, and I have the custom notice set to "{product} is not available for shipping." I should have the option of having that text appear in bold below the item's description, without my having to manually type it there. I also have a shipping class of items that I won't ship. There should be a similar option to…
1 vote0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Information One Must Know Prior to Moving
Getting ready to relocate one\s household is an goings-on that can cause quite a bit of bring out and protest. This is especially hence past one realizes that they have a lot of things that they really reach not deficiency to taking office when them. Thus one must undertake the period to go through everything that they own to determine what it is that they can discard. Once that has been accomplished there is still the issue of moving the burning of one\s stuff.
What is needed is the best packing supplies practicable. In this mannerism one can be resolved…
2 votes60 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Allow creation of Shipping Zones by Suburb/City, not just Postcode
We live in a regional area in Australia, and have areas where there are more than 20 suburbs with the same postcode. For a local florist they need to split delivery fees within that one postcode area.
13 votes4 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Excluding shipping methods: Add 'None, but..."
The plugin gives you lots of possibilities to play with shipping methods, which is really great, but whenever you add a new shipping method, you have to update each and every restrictions and exclude this new shipping methode too, it would be much easier, if there was an option "none, but" so regardless how many new shipping methods are coming, you don't have to update all existing restrictions.
1 vote0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Add payment / shippng restriction based on "on sale" product
Add condition for "on sale" product to restrict certain payment or shipping.
In many cases when customer purchase an item with heavy discount, we would like to restrict certain payment or shipping with expensive fee.
1 vote0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Add product "Attributes" to Restrictions Condition for "Conditional-shipping-and-payments"
Add product "Attributes" to possible Restrictions Condition for "Conditional-shipping-and-payments"
1 vote0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Hide some payment methods if Billing and Shipping are not same
As chances of charge back are higher when customer has different billing and shipping I would like to hide certain payment methods where I do not have any charge back protections making customer to use only Paypal (or something else)
6 votes0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Add "cart/order contains pre-order" condition
Would like to offer free shipping on pre-order items but still charge normal shipping when those products go off of pre-order status. It would be handy if I could use conditional shipping for this.
3 votes0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Restrict shipping methods based on time of the day
Allow to create restrictions of shipping methods based on the time of the day so just like Amazon does, we could show people if they can get delivery the same day if before certain time of the day.
5 votes0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
0 votes1 comment · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin →
-
Add more coupon code restrictions
Please add more coupon based restrictions like "if any coupon code is used".
Currently it's not possible to give away multiple automatically generated free-shipping coupons without adding every instance of it to the coupon condition.
If you check out the WooCommerce free shipping settings, which let you for example set "Valid free shipping coupon required":
https://www.dropbox.com/s/vra7u8xpsbh3pev/Screenshot%202018-11-13%2010.49.37.png?dl=0This option is unfortunately not replicable with this plugin :(
9 votes1 comment · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
bug on the extetion conditional-shipping-and-payments
I am quite sure there is a bug on this extension:
1.# set global rule to exclude a payment BUT WITHOUT any condition
2.# No product level rules set on any product.Bug:
Any virtual products will be automatically applied that rule, that means the EXLUED payment method will be invalid on ANY VIRTUAL products purchase.
please have a check.
1 vote0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Add more coupon code restrictions
Please add more coupon based restrictions like "if any coupon code is used".
Currently it's not possible to give away multiple automatically generated free-shipping coupons without adding every instance of it to the coupon condition.
If you check out the WooCommerce free shipping settings, which let you for example set "Valid free shipping coupon required":
https://www.dropbox.com/s/vra7u8xpsbh3pev/Screenshot%202018-11-13%2010.49.37.png?dl=0This option is unfortunately not replicable with this plugin :(
4 votes1 comment · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin → -
Disable Shipping Method if Order contains Backordered products.
Disable Shipping Method if Order contains Backordered products.
This will be useful for stores offering same day delivery that cannot happen with orders containing backordered items.
1 vote0 comments · Extension - WooCommerce Conditional Shipping and Payments · Flag idea as inappropriate… · Admin →