Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created October 20, 2017 12:47
Show Gist options
  • Save cagartner/e91a63e8bf3afc62771dc7a269ce1ff9 to your computer and use it in GitHub Desktop.
Save cagartner/e91a63e8bf3afc62771dc7a269ce1ff9 to your computer and use it in GitHub Desktop.
Verify if user is in checkout proccess
<?php if ($this->helper('Magento\Checkout\Helper\Data')->isContextCheckout()): ?>
<input name="context" type="hidden" value="checkout" />
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment