Download the PHP package bold-commerce/module-checkout-flow-paypal without Composer

On this page you can find all versions of the php package bold-commerce/module-checkout-flow-paypal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-checkout-flow-paypal

PayPal Checkout Flow

This extension replaces all other Bold-hosted Checkout Flows with the PayPal Checkout Flow.

Table of Contents

Supported features

Supported features include:

Constraints

CAUTION: Bold currently supports one Bold-hosted Checkout flow in use at a time. Activating the PayPal Checkout Flow disables any currently enabled Bold-hosted Checkout flows.

The PayPal Checkout Flow extension does not support the following features:

Prerequisites

Install and configure Bold Checkout on your Adobe Commerce store:

Check Bold Checkout Integration version

The Adobe Commerce Bold Checkout Integration extension version must be >= 1.1.23.

There are two ways to check the extension version: using a Composer command, or through the Adobe Commerce admin page post-installation.

Composer

Run the following command to return your extension version.

Adobe Commerce admin page

  1. In the Adobe Commerce admin, navigate to Stores > Configuration.
  2. In the Scope drop-down menu at the top of the page, select Main Website.
    • Note: This drop-down is titled Store View in Adobe Commerce versions earlier than 2.4.
  3. In the left-hand menu of the Configuration page, navigate to Sales > Checkout.
  4. Expand the Bold Checkout Integration section and find the Version field.

Installation

Install and enable the extension on your store with the following commands:

  1. Install the Bold Checkout Flow PayPal extension:

  2. Enable the extension:

  3. Compile and deploy the extension:

  4. Flush the Magento cache before continuing:

If your PayPal business account admin requires a phone number from customers, you must also require a phone number in the Bold Checkout and Adobe Commerce admins. Check if your PayPal business account requires phone numbers with the following instructions:

  1. In your PayPal business account admin, navigate to Account Settings. Click Website Payments.
  2. Next to Website Preferences, click Update.
  3. View the Contact telephone number setting.

If the Contact telephone number setting is On (required field), set your Bold Checkout and Adobe store admins to require customer phone numbers at checkout.

Bold Checkout:

  1. In the Bold Checkout admin, navigate to Settings > General Settings.
  2. In the Checkout Process section, toggle the Phone Number setting on.
  3. Click Save.

Adobe Commerce:

  1. In the Adobe Commerce admin, navigate to Stores > Configuration.
  2. In the Scope drop-down menu at the top of the page, select Main Website.
    • Note: This drop-down is titled Store View in Adobe Commerce versions earlier than 2.4.
  3. In the left-hand menu of the Configuration page, navigate to Customers > Customer Configuration.
  4. Expand the Name and Address Options section.
  5. Set the Show Telephone field to Required.
  6. Click Save Config.

Usage and Configuration

Enable the PayPal Checkout Flow

After installing the extension, enable the PayPal Checkout Flow from your Adobe Commerce admin.

  1. In the Adobe Commerce admin, navigate to Stores > Configuration.
  2. In the Scope drop-down menu at the top of the page, select Main Website.
    • Note: This drop-down is titled Store View in Adobe Commerce versions earlier than 2.4.
  3. In the left-hand menu of the Configuration page, navigate to Sales > Checkout.
  4. Expand the Bold Checkout PayPal Integration section.
  5. If the Is PayPal Checkout Flow Enabled? field is set to No, click the Enable button.
  6. Click OK in the confirmation pop-up.
  7. Once the page reloads, Is PayPal Checkout Flow Enabled? is set to Yes. The flow is successfully enabled for your store.

NOTE: The PayPal Checkout Flow uses the Bold_Checkout extension's "Dual Checkout" Checkout type. Enabling the PayPal Checkout Flow in the Adobe Commerce admin changes the store's Bold Checkout Type to "Dual".

(Optional) Configure "Buy now with PayPal" on product pages

The extension allows merchants to add a "buy now" button to products based on product type. (Read more about product types on the Adobe Commerce Experience League.)

By default, this functionality is enabled but not configured. To configure Buy now with PayPal for products, you must select which products show the button.

  1. In the Bold Checkout PayPal Integration section, ensure Enable for Product Page is set to Yes.
  2. Ensure Use Default is not selected for Enable for Product Types.
  3. Select the desired type of product to show the Buy now with PayPal button.
  4. Click Save Config.

To disabled Buy now with PayPal for products, you must set the Enable for Product Page field to No.

  1. In the Bold Checkout PayPal Integration section, ensure Use Default is not selected for Enable for Product Page.
  2. In the Enable for Product Page field, select No in the drop down menu.
  3. Click Save Config.

Verify PayPal Checkout Flow

Now that the PayPal Checkout Flow is enabled, verify the extension works by checking out in your store.

  1. Navigate to your Adobe Commerce store.
  2. Add a product to your cart.
  3. Click the cart icon to expand checkout options. Two options display: Proceed with Checkout and Checkout with PayPal.
  4. Click the Checkout with PayPal button.
  5. Checkout with any of the available options.

Disable the PayPal Checkout Flow

The Disable button allows you to deactivate the PayPal Checkout Flow.

  1. In the Adobe Commerce admin, navigate to Stores > Configuration.
  2. In the Scope drop-down menu at the top of the page, select Main Website.
    • Note: This drop-down is titled Store View in Adobe Commerce versions earlier than 2.4.
  3. In the left-hand menu of the Configuration page, navigate to Sales > Checkout.
  4. Expand the Bold Checkout PayPal Integration section.
  5. If the Is PayPal Checkout Flow Enabled? field is set to Yes, click the Disable button.
  6. Once the page reloads, Is PayPal Checkout Flow Enabled? is set to No.

NOTE: The Bold Checkout Type is still set to "Dual" after disabling the PayPal Checkout Flow. Remember to change your Bold Checkout Type to previous settings if necessary.

Documentation

Support

If you have any questions, reach out to the Bold Customer Success team.


All versions of module-checkout-flow-paypal with dependencies

PHP Build Version
Package Version
Requires bold-commerce/module-checkout Version ^1.1.24
magento/framework Version >=102.0.1 <103.0.8
magento/module-store Version >=101.0.1 <101.1.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bold-commerce/module-checkout-flow-paypal contains the following files

Loading the files please wait ....