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:08 | Current Revision | ||
---|---|---|---|
Content | |||
Unchanged: <p> | Unchanged: <p> | ||
Unchanged: 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. | Unchanged: 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. | ||
Unchanged: </p> | Unchanged: </p> | ||
Added: <p> | |||
Added: | |||
Added: </p> | |||
Added: <pre> | |||
Added: <config> | |||
Added: <global> | |||
Added: <sales> | |||
Added: <order> | |||
Added: <states> | |||
Added: <pending_payment> | |||
Added: <visible_on_ front>1< /visible_on_front> | |||
Added: </pending_payment> | |||
Added: </states> | |||
Added: </order> | |||
Added: </sales> | |||
Added: ... | |||
Added: </global> | |||
Added: ... | |||
Added: </config></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">< </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">></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">< </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">></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">< </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">></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">< </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">></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">< </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">></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">< </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">></code> | |||
Deleted: </td> | |||
Added: <p> | |||
Added: | |||
Deleted: </ | 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">< </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">> 1</</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">></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">< /</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">></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">< /</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">></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">< /</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">></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">< /</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">></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">< /</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">></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">< /</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">></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’s attribute <em style="padding: 0px;margin: 0px;border: 0px none">visible_ on_front</em> to 0. For example: | Unchanged: Similarly, you can totally disable showing any order status by setting the status’s attribute <em style="padding: 0px;margin: 0px;border: 0px none">visible_ on_front</em> to 0. For example: | ||
Added: </p> | |||
Added: <pre> | |||
Added: <config> | |||
Added: <global> | |||
Added: <sales> | |||
Added: <order> | |||
Added: <states> | |||
Added: <processing> | |||
Added: <visible_on_ front>0< /visible_on_front> | |||
Added: </processing> | |||
Added: </states> | |||
Added: </order> | |||
Added: </sales> | |||
Added: ... | |||
Added: </global> | |||
Added: ... | |||
Added: </config></pre> | |||
Added: <p> | |||
Added: | |||
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">< </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">></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">< </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">></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">< </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">></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">< </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">></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">< </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">></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">< </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">></code> | |||
Deleted: </td> | |||
Added: <p> | |||
Added: | |||
Deleted: </ | 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">< </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">> 0</</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">></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">< /</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">></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">< /</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">></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">< /</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">></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">< /</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">></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">< /</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">></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">< /</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">></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.