Pixflow plugin is availableView changelog
22 new items droppedView changelog
Style generator is now liveTry it out
Pixflow Libraries

Unlock 353 Bricks layouts and components with a subscription

Details

Block class name.checkout-1
Category
Checkout Pages
Last updated08 March, 2026

Edit block name class

Plugins required

Layout instructions

How to Get Your Checkout Page Working

Follow these steps carefully to ensure your checkout functions correctly with your chosen payment method.

1. Add the Main Snippets

  • Main PHP Snippet

    • This is required.

    • Add it to your snippet manager or your theme’s functions.php file.

    • This snippet handles the core checkout functionality.

  • Main JavaScript Snippet

    • This is required.
    • Can remain in your template or be added to your snippet manager.
    • Handles dynamic checkout interactions.

2. Payment-Specific Snippets

Choose the snippets that match the payment method you are using. Delete any snippets you aren’t using.

a) WooPayments
  • PHP Snippet → Add to snippet manager or functions.php.

  • JS/CSS → Can stay in your template or be added to your snippet manager.

b) WooCommerce Stripe
  • PHP Snippet → Add to snippet manager or functions.php.

  • CSS → Can stay in your template or be added to your snippet manager.

3. Clean Up

Once any/all snippets are added to the snippet manager or functions.php:

  • You can remove any PHP/JS/CSS code from the template, as it’s now handled globally.

  • Only keep template snippets if you prefer them to stay in the page.

Notes

  • Make sure only the snippets for the payment method you’re using remain active.

  • Adding snippets in the snippet manager is safer and avoids losing changes when updating your theme.