Version 7.0.3 Email Templates and IsHidden Field

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Version 7.0.3 Email Templates and IsHidden Field

Post by ZLA » Thu Jun 04, 2009 8:38 am

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Version 7.0.3 Email Templates and IsHidden Field

Post by mazhar » Thu Jun 04, 2009 9:15 am

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.

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Version 7.0.3 Email Templates and IsHidden Field

Post by ZLA » Thu Jun 04, 2009 9:39 am

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Version 7.0.3 Email Templates and IsHidden Field

Post by mazhar » Thu Jun 04, 2009 10:06 am

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.

Post Reply