Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 13, 2021 19:14
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/734b582b9e67c760bd0f478a79c9ff15 to your computer and use it in GitHub Desktop.
Save parzibyte/734b582b9e67c760bd0f478a79c9ff15 to your computer and use it in GitHub Desktop.
<form action="agregar_al_carrito.php" method="post">
<input type="hidden" name="id_producto" value="<?php echo $producto->id ?>">
<button class="button is-primary">
<i class="fa fa-cart-plus"></i>&nbsp;Agregar al carrito
</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment