• Hi there,

    I’m having a strange issue, checkout appears to work fine until the confirmation page then things get a little weird. on the final payment page i click pay then shows what is an order summary but the subcart total is 0 and the total is the correct amount. When looking in admin at the order it does show the order but shows no products attached to the order at all. I looked in the database at the custom post type in the posts table and post_content is empty in all my orders. Is there something I’m doing wrong here? I’m using the latest wp and woocommerce

    https://www.ads-software.com/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter smartypants

    (@smartypants)

    I also want to note i disabled all plugins except for woocommerce and still had the same issue.

    Thread Starter smartypants

    (@smartypants)

    I also tried uninstalling the plugin and reinstalling with the latest version. Disabling all plugins did not work either

    Thread Starter smartypants

    (@smartypants)

    Well for some reason during installation woocommerce did not install the database. Tracked it down to a collation issue.

    $collate .= ” COLLATE $wpdb->collate”;

    Ended up being wrong.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New products attached to order’ is closed to new replies.