Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: Product details shows both drop down and radio button list for models

$
0
0
I think the solution can be found in your templates. This is the "original" part in the productdetail.template:
<!-- Begin Model Selector -->
      [TAG:TEST:<prop TestType="hasModels" Action="Show" />]

      <!-- Models Radio Button Selector -->
      [TAG:TEST:<prop TestType="setting" TestName="modelselector.flag" TestValue="1" Action="Hide" />]  
      <div class="Models Row">
         <div class="Label">Models</div>
         <div class="Value">[TAG:MODELSRADIO:<prop CssClass="Model" />]</div>
      </div>
      [TAG:END]

      <!-- Models Dropdown Selector -->
      [TAG:TEST:<prop TestType="setting" TestName="modelselector.flag" TestValue="0" Action="Hide" />]  
      <div class="Models Row">
         <div class="Label">Models</div>
         <div class="Value">[TAG:MODELS:<prop CssClass="Model NormalTextBox" />]</div>
      </div>
      [TAG:END]

      [TAG:END]
   <!-- End Model Selector -->
That means: If the modelselector.flag is set to true (TestValue="1"), a radio button list is displayed, otherwise a dropdown list. The issue could also be some error in the [TAG:TEST...] sections, or these tests are missing.

Please regard: this version of NB_Store is no longer supported, the new version can found here.

Best wishes
Michael

Viewing all articles
Browse latest Browse all 4081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>