I noticed that the next version of AC (7.0.3) corrects the bug with ismerchant fields being displayed in email notifications. The fix is to user a new orderItem property called IsHidden.
Has this property / field been added to the product template admin interface and to the database?
Version 7.0.3 Email Templates and IsHidden Field
Re: Version 7.0.3 Email Templates and IsHidden Field
I am not getting your point, could you explain it and what is exact location of fix you have seen. IsHidden property is something available at order item not orderiteminput which basically represents custom fields.
Re: Version 7.0.3 Email Templates and IsHidden Field
My apologies Mazhar, I was confusing two different issues.
According to the bug fix, email templates need the following fix in 7.0.3:
I was confusing that with the bug where $orderItemInput.IsMerchantField doesn't work in the email templates (http://bugs.ablecommerce.com/show_bug.cgi?id=8123). That bug says resolved for Version: 7.4. Does that mean it is not part of 7.0.3?
According to the bug fix, email templates need the following fix in 7.0.3:
- Add && !$orderItem.IsHidden)
I was confusing that with the bug where $orderItemInput.IsMerchantField doesn't work in the email templates (http://bugs.ablecommerce.com/show_bug.cgi?id=8123). That bug says resolved for Version: 7.4. Does that mean it is not part of 7.0.3?
Re: Version 7.0.3 Email Templates and IsHidden Field
That change is for the fix of following
http://bugs.ablecommerce.com/show_bug.cgi?id=8033
Regarding your second question about 7.04 version, yes that is marked to be fixed in 7.0.4 and it means that its not fixed in 7.0.3.
http://bugs.ablecommerce.com/show_bug.cgi?id=8033
Regarding your second question about 7.04 version, yes that is marked to be fixed in 7.0.4 and it means that its not fixed in 7.0.3.