Skip to content

Instantly share code, notes, and snippets.

@starckio
Last active August 20, 2017 17:44
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 starckio/9d8a430e8624a5be67686668aa97bbc4 to your computer and use it in GitHub Desktop.
Save starckio/9d8a430e8624a5be67686668aa97bbc4 to your computer and use it in GitHub Desktop.
The Params :)
<?php snippet('header') ?>
<?php if($count > 0): ?>
<main id="cart" class="main cf" role="main">
<?php if(param('checkout') == 'cheque'): ?>
<!-- Formulaire -->
<?php else: // Param ?>
<!-- Panier -->
<a class="btn-paypal cheque" href="<?php echo $page->url() ?>/checkout:cheque">Payer par Chèque</a>
<?php endif // Fin Param ?>
</main>
<?php else: // Count ?>
<main id="cart" class="main black" role="main">
<!-- Panier vide -->
</main>
<?php endif // Fin Count ?>
<?php snippet('footer') ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment