Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 13, 2021 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/7fe993420a7a095815bbc887cbf304b6 to your computer and use it in GitHub Desktop.
Save parzibyte/7fe993420a7a095815bbc887cbf304b6 to your computer and use it in GitHub Desktop.
<strong>Ver carrito <?php
include_once "funciones.php";
$conteo = count(obtenerIdsDeProductosEnCarrito());
if ($conteo > 0) {
printf("(%d)", $conteo);
}
?>&nbsp;<i class="fa fa-shopping-cart"></i></strong>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment