dirsubmit Posted February 27, 2014 Share Posted February 27, 2014 Hi I need to modify the product page to show the price for the combinations in front of them. For example Product 1 has a combination with one attribute and two values. Combination - Style 1 $5.00 - Style 2 $12.00 Can somebody help with the code to achieve this? would the product controller need to be modified or is that info already available to the product.tpl Any help / direction with where to go, what to modify, what the code would be for the product.tpl would be great! Thanks Link to comment Share on other sites More sharing options...
musicmaster Posted February 28, 2014 Share Posted February 28, 2014 Sorry I can't provide you with a solution. However, if you enter the debug code {$combinations|@print_r} somewhere in your template you can see which fields there are available. I hope this helps something. Link to comment Share on other sites More sharing options...
dirsubmit Posted February 28, 2014 Author Share Posted February 28, 2014 Hi musicmaster.. that's a good start.. I'm assuming that could be done with any variable available on the page. thanks for the info! Link to comment Share on other sites More sharing options...
Recommended Posts