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

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -