Skip to main content

merchant logo and shipping cost over the feed

More
11 years 2 months ago - 11 years 2 months ago #1842 by gsmiphone
Hi please help me how could i display the merchant logo and the shipping cost on the feed?
Last edit: 11 years 2 months ago by redactie. Reason: Geen noodzaak om hard te roepen

Please Log in to join the conversation.

More
11 years 2 months ago #1845 by redactie
There is a topic on using the merchant logo from with the feed configuration:

affiliatefeeds.nl/pro-features/6-adding-...o-the-component.html


Or compile the logo image from the item

affiliatefeeds.nl/pro-features/6-adding-...e-component.html#499
The following user(s) said Thank You: gsmiphone

Please Log in to join the conversation.

More
11 years 2 months ago #1846 by redactie
If the shipping costs are in the feed you can map the feed field to a 'list' field on the lower left of the feed configuration.

it will add the value to the description

Please Log in to join the conversation.

More
11 years 2 months ago #1848 by gsmiphone
i updated the fromprice (which is shipping cost) in the select2 (Feed to database mapping
) & in the List1 (Add to description)

could you kindly explain how this work? and how this could be done?

Please Log in to join the conversation.

More
11 years 2 months ago #1850 by gsmiphone
i updated the fromprice (which is shipping cost) in the select2 (Feed to database mapping
) & in the List1 (Add to description)

could you kindly explain how this work? and how this could be done?

HOW COULD I FETCH THE SHIPPING COST THEN? COULD YOU WRITE ME THE SCRIPT PLEASE?

Please Log in to join the conversation.

More
11 years 2 months ago #1852 by redactie
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: &euro;' '.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

Please Log in to join the conversation.

Time to create page: 0.426 seconds