Page 1 of 1

Version 7.0.3 Email Templates and IsHidden Field

Posted: Thu Jun 04, 2009 8:38 am
by ZLA
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?

Re: Version 7.0.3 Email Templates and IsHidden Field

Posted: Thu Jun 04, 2009 9:15 am
by mazhar
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

Posted: Thu Jun 04, 2009 9:39 am
by ZLA
My apologies Mazhar, I was confusing two different issues.

According to the bug fix, email templates need the following fix in 7.0.3:
  • Add && !$orderItem.IsHidden)
Can you tell me which bug(s) the IsHidden correction pertained to?

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

Posted: Thu Jun 04, 2009 10:06 am
by mazhar
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.