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
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
Sorry i had to go one page back it works....
Thx
Henk
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