
Search In
Hello All,
I have used magento1.9.1 and oye checkout extension, Now I am facing this following issue from staring, I am not able to understand anything here.
If my billing address and shipping address is same
If my billing and shipping address are di
Blow code get list of Emails account from AccountManager.
AccountManager manager = (AccountManager) mActivity.getSystemService(mActivity.ACCOUNT_SERVICE);
Account[] list = manager.getAccounts();
if (list.length > 0) {
Below is the situation which I want to solve
I have an Eloquent model which has a related model:
public function option() {
return $this->hasOne('RepairOption', 'repair_item_id');
}
public function setOptionArrayAttribute($v
Recently while working for a project I faced an issue while making the site live.
The site was developed with kohana framework and was to be hosted on Godaddy Server (Shared Hosting) and I faced a peculiar issue on the server giving me an error
No
Hello Everyone,
I am using the express checkout recurring API for Paypal on my site. When I am using the live credentials on the API of pay-pal account, getting "return to merchant"-error and redirecting me to another window instead of the URL
Hey everyone
My WiFi adapter is not working due to some driver problem, WiFi adapter model number is Qualcomm Atheros AR9285 820.11 b/g/n WiFi Adapter.
It is working fine with window 7 but when I installed Window 8.1 it stopped working I searched lo
Hi
I am trying to upgrade my server(Ubuntu 14.10 + tomacat7) to Java8 from Java7 but I am getting the following error and not sure what is still referring to java-7.
$ sudo service tomcat7 start *
Starting Tomcat servlet engine tomcat7
star
App is in running state or not:
We can know the status (Running or not) of our application by using ActivityManager class and attribute ACTIVITY_SERVICE.
We just check our process name to compare with package name of the project.
ActivityManager a
Hi fellows here I created many2many field in view it widget is many2many_tags here I select products as tags
now what I really want is that I want to show only that products in project.task field product_id which I have selected in the many2many pro
Hi Readers
Recently when I was working in Laravel, I came across an issue. It was regarding the selection of a particular layout as per the logged-in user. I have to show a particular layout according to the role of the user logged-in. When I used e
