dlikelith
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Egg β Affiliate Product Importer & Price Comparison] Amazon localeThe thing was that locale ID was set after making posts with content egg links, had to redo π
Forum: Plugins
In reply to: [Custom Post Type UI] Display taxonomy valuesI am not prof, so I do not know, maybe there is something with the theme, but for me this code worked:
<?php $term_list = get_the_term_list( get_the_ID(), 'localstore', '<span class="store_post_meta_item">', ', ', '</span>' ); if($term_list){ echo '<a href="'.$term_list.'</a>'; } ?>- This reply was modified 8 years, 7 months ago by dlikelith.
Forum: Plugins
In reply to: [Custom Post Type UI] How to add image to taxonomy?Thank you for the answer.
Thank you!!!!!!!!!!!!!!!!!!!!!!!
Thanks, it worked.
Thanks, great!
OK, that’s clear, thanks.
For example:
http://www.ebay.co.uk/itm/Boar-Bristle-amp-Nylon-Soft-Hair-Brush-Anti-static-Hair-Paddle-Comb-Scalp-Massage-/302426171776?rmvSB=true&catId=26395&clk_rvr_id=1295998045433Real price
Β£2.48It shows in website:
$2.48So I say, that the best solution would be possibility to change currency symbol mannually, like in offer module. Because now all prices are displayed incorrect (like real price 10 EUR, it displays 10 USD) and I am not able to correct it. So now I am not able to use Viglink module at all.
I guess I found it π
<?php if ($item['description']): ?> <p><?php echo $item['description']; ?></p> <?php endif; ?>Could you please tell what code should be to add this description field.
Thanks, I got it.