• Hi.

    I’m creating a site for a client using WordPress and I just installed CartPress to make his product catalog. He doesn’t need shopping cart, client login or checkout. Only a simples catalog.

    My problem is that I already have in my navigation a link that points to the list of produts.

    What I need is to create a page in my navigation that shows the categories with some thumbnails in a grid and then, after clicking one of the categories I open the product page associated with that category. Is this possible and easy to do?

    BTW I’m using bootstrap as my theme in WordPress to keep everything responsive.

    ———

    I can explain even better what I need:

    My temporary page is http://www.labeltecnica.herobo.com/wordpress

    After that when you enter click on “Produtos” in the menu.

    Now, what I need is the following:

    When I enter I need to see a grid with thumbnails and captions of primary categories.

    For example,

    – Solution 01
    – Solution 02
    – Solution 03

    Then, after clicking one of them I need to see another grid of thumbnails with captions of child categories of the one I previously clicked.

    For example,

    – Solution 02
    —- Solution X
    —- Solution Y
    —- Solution Z

    And finally, after clicking one of these child categories I need to see a grid with thumbnails and captions with the products associated with these child categories. Of course that after that I need to click in each of these products and enter its own detailed product page.

    I don’t want to show the complete grid of products after clicking “Produtos” with a sidebar to sort between categories because we’re talking about completely different kinds of products that need to be shown individually.

    Can this be made with this plugin without having to code PHP? I only know how to work with HTML and CSS.

    https://wordpress.org/plugins/thecartpress/

Viewing 1 replies (of 1 total)
  • Plugin Author Inigo Gonzalez

    (@inigoini)

    Hi,

    Please, test with this. TheCartPress supports a template function and a shortcode both called: “tcp_the_taxonomy_list”

    the argument is this:
    array(
    ‘child_of’ => 0,
    ‘parent’ => ”,
    ‘orderby’ => ‘name’,
    ‘order’ => ‘ASC’,
    ‘hide_empty’=> 1,
    ‘taxonomy’ => TCP_PRODUCT_CATEGORY,
    );

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Show category and sub category hierarchies before grid of products’ is closed to new replies.