• I have been at this for weeks trying every variation known to man (or me at least).

    Im trying to develop a landing page that will have product, cart and checkout all on the same page. I get the product and cart no problem, the checkout is not all there.

    I have tried using the short codes on the page like [woocommerce_cart] and [woocommerce_checkout], didn’t work so I tried loading the checkout page via jQuery .load() function and that wasn’t working. I then went and viewed source of the checkout page and copied the html (stripped a few things) and it works but only for a day before it needs to be updated.

    What is happening is when I try anything besides copying the static source code, the section where you select your shipping keeps spinning (the ajax).

    Digging deeper I have found that copying the source of the actual checkout page into my template works for a day because Woocommerce creates nonces to handle its ajax/javascript and country/state selections. That is why it is breaking.

    I have also tried including any obvious scripts I could see that were specific to the checkout page but still get the never ending circle of death that has controlled my life this past week.

    Can anyone shed some light on this, where to look or what to do? I feel like I have tried everything.

    In short I just need the cart and checkout to be functional on our landing page (but keep our checkout also located on our main checkout page)

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Possible to have checkout on 2 pages?’ is closed to new replies.