Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Magento Integrity constraint violation: 1062

after upgrading from magento 1.8 to 1.9 I have faced the Integrity constraint error in checkout process with the following statement - Integrity constraint violation: 1062 Duplicate entry 'order_id' for key 'UNQ_SALES_FLAT_ORDER_INCREMENT_ID'' in ma

Jquery Filtering Methods

The jquery filtering methods is used for the purpose for specifying the criteria, Those elements didn't matched with the criteria it will illuminate from the selection while the matched elements will be returned. It has multiple methods like eq(i

How Can An eCommerce Website Development Company Empower Your Online Business?

 To succeed in today's cutthroat online marketplace, eCommerce enterprises must harness the potential of a professionally designed and well-functioning website. In this case, the services of an eCommerce website-building firm might be helpful. W

Calling a Function in python and Pass by reference and value

When we define a function only gives it a name, specifies the parameters that are to be included in the function and structures the blocks of code and refer to that value .In calling function you have to define specifies parameters.For example you ca

Inner border over images with CSS

Hello Readers! We have all applied borders of all types on the outside of an image, a div, a text etc. Let us look how to do the exact opposite of this i.e. applying a border on the inside (here, an image). The result should look something of this

How to add a new Custom Shipping Method

Hello Readers, In this tutorial, i am going to explain How to add a new Custom Shipping Method to existing Magento Installation which will accept value (i.e shipping charges) from System->configuration option. Here i have used Custom as a module n

How to detect mobile device in website using PHP

If you want to know any mobile device is accessing your website, Then the easy way to detect device is to run a php code. Lets see the code below :- <?php $useragent=$_SERVER['HTTP_USER_AGENT']; if(preg_match('/(android|bb\d+|meego).+mobile|av

How to detect a mobile device in jQuery and javascript?

Using jQuery you can use the following code: $.browser.device = (/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase())); This will return "device" for all devices. You can use the below code snip

How to Show an Animated Splash Screen in iOS?

1. Add an image view in your initial view controller as-UIImageView *animatedSplashScreen; 2. Set its frame in such a way that its compatible with all the devices as animatedSplashScreen  = [[UIImageView alloc]initWithFrame:[[UIScreen mainScree

Add/Subtract number of days to specified date in PHP

This article explains how to add and subtract number of days from a specific date in PHP. In many cases we have to get date after or before a specified interval of days, months and years from current date or from any specified date. Note : With PHP

1 89 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: