Changeset 3023963
- Timestamp:
- 01/19/2024 09:44:44 AM (2 years ago)
- Location:
- cartpanda/trunk
- Files:
-
- 2 edited
-
cartpanda.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cartpanda/trunk/cartpanda.php
r3008571 r3023963 4 4 * Plugin Name: Cartpanda 5 5 * Description: O checkout transparente de 1-página de mais alta conversão do mercado. Upsell de 1-clique e Order Bump nativo. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: Cartpanda 8 8 * Author URI: https://cartpanda.com/ … … 208 208 $checkout_path = wp_parse_url(wc_get_checkout_url(), PHP_URL_PATH); 209 209 $current_url_path = wp_parse_url("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]", PHP_URL_PATH); 210 210 if($checkout_path === '/') { 211 return false; 212 } 211 213 return ( 212 214 $checkout_path !== null … … 224 226 $cart_path = wp_parse_url(wc_get_cart_url(), PHP_URL_PATH); 225 227 $current_url_path = wp_parse_url("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]", PHP_URL_PATH); 226 228 if($cart_path === '/') { 229 return false; 230 } 227 231 return ( 228 232 $cart_path !== null -
cartpanda/trunk/readme.txt
r3008571 r3023963 1 1 === Cartpanda === 2 2 Tags: cartpanda, woocommerce, checkout, 1-click, simple checkout 3 Stable tag: 1.1. 03 Stable tag: 1.1.1 4 4 Tested up to: 6.4.1 5 5 Requires at least: 5.5
Note: See TracChangeset
for help on using the changeset viewer.