Please post the link to the “what I am getting page” so the markup can be examined with browser tools.
http://cornashopjuciers.com
scroll down and you will see
click on best juicer and scroll down
Found it. Could you try one of these formats for your shortcode:
[products ids=”1, 2, 3, 4, 5″]
[products skus=”foo, bar, baz” orderby=”date” order=”desc”]
If it doesn’t work please leave it in.
It isnt working. I dont even see any skus on the product page… The layout is different and it still isnt like the product category is..
This bit doesn’t go on the page:
array(
‘per_page’ => ’4’,
‘columns’ => ‘2’,
‘orderby’ => ‘title’,
‘order’ => ‘asc’,
‘category’ => centrifugal-juicer”
)
The SKU is a unique product identifier assigner by the admin and entered on each product page in the Product Data section, General tab. Its optional because you can use the product id if you want.
To get a product id, bring up the list of products in the admin area, and hover over the product name so you can see something like “ID 198 | Edit | Trash” etc.
So you shortcode would be:
[products ids=”198, 208, 216″ per_page=”4″ columns=”2″ orderby=”title” order=”asc”]
category is redundant since you are specifying the products.
Lorro you’re awesome a swear bro.
I am almost there, I think it’s the word count that’s why the add cart aren’t line up. I just made a simple change to the code you gave me and that’s the result.
I think there are too much padding around the code though…
Try this in your custom css:
.woocommerce .products {white-space:normal}
Check for adverse affects on other pages.
Lorro, it’s perfect thank you a million, if you should come to Jamaica I will buy a drink on me… You can take a look at it, is neatly put together thanks to you..
And all the other pages are unaffected…
Cheers again…