Results for tag checkout
  • Integration Best Practices: Choosing the Right Tools
    Matthew Sandstrom    —       —    Knowledge Base Article

    With the release of version 12 in 2018, Kentico made the switch from Web Forms-based Portal Engine to MVC as its primary development model. This opened the door for more flexible customization— having a separate front-end site allows developers to execute custom code from almost anywhere in that site’s lifecycle. However, sometimes more complex integrations need to tie in to the admin application as well, or don’t really make sense in the context of the live site, so it’s worth looking into the available tools for such scenarios.

    In this article, the first of a two-part series, I’ll summarize the various integration options for the admin application in Kentico Xperience 13, and use the Stripe payment gateway integration as an example for how the right tools can be selected. The next article in the series will cover the specifics of integrating payment gateways, using Stripe as an example.


  • PayPal Checkout
    Les Girvan    —       —    Question

    Hi Guys,Portal Engine V11.0.49I am having an issue with the PayPal checkout not working, I have completed all the settings as per these pages: https://docs.xperience.io/k11/e-commerce-features/conf...


  • Shopping Cart Items for Klaviyo
    Les Girvan    —       —    Question

    Hi Guys,Wondering if you can advise where I can add curly brackets to this method please, as each item in the shopping cart has to be wrapped inside a curly brackets[{ {% foreach(cartitem in EComme...


  • foreach loop
    Les Girvan    —       —    Question

    Hi Guys,We have a script to pass values of the current basket into a service. This includes all the items in the basket by using a 'foreach' loop using the following:[{% foreach(cartItem in ECommer...


  • Adding Unix Time stamp
    Les Girvan    —       —    Question

    Hi Guys,I am looking how to add a unix time to a JavaScript we use in cart tracking. I am using the following method:{% ECommerceContext.CurrentShoppingCart.ID.ToString() + @_@ + Unix Time.ToString...


  • Current Shopping Cart Product(s) URL
    Les Girvan    —       —    Question

    As part of a integration, we need to capture details of the current shopping cart. I have been able to get products image URL's by using `{% GetAbsoluteUrl(ECommerceContext.CurrentShoppingCart.Cont...


  • Macro Checkout Array
    Les Girvan    —       —    Question

    Hi Guys,Just looking for help in formatting a macro results, I have this for loop for current shopping cart and want to create an array with bracket separators between the items in the basket, so l...


  • Very slow checkout and checkin in pages application
    Ashutosh Pandey    —       —    Question

    Hi, We are using Kentico V10 for quite some time now. As the number of pages increases, the checkout and checkin of pages have become very slow. It can take upto 1 minute to actually checkout or ch...


  • Using Custom Data to Include Extra Shipment Information
    Matthew Sandstrom    —       —    Knowledge Base Article

    Shipping is an important part of any e-commerce site that sells physical items. Using shipping carriers and shipping options, you can integrate companies’ shipping options with your store. Some companies may return additional information about product shipments that you might want to display to customers, such as delivery date, package attributes, or the address the package will be shipped from. If there is a piece of information about the shipment that doesn't have a corresponding field in Kentico, you can still pass that data to the customer using the CustomData fields in many of the classes.


  • Paypal Api issue
    Mihir Patel    —       —    Question

    calling kentico configured paypal by code result = Service.Resolve(IPaymentGatewayProcessor)().ProcessPayment(PaymentGatewayProvider, data); give error {@name@:@VALIDATION_ERROR@,@details@:[{@field...