
Rossi
Hi, I most say this is a great plugin.
I just installed dukapress and I would like to know how I can directly add Product’s without always have to add [dpsc_display_product] in the post?
2, My host doesn’t support Tim Thumb and I can not change for now is there other way round to get the thumb image to show?

rossi
where are dukapressers? I will appreciate if any can help me!
Unfortunately, you have to include [dpsc_display_product] in every post unless you create a custom single-duka.php that includes it by default. This file is your theme template file that handles products. It is basically a custom single.php that gets called for only products
Unfortunately at this time there is no other way but to use timthumb

mauro
Just add this line on your single template
<code><?php echo (do_shortcode(‘[dpsc_display_product]‘)); ?> </code>

rossi
Thank you both, i nearly give up. again thank you