Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #675217

    shaunolver
    Participant

    Hi,

    I’m having an issue at the moment in which I can’t get pagination (page numbers with next page / back links) to appear on a page that I’ve created. The pages’ content simply has a Woocommerce shortcode to pull in sale items, but the problem is it is only limited to 12 products (or whatever I specify) to display. I know there are more products to display but can’t navigate to them.

    I’ve created a page using the template “Layout – Sidebar Left, Content Right”. The shortcode I have used (as per Woocommerce documentation) is:
    [sale_products columns="4" per_page="12"]

    URL to the problem page: http://staging.primedelux.com/sale/

    Pagination is working elsewhere on shop pages throughout as seen on the following URL: http://staging.primedelux.com/skatestore/ but It seems it’s only when I use shortcodes that I get the problem.

    Any help would be greatly appreciated!

    Thanks,

    Shaun.

    #675360

    Christian
    Moderator

    Hey Shaun,

    It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #677268

    shaunolver
    Participant

    Hi,

    Ok thanks for your response. To try and help my hunt for the correct files, are you able to tell me what X template is used for the Woocommerce store? I’m using the Ethos Stack.

    Thanks,

    Shaun.

    #677289

    Zeshan
    Member

    Hi Shaun,

    X WooCommerce files are located under /wp-content/themes/x/woocommerce/. You can search for the files and if you need to make custom changes, you can copy the files to the same level of directory in your child theme, e.g. /wp-content/themes/x-child/woocommerce/PATH-TO-YOUR-FILE.

    Thank you!