• 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 46 replies (of 46 total)
  • I read all the topics on this topic:
    woocommerce / woocommerce: Issue # 15455
    woocommerce / woocommerce: Issue # 15114
    woocommerce / woocommerce: Issue # 17365

    and I understood, because of what the problem arises in me.
    Indeed, if you re-save the products manually, everything works correctly.
    The matter is that I add the products program.
    Through:
    $ post = array (
    ‘post_author’ => 1,
    ‘post_content’ => $ OpisProd,
    ‘post_excerpt’ => $ KratOpisProd,
    ‘post_status’ => ‘publish’,
    ‘post_title’ => $ NameProd,
    ‘post_type’ => “product”,
    );

    and then update the presence as follows:
    update_post_meta ($ post_id, ‘_stock_status’, $ Stock);

    Woocommerce adds the product and records the availability, but the availability does not work correctly.
    Tell me, is it possible to solve this problem when program adding a product? How to add the products correctly?

    • This reply was modified 7 years, 1 month ago by abakaka.
Viewing 46 replies (of 46 total)
  • The topic ‘3.0 Issues: pagination, terms & conditions’ is closed to new replies.