Changes applied in the feed configuration are effective after the next import of the feed. So run the cron or hit the 'now/nu' link.
If you want a more customized display you can use the Select fields as well.
If you have (any) values in the Selectx fields you can print them like
Code:
echo $item['Select2']; # some templates have $row['Select2']
Or formatted
Code:
echo '<p class="verzend">Verzendkosten: €' '.money_format('%!.2n', $item['Select2']).'</p>';
about custom layouts :
affiliatefeeds.nl/custom-layouts.html
So there are two different methods:
- adding a datafeed field to the list fields in the feed configuration adds the value to the description during import
- using the Select fields during display on the front end.
- a thid method would be to add the extra values to the description during import using a import filter