Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter mrcs12

    (@mrcs12)

    Would really appreciate some help with this.

    Thanks.

    Thread Starter mrcs12

    (@mrcs12)

    I have tried everything and it is still the same.

    Would really appreciate some help with this.

    Thanks.

    Thread Starter mrcs12

    (@mrcs12)

    Anyone there?

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    at the moment you need to work on the theme templates to fix it.

    Greetings

    Thread Starter mrcs12

    (@mrcs12)

    I have spoken to the theme author and they have told me that your code is replacing the original woocommerce code for those sections.

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    we are going to split the gift cards section from the coupon section so the problem will go away.

    Best regards

    Thread Starter mrcs12

    (@mrcs12)

    Any eta on that?

    Plugin Author YITHEMES

    (@yithemes)

    Hi, we are working on the commercial version of the plugin, we plan to update this one after the release of the commercial one.
    I think that in few week it should be updated.

    This is also breaking my cart page with the same issues. I’m using the Aurum theme. Has this already been updated to fix the issue? I’m using version Version 1.0.10.

    Thanks.

    Where do I even look to find out what the issue could be? Looks like a css issue.

    I’ve removed this from class.yith-woocommerce-gift-cards.php and it cleaned up my cart. But will the gift card coupons still work?

    if ( is_cart () ) {
                    ?>
                    <div class="<?php echo apply_filters ( 'yith_ywgc_cart_discount_classes', "coupon" ); ?>">
    
                        <label
                            for="discount_code"><?php echo apply_filters ( 'yith_ywgc_cart_discount_label', __ ( "Dissscount code: ", 'yith-woocommerce-gift-cards' ) ); ?></label>
                        <input type="text" name="coupon_code" class="input-text" id="discount_code" value=""
                               placeholder="<?php echo apply_filters ( 'yith_ywgc_cart_discount_placeholder', __ ( "Dissscount code", 'yith-woocommerce-gift-cards' ) ); ?>">
                        <input type="submit" class="button" name="apply_coupon"
                               value="<?php echo apply_filters ( 'yith_ywgc_cart_discount_submit_text', __ ( "Apply discount", 'yith-woocommerce-gift-cards' ) ); ?>">
    
                    </div>
    
                    <?php
                    return false;
                }

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]

    Plugin Author YITHEMES

    (@yithemes)

    Hi, with that customization you fixed the OP issue?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Cart page and checkout page issues’ is closed to new replies.