Thursday 8 January 2015

How to display discount percentage for Special Price in Magento


If price. phtml file not in your theme, please copy from here

copy

App/design/frontend/base/default/template/catalog/product/price.phtml

paste
App/design/frontend/default/YOURTEMPLATE/template/catalog/product/price.phtml

Tuesday 6 January 2015

exmaple of usefull php function

I am Know Some usefull php function for generally use.

Monday 5 January 2015

How to add google fonts in magento theme? add google font in magento.


ADDING GOOGLE FONTS IN MGENTO THEME
You can add the css link into the admin design panel.

Wednesday 24 December 2014

separate sentences (paragraph) using pipeline by dots using javascript and html



Just check this code using this code you can separated setences. i am septences where dots using pipe line.



Select Box design using html and css

hello some select box design

Tuesday 28 October 2014

Saturday 4 October 2014

get latitude and longitude from address using google map also seach near by places

HELLO Getting serach near by of your location

get latitude and longitude from address using google map also seach near by places 


Tuesday 30 September 2014

PHP output JSON Web Service charset UTF-8 get multi languange data like hindi,franch



set database filed collation in table.

if you add another langauge data like hindi,gujrati  first chanage strucute
change Collation as utt8_general_ci.



Saturday 27 September 2014

Ajaxsubmits the from jquey validation in php

 <link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css"/>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">

<!-- Jquery Validation -->
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/jquery.validate.js"></script>


<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>