Skip to main content
Contributor I
June 3, 2024
Solved

Abandoned Cart link woocommerce

  • June 3, 2024
  • 7 replies
  • 1408 views

I saw so many links from people I want to understand which link is working and when people click in my email template back to checkout to buy they redirecting to the checkout with their cart and details already filled Im so confused and Ill be happy to know which link is correct to put to archive my goal thank you very much in advance :)

this is the links I found in forums:
{{ organization.url }}cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }}
{{ organization.url|trim_slash }}/cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }}
{{ organization.url|trim_slash }}/checkout
{{ event.extra.checkout_url|default:'' }}

    This topic has been closed for replies.
    Best answer by eCom2Win_Agency

    Hey @deans100Β 

    Thanks for clarifying.

    If you want toΒ ensure your Klaviyo email redirects users to their pre-filled checkout page seamlessly, you should use the following link format:

    {{ organization.url|trim_slash }}/checkout?wck_rebuild_cart={{ event.extra.CartRebuildKey }}
    Β 

    This way, even if they switch devices, they can continue right where they left off in the checkout process. Give it a try and let me know how it works out!

    7 replies

    retention
    Partner - Platinum
    2025 Champion
    June 3, 2024

    HiΒ @deans100, welcome to the community!

    If you have the latest update of the official Klaviyo WooCommerce/Wordpress Plugin, you should use this one:

    {{ organization.url|trim_slash }}/cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }}

    You can see it reference in the documentation:

    This not only brings users back to the Checkout page, but also β€œrebuilds” the items in the cart from the link if they are clicking from a different device/browser.Β Β 

    For example, if someone shops from their mobile phone and starts a checkout (but doesn’t complete the purchase), and receives the email from another device (like their laptop or home computer), when they click the link it will β€œrebuild” their cart on the new browser/device to continue where they left off.

    Hope this helps!

    Joseph Hsieh // retentioncommerce.com // X: @retention
    eCom2Win_Agency
    Expert Problem Solver II
    June 4, 2024

    For understanding which link works best in your Klaviyo email template for redirecting users to their pre-filled checkout page, you should use the link that rebuilds the cart. The correct format to use is:

    {{ organization.url|trim_slash }}/cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }}

    This ensures that users can continue their checkout process seamlessly, even if they switch devices​

    Generate 20% - 40% of your eCommerce store revenue with https://rebrand.ly/eCom2Win!
    deans100Author
    Contributor I
    June 4, 2024

    The links arent redirect to cart? I want people will back to the checkout not cart

    eCom2Win_Agency
    Expert Problem Solver II
    June 5, 2024

    Hey @deans100Β 

    Thanks for clarifying.

    If you want toΒ ensure your Klaviyo email redirects users to their pre-filled checkout page seamlessly, you should use the following link format:

    {{ organization.url|trim_slash }}/checkout?wck_rebuild_cart={{ event.extra.CartRebuildKey }}
    Β 

    This way, even if they switch devices, they can continue right where they left off in the checkout process. Give it a try and let me know how it works out!

    Generate 20% - 40% of your eCommerce store revenue with https://rebrand.ly/eCom2Win!
    deans100Author
    Contributor I
    June 5, 2024

    Button isnt clickable I tried to click from the mail but nothings happends this is the URL i used
    {{ organization.url|trim_slash }}/checkout?wck_rebuild_cart={{ event.extra.CartRebuildKey }}
    Β 

    deans100Author
    Contributor I
    June 5, 2024

    this is my domain if needed https://www.dareordare.co.il/

    deans100Author
    Contributor I
    June 14, 2024

    this is working great:Β {{ organization.url|trim_slash }}/cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }}

    but when I replace /cart without checkout it isnt wroking its saying me no items in the cart

    hoping someone already solved this issue