Pre-Order product Magento -
Is there a way to add custom styes in order of pre-order options set products?
I have already explored the basic steps of adding product to order but my question is whether I added a rule to set a custom position in the pending pending order situation. Can - Preorder-date.
/ app / design / frontend / default / template / p /
list / product / view / addtocart.phtml
$ _ Product-> MillPreorder ()) {$ buttonTitle = $ this- & gt; __ ('pre-order'); } And {$ button titles = $ this- & gt; __ ('Add to Cart'); } Now in the item when the getPreorder is set, this product will add a custom note to the pre-order mode. Now the model / controller that has been set to Yes on Yes, the custom status is set to edit. Any help is greatly appreciated.
You can add a new status without code
Panel & gt; System & gt; Order Status The correct model for this is:
$ orderStatusModel = Mage :: getModel ('Sales / Order_Status') - & gt; GetCollection (); Print_r ($ order: stars MODEL-> mildata ());
Comments
Post a Comment