Quote:
Originally Posted by maineGuy72
can you do one other things for me? please
product-microclassifieds.xml line 3273
replace the whole if condition with this
Code:
<vb:if condition="$classified_sold==49">
<select size="1" style="width:100px;" onchange="window.location.href=this.options[this.selectedIndex].value">
<option value="0" selected="selected">{vb:var vbphrase.microclassifieds_select_short}</option>
<vb:if condition="$classified_price>0">
<option value="usercp_classifieds.php?do=sellitem&itemid={vb:raw classified_id}&statusid=1">{vb:var vbphrase.microclassifieds_accept_sale}</option>
</vb:if>
<option value="usercp_classifieds.php?do=sellitem&itemid={vb:raw classified_id}&statusid=1">{vb:var vbphrase.microclassifieds_accept_sale}</option>
<option value="usercp_classifieds.php?do=rejectitem&itemid={vb:raw classified_id}&urlid=1">{vb:var vbphrase.microclassifieds_reject_sale}</option>
<option value="usercp_classifieds.php?do=deleteitem&itemid={vb:raw classified_id}&urlid=1">{vb:var vbphrase.microclassifieds_delete_ad}</option>
</select>
</vb:if>
it adds accept to the drop down list in the usercp in the accept sale tab. it had the option is reject or delete but not accept. thanks
|
Too later for 5.1.2 Mike. Sorry. Tomorrow. I don't have the physical power to do anything right now.
Chris