07/15/2013 at 1:18 pm
#264867
Keymaster
@ Floris
Good deal, here’s what you need to do.
Open the template.php file found here:
../wp-content/plugins/connections/templates/card/
Goto line 46, which should be this
<span style="display: block; margin-bottom: 8px;"><?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?></span>
Change it to this:
<span style="display: block; margin-bottom: 8px;"><?php $entry->getCategoryBlock( array( 'label' => 'Will ship to', 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?></span>
Save and upload overwriting the original file. Of course you should backup first.
