# fluent-cart/1.3.25/app/Helpers/FluentCartUtilHelper.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.3.25. 13 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.3.25/code/app/Helpers/FluentCartUtilHelper.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.3.25/raw/app/Helpers/FluentCartUtilHelper.php
- Modified: 2025-10-14T16:36:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-cart/1.3.25/code/app/Helpers/FluentCartUtilHelper.php#L10-L20`.

```php
<?php

namespace FluentCart\App\Helpers;

class FluentCartUtilHelper
{

    public function getCheckoutUrl()
    {
        return site_url('/checkout');
    }
}

```
