Changeset 3037983
- Timestamp:
- 02/19/2024 01:55:00 PM (2 years ago)
- Location:
- chosify
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.10 (copied) (copied from chosify/trunk)
-
tags/1.0.10/chosify.php (modified) (1 diff)
-
tags/1.0.10/readme.txt (modified) (1 diff)
-
tags/1.0.10/src/WooCommerce.php (modified) (1 diff)
-
trunk/chosify.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/WooCommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chosify/tags/1.0.10/chosify.php
r3037928 r3037983 5 5 * Requires PHP: 8.0 6 6 * Requires at least: 5.8 7 * Version: 1.0. 97 * Version: 1.0.10 8 8 * License: GPLv2 or later 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
chosify/tags/1.0.10/readme.txt
r3037928 r3037983 6 6 Requires at least: 5.8 7 7 Tested up to: 6.3.1 8 Stable Tag: 1.0. 98 Stable Tag: 1.0.10 9 9 10 10 Includes the Chosify integration script (https://integration.chosify.com/assets/index.js) to Wordpress and adds a shortcode to integrate the Chosify Widget. -
chosify/tags/1.0.10/src/WooCommerce.php
r3037928 r3037983 27 27 'id': '<?php echo $item['product_id']; ?>', 28 28 'name': '<?php echo $item['name']; ?>', 29 'price': '<?php echo number_format($ order->get_line_subtotal($item), 2, ".", ""); ?>',29 'price': '<?php echo number_format($product->get_price(), 2, ".", ""); ?>', 30 30 'brand': '', 31 31 'category': '<?php echo strip_tags($product->get_categories(', ', '', '')); ?>', -
chosify/trunk/chosify.php
r3037928 r3037983 5 5 * Requires PHP: 8.0 6 6 * Requires at least: 5.8 7 * Version: 1.0. 97 * Version: 1.0.10 8 8 * License: GPLv2 or later 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
chosify/trunk/readme.txt
r3037928 r3037983 6 6 Requires at least: 5.8 7 7 Tested up to: 6.3.1 8 Stable Tag: 1.0. 98 Stable Tag: 1.0.10 9 9 10 10 Includes the Chosify integration script (https://integration.chosify.com/assets/index.js) to Wordpress and adds a shortcode to integrate the Chosify Widget. -
chosify/trunk/src/WooCommerce.php
r3037928 r3037983 27 27 'id': '<?php echo $item['product_id']; ?>', 28 28 'name': '<?php echo $item['name']; ?>', 29 'price': '<?php echo number_format($ order->get_line_subtotal($item), 2, ".", ""); ?>',29 'price': '<?php echo number_format($product->get_price(), 2, ".", ""); ?>', 30 30 'brand': '', 31 31 'category': '<?php echo strip_tags($product->get_categories(', ', '', '')); ?>',
Note: See TracChangeset
for help on using the changeset viewer.