Hi,
How can I change a custom field value on a product-item on-the-fly with out change in the database.
It easy to change a "standard" field on-the-fly like:
Product.Meta.Keywords = "my keywords"
But how do I change a custom field value? What im looking for is something like this:
if ( you == "veryspecial") {
Product.CustomFieldsXml["mycustomfield"] = "My Very Special Value";
}
... !?
/Morten
Developer forum
Change eCom custom-field on-the-fly
Replies
You must be logged in to post in the forum