Posts

Showing posts from March, 2016

How to extends wp-ecommerce theme's template files with roots theme in wordpress

For extends wp-ecommerce template's file we need to remove wp-ecommerce template redirect hook. So copy and paste below code into your functions.php add_action('init', 'hijeck_wpec_templae_hierarchy'); function hijeck_wpec_templae_hierarchy() { remove_action('template_redirect', 'wpsc_all_products_on_page'); }

Google map with php ajax request in bootstrap modal

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" /> <script src="//code.jquery.com/jquery-1.12.0.min.js"></script> <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <div class="container business-setup">     <div class="row">         <div class="col-sm-12">             <h1 class="font-200">Business Setup</h1> <hr>         </div>     </div>        <form action="" class='form-horizontal'>     <div class="row business-profile">         <div class="col-md-9">             <div class="panel panel-default bmd-floating">                 <div class="panel-body">                     <div class="bmd-card-caption">                         <h2 class="font-200 no-