X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Firetank Feed Manager - Setting Price Correctly (https://forum.x-cart.com/showthread.php?t=73564)

zebu 02-12-2016 01:24 PM

Firetank Feed Manager - Setting Price Correctly
 
1 Attachment(s)
I have been using Firetanks Feed Manager module for years. It is configured to create a upload file weekly and it works fine.

Now I am also trying use these feed for Facebook dynamic adverts - the same feed can be used. Only problem I have is my export file does not include the currency in the price. ie 9.99 AUD . I simply have teh price only.

This doesnt seem to effect Google as it knows my currency in my google merchant settings is AUD. How ever there is no way to tell Facebook that.

So my question is how do I include the currency in the price using Firetank Feed Manager? Below is how the mappings are set in Firetank Feed.

cherie 02-12-2016 03:34 PM

Re: Firetank Feed Manager - Setting Price Correctly
 
You might need to find out from Facebook what the format is for passing that along. Maybe they want it all in the pricing field and you could use a php field to concatenate some static text to the front of the price.

zebu 02-12-2016 05:34 PM

Re: Firetank Feed Manager - Setting Price Correctly
 
Yes it needs to be in the format of item price <space> AUD

ie 32.99 AUD

Not being a PHP guru - any ideas on what the php would be to get the item price and append a string?

cherie 02-13-2016 03:17 PM

Re: Firetank Feed Manager - Setting Price Correctly
 
Try something like this:
PHP Code:

$field_value $data['price'] . ' AUD'


zebu 02-13-2016 03:39 PM

Re: Firetank Feed Manager - Setting Price Correctly
 
Awesome! That worked perfectly. Cherie thanks so much for your help with this - you have no idea how much time this saved me. :)


All times are GMT -8. The time now is 02:14 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.