Archive for February, 2012

Fix Jigoshop product page attribute doesnt work in IE

Wednesday, February 15th, 2012

Issue: Product page attribute drop down work in all browser except IE . Software: Jigoshop WordPress IE8 to IE9 Solution: Edit your jigoshop/assets/js/scripts.js and look forline #262 console.log(current_attributes); Delete that line and save the file.

>>read more

How to remove /index.php/ in your wordpress url

Wednesday, February 8th, 2012

Redirect your /index.php/ to non /index.php/ url in wordpress. Example: http://www.virtuosomaster.com/tutorials/index.php/about-us redirect to : http://www.virtuosomaster.com/tutorials/about-us Software: WordPress 3.3.1 .htaccess Solutions: Add the code below to your .htaccess RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC] RewriteCond %{THE_REQUEST} !/system/.* RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,L] RewriteCond %{THE_REQUEST} ^GET

>>read more

How to reset IPB forum password via phpmyadmin

Sunday, February 5th, 2012

Solutions: 1. Find “members” in your database and select your username 2. Change “member_login_key” of username to 47ff7d1ab0f8274eead874aae061d6fb 3. now change “members_pass_hash” of username to b69bb93e52ef95297976d84262f79dcd 4. and “members_pass_salt” of username to *ttHZ 5. Login using this  123

>>read more

How to setup Google Checkout in Ecommerce Plus PHP v5.6.6

Wednesday, February 1st, 2012

The tutorial explain in how to setup google checkout in your Ecommerce Plus PHP v5.6.6 powered website. 1. Login to your vsadmin 2. Go to Payment Provider and modify Google Checkout 3. In your google checkout  merchant , Settings –> Integration . a.  API callback URL …enter the following URL… https://www.yourdomain.com/vsadmin/gcallback.php …changing of course yourdomain.com [...]

>>read more