claudiosanches / woocommerce-payment-discounts

Adds discounts for specific payment methods in WooCommerce.
http://wordpress.org/extend/plugins/woocommerce-payment-discounts/
31 stars 10 forks source link

Strange coupon name #32

Closed thiagogsr closed 7 years ago

thiagogsr commented 7 years ago

Hi

I just updated to the lasted version that uses coupon and it is displaying a strange coupon name when I select a payment method with discount.

image

Is there a way to hide this name or display a friendly name?

thiagogsr commented 7 years ago

I saw I can rename this coupon, but after change the payment method it applies two coupons.

What is the difference between them?

thiagogsr commented 7 years ago

Also display this name is bad because anyone can apply this coupon for any payment method :(

claudiosanches commented 7 years ago

If renamed will stop work properly. This coupon name don't needs to make any sense.

Also display this name is bad because anyone can apply this coupon for any payment method :(

Only if you change the name, since the plugin check the coupons applied and remove if select a different payment method.

thiagogsr commented 7 years ago

I don't want show wpcd_xxxx_nnnn in my checkout page, it will affect the conversion

claudiosanches commented 7 years ago

@thiagogsr there is no other option for it since WooCommerce does not have a discounts API and using negative fees is a hack that cause problems with taxes and a lot of third party plugins. There is nothing that will affect conversion only by displaying that have a coupon applied there.