HTML5 Pattern for PAKISTAN Phone Number Format
<input type="text" pattern="03[0-9]{2}-(?!1234567)(?!1111111)(?!7654321)[0-9]{7}" name="mobile_number"...
How to display all images of product in magento
1
2
3
4
5
6
7
8
9
10
11
<?php
$_images = Mage::getModel('catalog/product')->load($_product->getId())->getMediaGalleryImages();
...
How to change bootstrap tooltip color
For the arrow, first confirm that which direction you are using. For example, i am using left direction, then it...
Magento 1.9 - TypeError: this.toggleElements.toggleSingle is not a function
SolutionThe solution is simple, Just copy the below code.
match: function...