Changeset 2209177
- Timestamp:
- 12/10/2019 10:48:02 AM (6 years ago)
- Location:
- acl-floating-cart-for-woocommerce/trunk/templates
- Files:
-
- 2 edited
-
template1/cart.php (modified) (1 diff)
-
template2/cart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
acl-floating-cart-for-woocommerce/trunk/templates/template1/cart.php
r2209141 r2209177 20 20 <li> 21 21 <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> 23 23 </li> 24 24 </ul> -
acl-floating-cart-for-woocommerce/trunk/templates/template2/cart.php
r2209141 r2209177 42 42 <div> 43 43 <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> 45 45 </div> 46 46 </div>
Note: See TracChangeset
for help on using the changeset viewer.