Changeset 2751718
- Timestamp:
- 07/04/2022 03:15:27 PM (4 years ago)
- Location:
- buy-one-click-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/2.1.4 (copied) (copied from buy-one-click-woocommerce/trunk)
-
tags/2.1.4/buycli-index.php (modified) (1 diff)
-
tags/2.1.4/readme.txt (modified) (1 diff)
-
tags/2.1.4/src/Utils/Email.php (modified) (1 diff)
-
trunk/buycli-index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Utils/Email.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buy-one-click-woocommerce/tags/2.1.4/buycli-index.php
r2749715 r2751718 5 5 * Plugin URI: http://zixn.ru/plagin-zakazat-v-odin-klik-dlya-woocommerce.html 6 6 * Description: Buy in one click for WooCommerce. The best plugin that adds to your online store purchase button in one click 7 * Version: 2.1. 37 * Version: 2.1.4 8 8 * Author: Djo 9 9 * Author URI: https://zixn.ru -
buy-one-click-woocommerce/tags/2.1.4/readme.txt
r2749715 r2751718 74 74 75 75 == Changelog == 76 = 2.1.4 = 77 * Fixing the zero price in the plugin's email template 76 78 = 2.1.3 = 77 79 * Fixed the get_customer_unique_id call for older versions of WooCommerce -
buy-one-click-woocommerce/tags/2.1.4/src/Utils/Email.php
r2747271 r2751718 56 56 57 57 $costOfGoods = $orderForm->getProductPriceWithTax(); 58 if ($costOfGoods == 0) { 59 $costOfGoods = $orderForm->getProductPrice(); 60 } 58 61 59 62 $message = ' -
buy-one-click-woocommerce/trunk/buycli-index.php
r2749715 r2751718 5 5 * Plugin URI: http://zixn.ru/plagin-zakazat-v-odin-klik-dlya-woocommerce.html 6 6 * Description: Buy in one click for WooCommerce. The best plugin that adds to your online store purchase button in one click 7 * Version: 2.1. 37 * Version: 2.1.4 8 8 * Author: Djo 9 9 * Author URI: https://zixn.ru -
buy-one-click-woocommerce/trunk/readme.txt
r2749715 r2751718 74 74 75 75 == Changelog == 76 = 2.1.4 = 77 * Fixing the zero price in the plugin's email template 76 78 = 2.1.3 = 77 79 * Fixed the get_customer_unique_id call for older versions of WooCommerce -
buy-one-click-woocommerce/trunk/src/Utils/Email.php
r2747271 r2751718 56 56 57 57 $costOfGoods = $orderForm->getProductPriceWithTax(); 58 if ($costOfGoods == 0) { 59 $costOfGoods = $orderForm->getProductPrice(); 60 } 58 61 59 62 $message = '
Note: See TracChangeset
for help on using the changeset viewer.