Reverting to version 1.1.2 worked for me (seeing cash on pickup @ checkout again) thanks
Thread Starter
Nephi
(@nephi)
That’s amazing 🙂 I’m not sure how the hooks work but I will keep trying to see how to work with the “cost price” plugin, thank you very much
-
This reply was modified 8 years, 7 months ago by Nephi.
Thanks so much for responding to your own question with your solution, you’re a star 🙂
I’m still using the default names and it looks like this.
<?php if (class_exists( 'kdMultipleFeaturedImages') && kd_mfi_get_the_featured_image( 'featured-image-2', 'post' )) { ?>
<?php kd_mfi_the_featured_image('featured-image-2', 'post' );?>
<?php } else { ?>
<img src="<?php bloginfo('template_directory');?>/images/defaultthumb2.jpg" />
<?php } ?>