I have a couple products at checkout that I need to be able to get all of the custom options that are selected for them through code.
Any help is much appreciated!
|
|
I will just give you an example of one product. Let's say that you know the Sku (for example, let it be "ABCDE") of your required product. So you will be able to get the ID of that product. The code will be somewhat like:-
I think this will let you get started. Depending upon the type of the option in the variable " |
|||||||||||
|
|
For those who want to see selected custom options later in admin panel in Order/Invoice/Shipment/Creditmemo,
find files:
/app/design/adminhtml/[default]/default/template/sales/order/view/items/renderer/default.phtml and insert code somewhere after Insert code:
Also note that in code there is a line (if sentence) that works only in order default.phtml file, and the second if sentence works in invoice/shipping/creditmemo files. It depends where you post the code, make sure the right sentence is commented out. hope this helps, thanks also to Knowledge Craving whose code helped me quite a bit :-) jazkat |
|||
|
|
|
Please note that
in "Knowledge Craving"'s solution does always return false (at least in my case, Magento 1.6.2). Therefore the if-condition is never fulfilled and the block below is not executed. |
|||||
|