Plugin Directory

Changeset 2209187


Ignore:
Timestamp:
12/10/2019 10:56:59 AM (6 years ago)
Author:
amadercode
Message:

Checkout URL fixed in tags.

Location:
acl-floating-cart-for-woocommerce/tags/0.9/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • acl-floating-cart-for-woocommerce/tags/0.9/templates/template1/cart.php

    r2209141 r2209187  
    2020                <li>
    2121                    <a id="focawo-floating-checkout-btn"
    22                        href="<?php echo $woocommerce->cart->get_checkout_url(); ?>"> <?php _e('Checkout', 'acl-floating-cart'); ?> </a>
     22                       href="<?php echo wc_get_checkout_url(); ?>"> <?php _e('Checkout', 'acl-floating-cart'); ?> </a>
    2323                </li>
    2424            </ul>
  • acl-floating-cart-for-woocommerce/tags/0.9/templates/template2/cart.php

    r2209141 r2209187  
    4242            <div>
    4343                <a id="focawo-floating-checkout-btn"
    44                    href="<?php echo $woocommerce->cart->get_checkout_url(); ?>"> <?php _e('Checkout', 'acl-floating-cart'); ?> </a>
     44                   href="<?php echo wc_get_checkout_url(); ?>"> <?php _e('Checkout', 'acl-floating-cart'); ?> </a>
    4545            </div>
    4646        </div>
Note: See TracChangeset for help on using the changeset viewer.