find('.woocommerce-checkout',0)->action){
$shortcode_parse->find('.woocommerce-checkout',0)->action = 'checkout.php';
}
if($shortcode_parse->find('.lost_password a',0)->href){
$shortcode_parse->find('.lost_password a',0)->href = 'lost_password.php';
}
if($shortcode_parse->find('.login input[name="redirect"]',0)->value){
$shortcode_parse->find('.login input[name="redirect"]',0)->value = 'checkout.php';
}
if($shortcode_parse->find('.woocommerce-remove-coupon',0)->attr['data-coupon']){
$shortcode_parse->find('.woocommerce-remove-coupon',0)->href = 'checkout.php?remove_coupon='.$shortcode_parse->find('.woocommerce-remove-coupon',0)->attr['data-coupon'];
}
if($shortcode_parse->find('#terms a',0)->href){
$shortcode_parse->find('#terms a',0)->href = 'terms_and_conditions.php';
}
echo $shortcode_parse;
?>