- This topic has 3 replies, 4 voices, and was last updated 8 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Multiple Columns
Tagged: display, grid, products, products grid, show products in a two wide grid
Anyway possible to list products into 2 or more columns as opposed to a single column?
Yeah, I think you are after a grid display.
You can use fancy display 3 or 5 which are for grid based display:
So basically group your product by adding them to a category then display all the products from that particular category using a shortcode that you prefer. All the shortcodes are listed here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
I am confused how to get a side by side grid. Do I have to make wp “category” pages or can I use my existing pages I have sorted into “categories” of items? I made a parent page with menu dropdown pages, each page being my category of similar listings, not specific product pages for each listing, no eStore categories. I tried this code below on my page and the fancy5 snapped together but in one column. How do I get them side by side?
I tried this….
[wp_eStore_fancy_display id=1 type=1 style=1
show_price=1]
[wp_eStore_cart_fancy2]
[wp_eStore_fancy5 id=2]
[wp_eStore_fancy5 id=3]
and this….
[wp_eStore_cart_fancy2]
[wp_eStore_fancy_display id=1 type=1 style=1
show_price=1]
[wp_eStore_fancy5 id=2]
[wp_eStore_fancy5 id=3]
Do I have to go back to the beginning and create pages for every listing under wp “categories” and set it up that way?
Please read the following display which will show you how to create a grid display: