Maybe they changed the template name, I check in this version: https://xenvn.com/threads/xfa-forum-sales-xf2.1051/
Try to find the same in the version you use.
Try to find the same in the version you use.
xileces135
Guest
<xf:formrow label="{{ phrase('xfa_fss_shipping_costs') }}">
<div class="shipping_container">
<xf:if is="$thread.isASale()">
<xf:foreach loop="$thread.xfa_fss_shipping" value="$shipping" i="$i">
<xf:set var="$count">{{ $i - 1 }}</xf:set>
<div class="shipping inputGroup">
<input type="text" class="input shipping_description" name="shipping[{$count}][location]" value="{$shipping.location}" />
<span class="inputGroup-splitter"></span>
<input type="text" class="input shipping_cost" name="shipping[{$count}][cost]" value="{$shipping.cost}" />
</div>
</xf:foreach>
<div class="shipping inputGroup">
<input type="text" class="input shipping_description" name="shipping[{{ $count + 1}}][location]" placeholder="{{ phrase('xfa_fss_location') }}" />
<span class="inputGroup-splitter"></span>
<input type="text" class="input shipping_cost" name="shipping[{{ $count + 1}}][cost]" placeholder="{{ phrase('xfa_fss_cost') }}" />
</div>
<xf:else />
<div class="shipping inputGroup">
<input type="text" class="input shipping_description" name="shipping[0][location]" placeholder="{{ phrase('xfa_fss_location') }}" />
<span class="inputGroup-splitter"></span>
<input type="text" class="input shipping_cost" name="shipping[0][cost]" placeholder="{{ phrase('xfa_fss_cost') }}" />
</div>
</xf:if>
</div>
<br />
<input type="button" class="button shipping_add_more" value="{{ phrase('xfa_fss_add_more') }}" data-xf-init="xfa-fss-shipping-cost-adder" />
</xf:formrow>
xileces135
Guest
xileces135
Guest
I have no information about this addon.can i know which addon they using
playerup.com/ pages/ middleman-escrow/
if i need where can i get the escrow system?
xileces135
Guest
X |
can i get those addon please
|