Home › Forums › Plugins › Add to Wishlist › Support › showing prices on wish list › Reply To: showing prices on wish list
December 14, 2011 at 2:04 am
#8915
Participant
Sorry to constantly bother you with your plugin =) I noticed with the update I can’t seem to get the image to show up anymore on the wish list. Before it was
quantity == 0 ) { ?>
<img src='product_id ); ?>' alt='name; ?>' title='name; ?>' />
<a href="product_id ); ?>">
<img src='product_id ); ?>' alt='name; ?>' title='name; ?>' />
Now it’s
quantity == 0 ) { ?>
$favourite->product_id, 'name' => $favourite->name, 'link' => false ) ); ?>
$favourite->product_id, 'name' => $favourite->name ) ); ?>
I’m probably just missing something?