Changeset 2780593
- Timestamp:
- 09/06/2022 09:40:26 AM (4 years ago)
- Location:
- woo-tools/trunk
- Files:
-
- 2 edited
-
modules/floating-cart/php/class-floating-cart.php (modified) (2 diffs)
-
woo-tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-tools/trunk/modules/floating-cart/php/class-floating-cart.php
r2591229 r2780593 50 50 } 51 51 public static function print_floating_cart_html(){ 52 if(WC()->cart){ 52 53 ?> 53 54 <div class="tfwctool-floating-cart-container"> … … 69 70 </div> 70 71 <?php 72 } 71 73 } 72 74 -
woo-tools/trunk/woo-tools.php
r2767129 r2780593 6 6 Author URI: https://www.themefarmer.com/ 7 7 Domain Path: /language/ 8 Version: 1.2. 68 Version: 1.2.7 9 9 Text Domain: woocommerce-tools 10 10 WC requires at least: 3.0 11 WC tested up to: 5.6.011 WC tested up to: 6.8.2 12 12 13 13 WooCommerce Tools is free software: you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.