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_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>
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
|
This option already exists as you can see Mike. Just needs the price to be higher than 0 to be activated.
Chris