text
stringlengths
0
14.1k
<a href=""<?php echo esc_url( get_permalink( apply_filters( 'woocommerce_in_cart_product', $values['prod_id'] ) ) ) ?>"">
<?php echo $product_obj->get_image() ?>
</a>
</td>
<td class=""product-name"">
<a href=""<?php echo esc_url( get_permalink( apply_filters( 'woocommerce_in_cart_product', $values['prod_id'] ) ) ) ?>""><?php echo apply_filters( 'woocommerce_in_cartproduct_obj_title', $product_obj->get_title(), $product_obj ) ?></a>
</td>
<?php if( get_option( 'yith_wcwl_price_show' ) == 'yes' ) { ?>
<td class=""product-price"">
<?php
if( $product_obj->price != '0' ) {
if( get_option( 'woocommerce_tax_display_cart' ) == 'excl' )
{ echo apply_filters( 'woocommerce_cart_item_price_html', woocommerce_price( $product_obj->get_price_excluding_tax() ), $values, '' ); }
else
{ echo apply_filters( 'woocommerce_cart_item_price_html', woocommerce_price( $product_obj->get_price() ), $values, '' ); }
} else {
echo apply_filters( 'yith_free_text', __( 'Free!', 'yit' ) );
}
?>
</td>
<?php } ?>
<?php if( get_option( 'yith_wcwl_stock_show' ) == 'yes' ) { ?>
<td class=""product-stock-status"">
<?php
$availability = $product_obj->get_availability();
$stock_status = $availability['class'];
if( $stock_status == 'out-of-stock' ) {
$stock_status = ""Out"";
echo '<span class=""wishlist-out-of-stock"">' . __( 'Out of Stock', 'cootheme' ) . '</span>';
} else {
$stock_status = ""In"";
echo '<span class=""wishlist-in-stock"">' . __( 'In Stock', 'cootheme' ) . '</span>';
}
?>
</td>
<?php } ?>
<?php if (!$ct_catalog_mode && get_option( 'yith_wcwl_add_to_cart_show' ) == 'yes') { ?>
<td class=""product-add-to-cart"">
<?php echo YITH_WCWL_UI::add_to_cart_button( $values['prod_id'], $availability['class'] ) ?>
</td>
<?php } ?>
<td class=""product-remove""><div><a href=""javascript:void(0)"" onclick=""remove_item_from_wishlist( '<?php echo esc_url( $yith_wcwl->get_remove_url( $values['ID'] ) )?>', 'yith-wcwl-row-<?php echo $values['ID'] ?>');"" class=""remove"" title=""<?php _e( 'Remove this product', 'cootheme' ) ?>""><i class=""ss-delete""></i></a></td>
</tr>
<?php
endif;
endforeach;
else: ?>
<tr>
<td colspan=""6"" class=""wishlist-empty""><?php _e( 'Your wishlist is currently empty.', 'cootheme' ) ?></td>
</tr>
<?php
endif;
if( isset( $page_links ) ) : ?>
<tr>
<td colspan=""6""><?php echo $page_links ?></td>
</tr>
<?php endif ?>
</tbody>
</table>
<?php do_action( 'yith_wcwl_after_wishlist' );
yith_wcwl_get_template( 'share.php' );
do_action( 'yith_wcwl_after_wishlist_share' );
?>
</form>
</div>" gpl-2.0
salvacam/localizacionjs public_html/html/aviso.html 2551 "<!doctype html>
<html lang=""es"">
<head>
<meta charset=""utf-8"">
<meta name=""viewport"" content=""width=device-width, initial-scale=1.0"">
<title>Localizacion JS</title>
<script src=""../js/vendor/alertify.js""></script>
<link rel=""stylesheet"" href=""../css/marketing.css"">
<link rel=""shortcut icon"" href=""../img/favicon.png"">
</head>
<body>
<header class=""header"">
<a class=""pure-menu-heading"" href=""inicio"" id=""logoInicio"">
<img src=""img/logo.png"" id=""logo"" alt=""logo"" /><span id=""titulo"">Localizaci&oacute;nJS </span>
</a>
<div id =""enlaces"">
<a href=""inicio"" class=""pure-menu-heading pure-menu-link "">INICIO</a>
<a href=""dispositivo"" class=""pure-menu-heading pure-menu-link dosLineas"">VINCULAR <br class=""salto""/>DISPOSITIVOS</a>
<a href=""admin"" class=""pure-menu-heading pure-menu-link dosLineas"">PANEL DE <br class=""salto""/>ADMINISTRACI&Oacute;N</a>
</div>
</header>
<div class=""content"">
<br/>
<br/>
aviso
<br/>
<br/>