Guest User

Untitled

a guest
Jun 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <group id="cashondelivery" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  2. <label>Cash On Delivery Payment</label>
  3. ----
  4. <field id="order_status" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
  5. <label>New Order Status</label>
  6. <source_model>MagentoSalesModelConfigSourceOrderStatusNewprocessing</source_model>
  7. OR
  8. <source_model>MagentoSalesModelConfigSourceOrderStatus</source_model>
  9. </field>
  10. ---
  11. </group>
  12.  
  13. <cashondelivery>
  14. <active>0</active>
  15. <model>MagentoOfflinePaymentsModelCashondelivery</model>
  16. <order_status>processing</order_status>
  17. <title>Cash On Delivery</title>
  18. <allowspecific>0</allowspecific>
  19. <group>offline</group>
  20. </cashondelivery>
Add Comment
Please, Sign In to add comment