Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1102926
    LoveBug
    Participant

    Okay I admit i have been around the block reading all sorts of threads and maybe missing the very element of how Woo works. I created a page, can I not just load the store there? or?? Could you direct me to where the store actually shows up?
    I found this code [featured_products per_page=”12″ columns=”4″] but when I add it to the page on a raw content or a text section nothing comes up. Yet I added it on another site on the home page and they came up. I don’t want them on a main page on this site, we are not ready for full online, just doing home delivery online sales for select cities.

    Hope that makes sense and you can help!

    Thank you,
    Sherry Ann

    #1103095
    Christopher
    Moderator

    Hi there,

    You can set shop page under Woocommerce settings -> products -> Display.
    If you want to create shop page with shortocodes, check this link : https://docs.woocommerce.com/document/woocommerce-shortcodes/

    In case shortcodes don’t work on your end, provide us with URL and login credentials.

    Thanks.

    #1103951
    LoveBug
    Participant

    Hi Okay THANK YOU! That was very helpful!
    I set up products on the ‘shop’ page set up already, however not all of the items show up?? only 8? There are more products than that and there is not an options to see more??

    Maybe I am missing something again ;o)

    Sherry Ann

    #1104177
    Darshana
    Moderator

    Hi there,

    By default WooCommerce will show 12 products per page. Please try adding the following code into your functions.php file.

    I’d advise that you setup a child theme first and then you can add the code into your Child Theme’s functions.php file. This allows you to make code changes that won’t be overwritten when an X update is released.

    
    // Display 24 products per page.
    add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 ); 
    

    WooCommerce documentation: (http://docs.woothemes.com/document/change-number-of-products-displayed-per-page/)

    Thanks!

    #1105894
    LoveBug
    Participant

    Thank you! Yes, I am using a child theme ;o)!

    I was wondering if it was the size of my images and why it wasn’t showing the rest of the products or giving me a 2 page option?

    #1105965
    LoveBug
    Participant

    Hi Darshana!

    Could you walk me through where to go to add the code to the childtheme Php? I looked up tutorials, but have yet to find it.
    Thanks for your help.
    Sherry Ann

    #1106261
    Lely
    Moderator

    Hi Sherry Ann,

    Please try checking and adjusting it first on Appearance > Customize > Woocommerce > Shop Columns. See attached screenshot. The code can be added at the end of your functions.php file on child theme.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1102926 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>