I am using bundled products in magento 1.9.2 with custom options on the bundled product and a few bundled products to choose from.
I am using javascript to alter the page and create a template in steps that required the bundle products to be selected on one step and then on the next the custom options, is there a way i can call each file, block etc to display both of these separately?
Anyone know how i can call
<?php echo $this->getOptionHtml($_option) ?> in bundle/options.phtml out of context directly in the view to separate the bundles and options?
Hello,
i am also looking for a solution for this topic.
Would be great if someone has an solution for this.
Thanks.