You are viewing an old revision of this post, from May 19, 2015 @ 14:41:08. See below for differences between this version and the current revision.

How to show pending payment order on front-end

This will be a very quick tutorial today but I bet that it’s helpful to you. As you know, some orders have status of pending payment and by default, Magento doesn’t show them on frontend. It makes customers unable to view details of their orders. However, you can configure to display these orders on frontend by adding the code below to the configuration file (config.xml) of any active module.

 

<config>
<global>
<sales>
<order>
<states>
<pending_payment>
<visible_on_front>1</visible_on_front>
</pending_payment>
</states>
</order>
</sales>
...
</global>
...
</config>

 

Similarly, you can totally disable showing any order status by setting the status’s attribute visible_on_front to 0. For example:

<config>
<global>
<sales>
<order>
<states>
<processing>
<visible_on_front>0</visible_on_front>
</processing>
</states>
</order>
</sales>
...
</global>
...
</config>

 

 

Enjoy your code!

Revisions

  • May 19, 2015 @ 14:44:03 [Current Revision] by admin
  • May 19, 2015 @ 14:44:03 by admin
  • May 19, 2015 @ 14:41:08 by admin

Revision Differences

May 19, 2015 @ 14:41:08Current Revision
Content
Unchanged: <p>Unchanged: <p>
Unchanged: This will be a very quick tutorial today but I bet that it&rsquo;s helpful to you. As you know, some orders have status of pending payment and by default, Magento doesn&rsquo;t show them on frontend. It makes customers unable to view details of their orders. However, you can configure to display these orders on frontend by adding the code below to the configuration file (config.xml) of any active module.Unchanged: This will be a very quick tutorial today but I bet that it&rsquo;s helpful to you. As you know, some orders have status of pending payment and by default, Magento doesn&rsquo;t show them on frontend. It makes customers unable to view details of their orders. However, you can configure to display these orders on frontend by adding the code below to the configuration file (config.xml) of any active module.
Unchanged: </p>Unchanged: </p>
 Added: <p>
 Added: &nbsp;
 Added: </p>
 Added: <pre>
 Added: &lt;config&gt;
 Added: &lt;global&gt;
 Added: &lt;sales&gt;
 Added: &lt;order&gt;
 Added: &lt;states&gt;
 Added: &lt;pending_payment&gt;
 Added: &lt;visible_on_ front&gt;1&lt; /visible_on_front&gt;
 Added: &lt;/pending_payment&gt;
 Added: &lt;/states&gt;
 Added: &lt;/order&gt;
 Added: &lt;/sales&gt;
 Added: ...
 Added: &lt;/global&gt;
 Added: ...
 Added: &lt;/config&gt;</pre>
Unchanged: <div class="syntaxhighlighter " id="highlighter_798293">Unchanged: <div class="syntaxhighlighter " id="highlighter_798293">
Unchanged: <div class="lines" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important">Unchanged: <div class="lines" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important">
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>01</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >config</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>02</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >global</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>03</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >sales</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>04</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >order</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>05</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >states</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>06</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >pending_payment</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
 Added: <p>
 Added: &nbsp;
Deleted: </tr> Added: </p>
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>07</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >visible_on_front</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt; 1&lt;/</code><code class="keyword" >visible_on_front</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>08</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >pending_payment</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>09</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >states</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>10</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >order</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>11</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >sales</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>12</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">...</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>13</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >global</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>14</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">...</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>15</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >config</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Unchanged: </div>Unchanged: </div>
Unchanged: </div>Unchanged: </div>
Unchanged: <p>Unchanged: <p>
Unchanged: Similarly, you can totally disable showing any order status by setting the status&rsquo;s attribute&nbsp;<em style="padding: 0px;margin: 0px;border: 0px none">visible_ on_front</em>&nbsp;to 0. For example:Unchanged: Similarly, you can totally disable showing any order status by setting the status&rsquo;s attribute&nbsp;<em style="padding: 0px;margin: 0px;border: 0px none">visible_ on_front</em>&nbsp;to 0. For example:
 Added: </p>
 Added: <pre>
 Added: &lt;config&gt;
 Added: &lt;global&gt;
 Added: &lt;sales&gt;
 Added: &lt;order&gt;
 Added: &lt;states&gt;
 Added: &lt;processing&gt;
 Added: &lt;visible_on_ front&gt;0&lt; /visible_on_front&gt;
 Added: &lt;/processing&gt;
 Added: &lt;/states&gt;
 Added: &lt;/order&gt;
 Added: &lt;/sales&gt;
 Added: ...
 Added: &lt;/global&gt;
 Added: ...
 Added: &lt;/config&gt;</pre>
 Added: <p>
 Added: &nbsp;
Unchanged: </p>Unchanged: </p>
Unchanged: <div class="syntaxhighlighter " id="highlighter_985301">Unchanged: <div class="syntaxhighlighter " id="highlighter_985301">
Unchanged: <div class="lines" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important">Unchanged: <div class="lines" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important">
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>01</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >config</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>02</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >global</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>03</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >sales</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>04</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >order</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>05</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >states</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>06</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >processing</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
 Added: <p>
 Added: &nbsp;
Deleted: </tr> Added: </p>
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>07</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; </code><code class="keyword" >visible_on_front</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt; 0&lt;/</code><code class="keyword" >visible_on_front</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>08</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >processing</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>09</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >states</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>10</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >order</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>11</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >sales</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>12</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">...</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>13</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >global</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt2" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>14</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">...</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Deleted: <div class="line alt1" style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important"> 
Deleted: <table> 
Deleted: <tbody style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <tr style="padding: 0px !important;margin: 0px !important;border: 0px !important;float: none !important;vertical-align: baseline !important;height: auto !important;width: auto !important;line-height: 1.1em !important;font-size: 1em !important;background: none !important"> 
Deleted: <td class="number"> 
Deleted: <code>15</code> 
Deleted: </td> 
Deleted: <td class="content"> 
Deleted: <code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&lt; /</code><code class="keyword" >config</code><code class="plain" style="direction: ltr;padding: 0px !important;margin: 0px !important;border: 0px !important;font-size: 1em !important;line-height: 1.1em !important;font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;float: left !important;vertical-align: baseline !important;height: auto !important;width: auto !important;background: none !important">&gt;</code> 
Deleted: </td> 
Deleted: </tr> 
Deleted: </tbody> 
Deleted: </table> 
Deleted: </div> 
Unchanged: </div>Unchanged: </div>
Unchanged: </div>Unchanged: </div>
Unchanged: <p>Unchanged: <p>
Unchanged: Enjoy your code!Unchanged: Enjoy your code!
Unchanged: </p>Unchanged: </p>

Note: Spaces may be added to comparison text to allow better line wrapping.

No comments yet.

Leave a Reply