• I want to customize shop pages:

    1) there are 3 “layers” of categories: main cat->1subcat->2subcat
    2) on deafult shop page I need grid-view with thumbnails of main cat with titles
    3) the subcat page the same as shop page
    4) products page shouldn’t have grid view, better veriant for products is list view(Title, thumbnail, short description and/or custom attributes)

    I made List view via css, but categories lost grid and also became list-view, like a products.
    How can I independently customize categories and products?
    How add short description and/or custom attributes to products list page

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I made List view via css, but categories lost grid and also became list-view, like a products.

    Separate them, make another template for categories, make css for it different. Assign new css ID’s for new ones.

    How can I independently customize categories and products?

    Don’t understand, category view and singular product view use different templates, but may use same css, do same as 1.

    How add short description and/or custom attributes to products list page

    You need to modify loop responsible for getting product data, it can be found in product list template you are using.
    Or atleast you will find function witch do the trick.

    Thread Starter mikr

    (@mikr)

    make another template for categories

    I dont know how 🙂

    You need to modify loop responsible for getting product data, it can be found in product list template you are using.
    Or atleast you will find function witch do the trick.

    I understandit in the theory, but on practice I cant find it. I cant understand full structure of woocommerce templates and functions.

    Thank you anyway!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WooCommerce – excelling eCommerce] Products, categories, subcategories layout.’ is closed to new replies.