suraya Posted June 12, 2018 Share Posted June 12, 2018 Hi All, I really need help on this. I am facing the issue where my product option always display the first product (as attached). Is there any setting at the back-end can fix this? Thanks! Recording #6.mp4 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 12, 2018 Share Posted June 12, 2018 4 hours ago, suraya said: Is there any setting at the back-end can fix this? not really - it's going to be a template issue. with this being a custom orderform, you should probably contact it's developer @ThemeMetro about it. my guess is that it would be the sidebar-categories-collapsed.tpl template and the line below... <option value="{$productgroup.gid}"{if $gid eq $productgroup.gid} selected="selected"{/if}>{$productgroup.name}</option> in that {if} statement, if both variables were present, then it should show the current product group - the fact that it doesn't, seems to imply that one of the variables doesn't exist... it should be pretty simple to fix, but thememetro will know their templates better than I. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.