Hello @shaunkuschel ,
First, thanks so much for your ultra fast reply!
Adding the shortcode on the page HTML is very easy.That’s great.
What I do not understand is how (or where) to add the args part. For example, where should I add this part, in order to display the product price:
array(
'id' => '99',
'style' => 'border:4px solid #ccc; padding: 12px;',
'sku' => 'FOO'
'show_price' => 'TRUE'
'class' => 'CSS-CLASS'
'quantity' => '1';
)
Sorry, WordPress is a slightly different world for me.
Thanks again.
Panos