In my case, I want to change Payment as Shipping Method and Carrier as City Destinations. Where there is only 1 Shipment Method and many City Destinations. I've tried using the drop down menu on the carrier list, but it didn't shows what I want.
I've changed Block BEGIN ORDER_CARRIERS and BEGIN ORDER_PAYMENT_CARRIERS_LIST on templates/orders_form.tpl become like this :
<!-- BEGIN ORDER_CARRIERS --> <tr> <th>$lang[City]</th> <td> <select name="sPaymentCarrier" onchange="countCarrierPrice( this )" size="1" style="width:150px"> $aData[sPayments] </select> </td> </tr> <!-- END ORDER_CARRIERS --> <!-- BEGIN ORDER_PAYMENT_CARRIERS_LIST -->
there is quite a specialized solution needed here. I've done something like that for a client and it's not easy. Tell you what.. write to my email a detailed description of what you need, and I will look into it.
anarawata
2010-01-12 04:49
no offense beholder, i know you can solve my problem. but i want to keep my project as free as i could. because, as you know QC is a free eCommerce developed by opensolution. and if there aren't any solution that can help me, then it's not "open" at all.