• Closed
  • Claudio Limongi
    Spectator
    August 9, 2018 at 3:54 pm #36915

    Hi,
    I know you have covered this topic before and that you recommend to update the theme.

    I have two issues in cart page:
    – Proceed to Checkout button is not showing
    – Apply Coupon section appears twice in the same page (I have disabled coupons for now)
    https://www.dyslexicadvantage.org/cart/

    I am not in a position to update the theme now as it may require lots of extra work.

    Can you please help me solve these 2 issues?

    Thanks!

    Roman
    Spectator
    Posts: 3147
    August 9, 2018 at 3:59 pm #36916

    Hello Claudio,

    which version are you using?

    Claudio Limongi
    Spectator
    Posts: 4
    August 10, 2018 at 3:54 pm #36917

    alora Version: 2.7.1

    Roman
    Spectator
    Posts: 3147
    August 12, 2018 at 6:52 am #36919

    Try to backup your current theme version. Then download the new one and extract it on your PC. Then try to copy following file to the old one theme. This should fix the not showing Proceed to check out button

    alora/woocommerce/cart/cart.php

    For the checkout coupon issue try to add this piece of code in alora/framework/woo-config.php


    remove_action('woocommerce_before_checkout_form', 'woocommerce_checkout_coupon_form', 10);