Grb Ghee, 1 ltr Bottle 
                    
                      Product Code:  Product 3117
                      Availability:  In Stock 
                     
                    
                      ₹610Ex Tax: ₹610 
                    
                    
                    
                   
                 
               
              
             
           
         
       
       
      
 ');
                                                } else {
                                                        element.after('
' + json['error']['option'][i] + '
');
                                                }
                                        }
                                }
                                
                                if (json['error']['recurring']) {
                                        $('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
');
                                }
                                
                                // Highlight any found errors
                                $('.text-danger').parent().addClass('has-error');
                        }
                        
                        if (json['success']) {
                                $('#notification').html('
' + json['success'] + '× 
');
                                
                                $('#cart-total').html(json['total']);
                                
                                $('html, body').animate({ scrollTop: 0 }, 'slow');
                                
                                $('#cart > ul').load('index.php?route=common/cart/info ul li');
                        }
                }
        });
      });
      //-->
       
      
 ');
                                }
                                
                                if (json['success']) {
                                        alert(json['success']);
                                        
                                        $(node).parent().find('input').attr('value', json['code']);
                                }
                        },
                        error: function(xhr, ajaxOptions, thrownError) {
                                alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
                        }
                });
        });
      });
      //-->