You are here:  » Import Feed Registration

Support Forum



Import Feed Registration

Submitted by henk on Sat, 2012-12-08 20:57 in

Hello David,

Is it possible to have standard in 'Registration Step 2' at field mapping the assigned field:

Now the price field looks for Price in the xml but can it also looks for PRICE/CURRENCY so you dont have to look for it.

And is it possible when you assigned one in an other xml also do it in the one you work on.

Thx
Henk

Submitted by support on Sun, 2012-12-09 10:48

Hello Henk,

Sure, if you have the custom field "currency" you can add a commonFields array entry for it. In config.advanced.php look for the following code at line 21:

$config_commonFields = array();

...and REPLACE with:

$config_commonFields = array();
$config_commonFields["currency"] = array("PRICE/CURRENCY");

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by henk on Sun, 2012-12-09 12:29

Hi David Thanks,

it worked on commonfields but not extra fields like sku, how can you let that work?

$config_commonFields["sku"] =
array("PROPERTIES/EAN/VALUE");

Thx
Henk

Submitted by henk on Sun, 2012-12-09 12:43

Sorry i had to go one page back it works....

Thx
Henk