I’m using latest version of WP e-Commerce on WP 3.3.1
What I’m trying to do is show some stuff on my sidebar only for shop pages.
Therefore I’m looking for conditional statement similar to the following one but that will work 🙂
if (shop) {“do it”} else {dont}
Any help much appreciated.
Thank you in advance.
Dom
OK, I’ve figure this out if anyone ever need it here it is :