• Hi,

    First of all I want to say that my category is working fine. It displays list of products in that category with big thumbnail.

    What I want to create is another page with a custom template. Say I have a product category with name “ABC” and its id is ” 101″. This page should display all the products from category “ABC” in list form (ascending order) without any thumbnail. For each product name there should be a hyperlink, which when clicked should display Only the images of the products, Nothing else.

    How can I achieve this ?

    Thanks in advance,
    Sushil

    https://www.ads-software.com/plugins/wp-e-commerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Create a Page use the shortcode [wpsc_products category_id=’ID#’ sort_order=’name’]

    I did something similar. I edited the wpec_list_view.php template file that was in my themes directory to look the way i wanted.

    See: https://docs.getshopped.org/documentation/shortcodes-categories/ for shortcodes.

    Thread Starter sprasai

    (@sprasai)

    Hi Jmessick,

    Thanks for info but if I do what you have suggested, I’ll get something similar to a category page, i.e list of products with thumbnails and hyperlink and when those hyperlink are clicked it will display single product page.

    What I want is something different. I just want to display a list of product without thumbnails. The products name (title) will have link to the product images only (no other product info).

    how do i add a product category to a page using woocommerce?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display product from Category in a page’ is closed to new replies.