• When looking at products sorted by category, pagination is listing hundreds of pages (saying 5000+ products). I have this many products but not this many in stock. I have the box checked to “hide out of stock products”. It isn’t displaying the products, but it is creating pages for them.

    The box for terms & conditions on check out will not allow it to be checked. Had to remove it from the site to be able to accept orders.

    This is with Storefront theme

Viewing 15 replies - 1 through 15 (of 46 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    > When looking at products sorted by category, pagination is listing hundreds of pages (saying 5000+ products). I have this many products but not this many in stock. I have the box checked to “hide out of stock products”. It isn’t displaying the products, but it is creating pages for them.

    Need to run the data upgrader after installing the new versions.

    > The box for terms & conditions on check out will not allow it to be checked. Had to remove it from the site to be able to accept orders.

    Works on default themes, I’ll check storefront.

    Hmm seems fine: https://dl.dropboxusercontent.com/s/ox5mads2nvh2u0d/2017-04-05%20at%2021.01.png

    Thread Starter barbedhook

    (@barbedhook)

    I ran the db tables upgrade after. The issue is the same in 2014 theme.

    Plugin Contributor Mike Jolley

    (@mikejolley)

    Did it complete? It sounds like you’re missing the new terms which control visibility. One of which is called ‘outofstock’ – product_visibility taxonomy.

    Thread Starter barbedhook

    (@barbedhook)

    It did, but not sounding like it completed correctly. Is there any way to run it again?

    Plugin Contributor Mike Jolley

    (@mikejolley)

    Thread Starter barbedhook

    (@barbedhook)

    Call me stupid, but how to I do that?

    Plugin Contributor Mike Jolley

    (@mikejolley)

    Could add this to functions.php of your theme.

    https://gist.github.com/mikejolley/dff162f36b2be5f597fc0c55f5c3c47f

    Then go to yoursite?wc_update_300_product_visibility=true

    Thread Starter barbedhook

    (@barbedhook)

    Thank you, I will try that. I was manually trying to roll back to previous version then upgrade it again to see what happens.

    Thread Starter barbedhook

    (@barbedhook)

    I uploaded previous version and installed it. Still had the same pagination error. I upgraded to 3.0 again. Ran updater again. Still same thing.

    Thread Starter barbedhook

    (@barbedhook)

    I have also noticed, as I click through those pages, there is different numbers of products being displayed on each page. 11, 20, 12, etc…It is set to display 20, so I assume the missing ones are out of stock items.

    “The box for terms & conditions on check out will not allow it to be checked. Had to remove it from the site to be able to accept orders.”

    Same here. I am running on Salient Theme. Actually, there is no checkbox to check. The input checkbox appears in the Code Inspector:

    <label class=”woocommerce-form__label woocommerce-form__label-for-checkbox checkbox”>
    <input type=”checkbox” class=”woocommerce-form__input woocommerce-form__input-checkbox input-checkbox” name=”terms” id=”terms”> <span>I’ve read and accept the terms & conditions</span> <span class=”required”>*</span>
    </label>

    However, the checkbox is not showing up on the page. If the terms are not agreed to, the order cannot be completed.

    • This reply was modified 7 years, 11 months ago by jtherieau.
    • This reply was modified 7 years, 11 months ago by jtherieau.

    I found the cause of the problem for my site. It was a conflicting style in the Salient Theme. This one:

    /wp-content/themes/salient/style.css?ver=4.7.3

    body[data-fancy-form-rcs=”1″] input[type=’checkbox’] {
    /* height: 0; */
    /* width: 0; */
    /* position: absolute; */
    /* left: -9999px; */
    }

    Disabling all of those brought the checkbox back. So I will work on customizing my CSS to repair that issue.

    Thread Starter barbedhook

    (@barbedhook)

    I removed the page settings->Checkout Checkout pages…remove the terms & conditions page to temporarily fix it. At least that way orders can still come through.

    Plugin Contributor Mike Jolley

    (@mikejolley)

    Are you using that shortcode pagination plugin? I’ve seen reports of it not supporting 3.0.

    Thread Starter barbedhook

    (@barbedhook)

    Nope. Not using any plugins for pagination at all.

Viewing 15 replies - 1 through 15 (of 46 total)
  • The topic ‘3.0 Issues: pagination, terms & conditions’ is closed to new replies.