This topic has 5 replies, 3 voices, and was last updated 7 years, 1 months ago ago by Olga Barlow
Hi,
Cant add a coupons that I have made in the cart or the checkout(in the checkout you don’t even see “HAVE A COUPON? PROMOTION”).
Hello,
Please try to disable 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins https://www.8theme.com/documentation/xstore/plugins/included-plugins/) and then check.
Regards
Hi,
I found out that I can’t use the plugin payment gateway(I can but then the theme do not work with WooCommerce coupon), we have PayEx https://github.com/PayEx/PayEx.WooCommerce .But the thing is when we use a other themes or a clean version of WordPress and WooCommerce it works.
Best regards,
Sona
So is there a solution on this problem?. Can’t find anything that is blocking COUPON part in the code from PayEx. The only code I can get is a “display: none” in code, but where it comes from i have no clue, so there has to be something in the COUPON part that is blocking the code, theme or some setting that is effecting.
<div class="col-md-6">
<h3 class="block-title">Have a coupon? <span class="label">Promotion</span></h3>
<form class="checkout_coupon" method="post" style="display: none;">
<div class="coupon">
<input type="text" name="coupon_code" class="input-text" id="coupon_code" value="" placeholder="Coupon code">
<input type="submit" class="btn" name="apply_coupon" value="Apply Coupon">
</div>
</form>
</div>
Hello,
At that place should be the link http://prntscr.com/gtmpzt and once you click that link coupon form appears but you have hidden it using custom css and child theme. So, either you need to remove that code and use additional styles to show form without clicking on that link.
So, as you can see it’s not the plugin compatibility issue. It’s your custom styles.
Regards
You must be logged in to reply to this topic.Log in/Sign up