Replies: 0
I love your plugin so much I bought the pro version, however I’m having trouble filtering data by number of item in the json. I need to only display certain plans, ie: like not to display month to month rates, and only term rates like 6 mos or 12 mos, and I also need to display the service fee for that plan if there is one, here my json link and my shortcode, can you please help!
[jsoncontentimporterpro url=”https://santannaenergyservices.com/productSearch.php?utilityCode=COMILE&stateCode=IL&customerTypeCode=R&serviceTypeCode=E&salesChannelCode=WEB&contractSourceCode=MM” basenode=”model”]
{subloop-array:rateScheduleList:1}
{subloop-array:rateScheduleList:rateSegmentList:1}
{subloop-array:rateScheduleList:rateSegmentList:rateSegmentDetailList:1}
<span style=”font-size:22px;”>
{rateScheduleList.rateSegmentList.rateSegmentDetailList.chargeType}
{rateScheduleList.rateSegmentList.rateSegmentDetailList.rateAmount}
{rateScheduleList.rateSegmentList.rateSegmentDetailList.uom}
</span><br>
<span style=”font-size:22px;border-bottom:1px solid #ccc;”>
{rateScheduleList.utility}</span><br>
<span style=”font-size:22px;”>{productName}</span><br>
<span style=”font-size:22px;”>{productTagline}</span><br>
<span style=”font-size:22px;”>{productDescription}</span><br>
<span style=”font-size:22px;”>Term: {productTerm}</span><br>
<span style=”font-size:22px;”>State: {market}</span><br>
<span style=”font-size:22px;”>ETF Fee: ${rateScheduleList.etfDefaultAmount}</span><br>
{/subloop-array:rateScheduleList:rateSegmentList:rateSegmentDetailList}
{/subloop-array:rateScheduleList:rateSegmentList}
{/subloop-array:rateScheduleList}
[/jsoncontentimporterpro]