• Closed
  • Claudio Limongi
    Spectator
    09.08.2018 at 15:54 #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
    09.08.2018 at 15:59 #36916

    Hello Claudio,

    which version are you using?

    Claudio Limongi
    Spectator
    Posts: 4
    10.08.2018 at 15:54 #36917

    alora Version: 2.7.1

    Roman
    Spectator
    Posts: 3147
    12.08.2018 at 06:52 #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);