oke sir.
i have found the way i have to edit.
find this code on app/views/client/bootstrap/structure.pdt
.......
</li>
<?php
}
?>
//add the code below here
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
.......
repalce the "//add the code below here" with the code below :
<li class="dropdown">
<a class="dropdown-toggle" href="main-menu-link-to-navigate" data-toggle="dropdown"><i class=""></i>Main Menu To Show <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="link-to-navigate-1"><i class=""></i>Dropdown Menu To Show 1</a></li>
<li><a href="link-to-navigate-2"><i class=""></i>Dropdown Menu To Show 2</a></li>
</ul>
</li>
and here is the result :
Hope this will help anyone that want to edit the nav-menu using dropdown style.
Thanks sir @Licensecart for your clue.
Attached is a beta PayUmoney an Indian non-merchant gateway. Please give it a try and let us know if you have any issues with the gateway.
To install:
Unzip payumoney.zip
Upload payumoney directory to ~/components/gateways/nonmerchant/
Access Settings > Company > Payment Gateways > Available, and click to install & configure
payumoney.zip
Nope they claim they use: sandbox.api.payulatam.com http://developers.payulatam.com/es/api/ but on the Blesta gateway it's got: https://test.payumoney.com/ & https://test.payu.in/
public function getCurrencies()
{
return array("INR");
}
yes this module does implement a suspend,cancel function otherwise what use would it be?
that is very possible using a flag in the module and I will add your request to our "to-do" list and I cannot guarantee this but your request might be in the next update.