July27
The function that displays the url of the current page
request_uri();
To use it in if statement; emplor strpos php function
$url = ...
July21
I have faced this horrible issue of transferring database from either my localhost to the server or transferring from one ...
July4
The opacity feature of css does not work on internet explorer IE, to overcome that use filter option.
Eg
.change_opacity {
...
July4
When using the error reporting feature of drupal I faced my theme getting screwed up, the regions and block of ...
July3
I wanted to the shopping cart to look more elegant so I used the sliding effect of jquery, css opacity ...
July3
The option_image module which changes image when an attribute option is changed does not work on my theme but is ...
June30
If you are using the grid layout override this function theme_uc_catalog_product_grid($products) and where it says $imagelink=''; give the path of ...
June23
I finally decided to use apache webs server on my local PC instead of IIS (the usual Microsoft gala bala) ...
June20
The transaction was all smooth but when i returned after the payment i got a page not found error plus ...
June20
Most online payment gateways have issues running in the middle east like paypal etc. So I found the best solution ...