{"id":372975,"date":"2023-03-17T14:45:45","date_gmt":"2023-03-17T14:45:45","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=372975"},"modified":"2023-04-27T06:24:03","modified_gmt":"2023-04-27T06:24:03","slug":"additional-info-on-the-checkout-payment-page","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/","title":{"rendered":"Additional info on the Checkout  Payment Page"},"content":{"rendered":"\n<p>In this blog, we are going to add an additional info to the checkout payment page. First of all, we need to create a custom module. you can create a module using this blog <a href=\"https:\/\/webkul.com\/blog\/magento-development-01-module-registration\/\">Click Here<\/a>.<\/p>\n\n\n\n<p>This topic contains basic information about how to customize the view of an existing&nbsp;checkout payment page. In the Magento application, checkout is implemented using UI components. You can customize each step by&nbsp;<a href=\"https:\/\/devdocs.magento.com\/guides\/v2.3\/howdoi\/checkout\/checkout_customize.html#change-component\">changing the JavaScript implementation or template<\/a>&nbsp;for a component<\/p>\n\n\n\n<p>Step 1:- <strong>After the module creation <\/strong>In your custom module directory, create the following new file:&nbsp;<code>&lt;your_module_dir&gt;\/view\/frontend\/layout\/checkout_index_index.xml<\/code>. (For your checkout customization to be applied correctly, your custom&nbsp;<a href=\"https:\/\/glossary.magento.com\/module\">module<\/a>&nbsp;should depend on the Magento_Checkout module.).<\/p>\n\n\n\n<p>Step 2:- In this file, add the following:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;?xml version=&quot;1.0&quot;?&gt;\n&lt;!--\n\/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n *\/\n --&gt;\n&lt;page xmlns:xsi=&quot;http:\/\/www.w3.org\/2001\/XMLSchema-instance&quot;\n      xsi:noNamespaceSchemaLocation=&quot;urn:magento:framework:View\/Layout\/etc\/page_configuration.xsd&quot;&gt;\n    &lt;head&gt;\n        &lt;script  src=&quot;https:\/\/challenges.cloudflare.com\/turnstile\/v0\/api.js&quot; defer=&quot;defer&quot; async=&quot;async&quot; src_type=&quot;url&quot;\/&gt;\n    &lt;\/head&gt;\n    &lt;body&gt;\n        &lt;referenceBlock name=&quot;checkout.root&quot;&gt;\n            &lt;arguments&gt;\n                &lt;argument name=&quot;jsLayout&quot; xsi:type=&quot;array&quot;&gt;\n                    &lt;item name=&quot;components&quot; xsi:type=&quot;array&quot;&gt;\n                        &lt;item name=&quot;checkout&quot; xsi:type=&quot;array&quot;&gt;\n                            &lt;item name=&quot;children&quot; xsi:type=&quot;array&quot;&gt;\n                                &lt;item name=&quot;steps&quot; xsi:type=&quot;array&quot;&gt;\n                                    &lt;item name=&quot;children&quot; xsi:type=&quot;array&quot;&gt;\n                                        &lt;item name=&quot;billing-step&quot; xsi:type=&quot;array&quot;&gt;\n                                            &lt;item name=&quot;children&quot; xsi:type=&quot;array&quot;&gt;\n                                                &lt;item name=&quot;payment&quot; xsi:type=&quot;array&quot;&gt;\n                                                    &lt;item name=&quot;children&quot; xsi:type=&quot;array&quot;&gt;\n                                                         &lt;item name=&quot;beforeMethods&quot; xsi:type=&quot;array&quot;&gt;\n                                                            &lt;item name=&quot;children&quot; xsi:type=&quot;array&quot;&gt;\n                                                                &lt;item name=&quot;place-order-custom-container&quot; xsi:type=&quot;array&quot;&gt;\n                                                                    &lt;item name=&quot;component&quot; xsi:type=&quot;string&quot;&gt;uiComponent&lt;\/item&gt;\n                                                                    &lt;item name=&quot;displayArea&quot; xsi:type=&quot;string&quot;&gt;beforeMethods&lt;\/item&gt;\n                                                                    &lt;item name=&quot;children&quot; xsi:type=&quot;array&quot;&gt;\n                                                                        &lt;item name=&quot;place-order-custom&quot; xsi:type=&quot;array&quot;&gt;\n                                                                            &lt;item name=&quot;component&quot; xsi:type=&quot;string&quot;&gt;Webkul_Custom\/js\/custom&lt;\/item&gt;\n                                                                            &lt;item name=&quot;displayArea&quot; xsi:type=&quot;string&quot;&gt;place-order-custom&lt;\/item&gt;\n                                                                            &lt;item name=&quot;configSource&quot; xsi:type=&quot;string&quot;&gt;checkoutConfig&lt;\/item&gt;\n                                                                        &lt;\/item&gt;\n                                                                    &lt;\/item&gt;\n                                                                &lt;\/item&gt;\n                                                            &lt;\/item&gt;\n                                                        &lt;\/item&gt;\n                                                   &lt;\/item&gt;\n                                                &lt;\/item&gt;\n                                            &lt;\/item&gt;\n                                        &lt;\/item&gt;\n                                    &lt;\/item&gt;\n                                &lt;\/item&gt;\n                            &lt;\/item&gt;\n                        &lt;\/item&gt;\n                    &lt;\/item&gt;\n                &lt;\/argument&gt;\n            &lt;\/arguments&gt;\n        &lt;\/referenceBlock&gt;\n    &lt;\/body&gt;\n&lt;\/page&gt;<\/pre>\n\n\n\n<p>In the checkout page, we added a component Webkul_Custom\/js\/custom, add a displayArea, and the configSource.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg\" alt=\"Selection_046\" class=\"wp-image-373006\" width=\"810\" height=\"140\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg 583w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046-300x52.jpg 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046-250x43.jpg 250w\" sizes=\"(max-width: 810px) 100vw, 810px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Change the path to the component\u2019s&nbsp;<code>.js<\/code>&nbsp;file, template, or any other property as per your need.<\/p>\n\n\n\n<p>Make sure that you declare a component so that it is rendered correctly by the parent component. If a parent component is a general UI component (referenced by the&nbsp;<code>uiComponent<\/code>&nbsp;alias), its child components are rendered without any conditions. But if a parent component is an extension of a general UI components, then children rendering might be restricted in certain way. For example a component can render only children from a certain&nbsp;<code>displayArea<\/code>.<\/p>\n\n\n\n<p>Step 3:- After this we need to  create the following new file:&nbsp;<code>&lt;your_module_dir&gt;\/view\/frontend\/web\/js\/custom<\/code>.js<\/p>\n\n\n\n<p>Step 4:-   In this file, add the following:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">\/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n *\/\ndefine(\n    &#091;\n        &#039;uiComponent&#039;,\n        &#039;jquery&#039;,\n    ], function (Component, $) {\n        &#039;use strict&#039;;\n        return Component.extend({\n            defaults: {\n                template: &#039;Webkul_Custom\/custom&#039;,\n            },\n\n            initialize: function () {\n                this._super();\n            },\n        });\n    });<\/pre>\n\n\n\n<p>In this above code, we define the template where you need to add your custom code as per your need.<\/p>\n\n\n\n<p>Step 4:- After this, we need to create the following new file:&nbsp;<code>&lt;your_module_dir&gt;\/view\/frontend\/web\/template\/custom<\/code>.html<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;p&gt;this is custom text&lt;\/p&gt;<\/pre>\n\n\n\n<p>It will look like this.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"592\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_047-1200x592.jpg\" alt=\"Selection_047\" class=\"wp-image-373010\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_047-1200x592.jpg 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_047-300x148.jpg 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_047-250x123.jpg 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_047-768x379.jpg 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_047.jpg 1288w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>I hope you like this blog \ud83d\ude42<a href=\"https:\/\/devdocs.magento.com\/guides\/v2.3\/howdoi\/checkout\/checkout_customize.html#move-a-component\"><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we are going to add an additional info to the checkout payment page. First of all, we need to create a custom module. you can create a module using this blog Click Here. This topic contains basic information about how to customize the view of an existing&nbsp;checkout payment page. In the Magento <a href=\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":385,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,9121,1],"tags":[2070],"class_list":["post-372975","post","type-post","status-publish","format-standard","hentry","category-magento","category-magento-2","category-uncategorized","tag-magento2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Additional info on the Checkout Payment Page - Webkul Blog<\/title>\n<meta name=\"description\" content=\"In this blog, we are going to add an additional info to the checkout payment page. First of all, we need to create a custom module. you can create a module using this blog\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Additional info on the Checkout Payment Page - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"In this blog, we are going to add an additional info to the checkout payment page. First of all, we need to create a custom module. you can create a module using this blog\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-17T14:45:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-27T06:24:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg\" \/>\n<meta name=\"author\" content=\"Ajay Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ajay Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/\"},\"author\":{\"name\":\"Ajay Singh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/83ccffc2cbfde72f906f933bdc7dd20b\"},\"headline\":\"Additional info on the Checkout Payment Page\",\"datePublished\":\"2023-03-17T14:45:45+00:00\",\"dateModified\":\"2023-04-27T06:24:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/\"},\"wordCount\":311,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg\",\"keywords\":[\"Magento2\"],\"articleSection\":[\"magento\",\"Magento 2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/\",\"url\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/\",\"name\":\"Additional info on the Checkout Payment Page - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg\",\"datePublished\":\"2023-03-17T14:45:45+00:00\",\"dateModified\":\"2023-04-27T06:24:03+00:00\",\"description\":\"In this blog, we are going to add an additional info to the checkout payment page. First of all, we need to create a custom module. you can create a module using this blog\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg\",\"width\":583,\"height\":101,\"caption\":\"Selection_046\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Additional info on the Checkout Payment Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/83ccffc2cbfde72f906f933bdc7dd20b\",\"name\":\"Ajay Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/46a7f9944537c94d9679948e225a481f8cff0658565777b37cc5ecdd128881cb?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/46a7f9944537c94d9679948e225a481f8cff0658565777b37cc5ecdd128881cb?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Ajay Singh\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/ajaysingh-magento149\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Additional info on the Checkout Payment Page - Webkul Blog","description":"In this blog, we are going to add an additional info to the checkout payment page. First of all, we need to create a custom module. you can create a module using this blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/","og_locale":"en_US","og_type":"article","og_title":"Additional info on the Checkout Payment Page - Webkul Blog","og_description":"In this blog, we are going to add an additional info to the checkout payment page. First of all, we need to create a custom module. you can create a module using this blog","og_url":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2023-03-17T14:45:45+00:00","article_modified_time":"2023-04-27T06:24:03+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg","type":"","width":"","height":""}],"author":"Ajay Singh","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Ajay Singh","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/"},"author":{"name":"Ajay Singh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/83ccffc2cbfde72f906f933bdc7dd20b"},"headline":"Additional info on the Checkout Payment Page","datePublished":"2023-03-17T14:45:45+00:00","dateModified":"2023-04-27T06:24:03+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/"},"wordCount":311,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg","keywords":["Magento2"],"articleSection":["magento","Magento 2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/","url":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/","name":"Additional info on the Checkout Payment Page - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg","datePublished":"2023-03-17T14:45:45+00:00","dateModified":"2023-04-27T06:24:03+00:00","description":"In this blog, we are going to add an additional info to the checkout payment page. First of all, we need to create a custom module. you can create a module using this blog","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/Selection_046.jpg","width":583,"height":101,"caption":"Selection_046"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/additional-info-on-the-checkout-payment-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Additional info on the Checkout Payment Page"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/83ccffc2cbfde72f906f933bdc7dd20b","name":"Ajay Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/46a7f9944537c94d9679948e225a481f8cff0658565777b37cc5ecdd128881cb?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46a7f9944537c94d9679948e225a481f8cff0658565777b37cc5ecdd128881cb?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Ajay Singh"},"url":"https:\/\/webkul.com\/blog\/author\/ajaysingh-magento149\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/372975","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/385"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=372975"}],"version-history":[{"count":6,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/372975\/revisions"}],"predecessor-version":[{"id":378495,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/372975\/revisions\/378495"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=372975"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=372975"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=372975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}