How To Use The "Direct Checkout URL" Feature Of MMIO Ecommerce

profile
By Colin Marcelino
December 9, 2021
How To Use The

There are cases where we want to directly transport our customers to our checkout page.

Problem is, how do we automatically fill up the checkout page with our products so that all the customers have to do is fill out the order form?

Well… MMIO Ecom's “Direct Checkout URL” feature is what you need.

This feature allows you to configure your checkout URL so that your desired items/products are automatically added to your customer's cart right after they click your checkout URL.

Your customers won't need to click the “Add To Cart” button or get distracted by your other products.

 

To use the direct URL checkout.. please follow the syntax:

The base URL would be your Ecom store's checkout page URL.

Example: https://myshopph.marketingmasterio.net/checkout

Then add the “action” query keyword and specify the word “direct” as its value.

Next, use the “cart_items” query keyword to specify the products and their respective quantities on your cart.

Please check the different methods and syntax below:

 

A. Adding a simple product:

Url Format:

https://besttoolsph.com/checkout?action=direct&cart_items=6901

The highlighted number is your product ID.

 

B. Adding a simple product with a specified quantity:

Url Format:

https://besttoolsph.com/checkout?action=direct&cart_items=6901|7

You can specify a quantity by adding the line (“|”) character after the product id and specifying the quantity after line (“|”) character.

Examples:

ℹ️ How to type the line character on your keyword: https://youtu.be/kPPq3dCe0Z0

 

C. Adding a variable product:

Url Format:

https://myshopph.marketingmasterio.net/checkout?action=direct&cart_items=6957-1883633642

Notice that we used the dash (“-”) character after the product ID. It tells the system that you are adding a specific variation on your variable product.

You need to get the variable ID of your chosen product variation, then add it after the dash (“-”) character

Get the variable ID by editing your product and copying the ID under your chosen variation:

 

D. Adding a variable product with a specified quantity:

Url Format:

https://myshopph.marketingmasterio.net/checkout?action=direct&cart_items=6957-1883633642|7

You can specify a quantity by adding the line (“|”) character after the product id and the variable id, then specify the quantity after line (“|”) character.

Examples:

ℹ️ How to type the line character on your keyword: https://youtu.be/kPPq3dCe0Z0

 

E. Adding multiple products on your direct checkout

When adding multiple products, you can use the syntax above for simple or variable products. You can also specify the quantity if you want using the method shown above.

To add multiple products, simply separate each entry with a comma (",")

Example:

https://myshopph.marketingmasterio.net/checkout?action=direct&cart_items=6957-3019408986|10,6957-1883633642|2,5637

The direct checkout URL on the examples will add 3 products to your cart

 

Let us know if you need more help.