Archive for November, 2008
Sunday, November 23rd, 2008
The tutorial explain on how to reset your joomla 1.5 password.
Here’s how:
1. Go to your Cpanel (www.yourdomain.com/cpanel) -> Phpmyadmin.
2. Run the command below to reset the password:
UPDATE `jos_users` SET `password` = "49f55cfe53b93f1d319d3e0a30df0db8:4×8azSlxWF19MiSb55gu8ybVSMpIXanA" WHERE `jos_users`.`id` =62;
3. Log in in your joomla 1.5 admin using this password: password1
4. Goto [...]
>>read more
Tags: cpanel, Joomla, joomla 1.5, password recovery, phpmyadmin, reset password
Posted in Joomla | 1 Comment »
Saturday, November 15th, 2008
The tutorial explain how to disable the visual security verification code in Cre Loaded shopping cart script.
Here’s how:
1. Edit your public_html/contat_us.php page:
Look for :
//VISUAL VERIFY CODE start
and comment it out by putting /* on the beginning of the above commented code.
Look for :
//VISUAL VERIFY CODE stop
end your comment here by putting */ [...]
>>read more
Tags: anti spam, captcha, contact form, CRE Loaded, Creloaded, Form, shopping cart, visual security code
Posted in Creloaded, Form | No Comments »
Friday, November 14th, 2008
The tutorial explain on how to fix error when you are using Paypal as your payment gateway. All cart using paypal as a payment gateway are affected on this issue including CRELOADED, 273 LOADED , Virtuemart in Joomla and ubecart.
Here’s is the Fix:
CRE Loaded AND 273 Loaded cart :
1. Setup Your PayPal Website Payments Pro
2. [...]
>>read more
Tags: 273 Loaded, CRE Loaded, Creloaded, Joomla, payment gateway, paypal, paypal transaction, shipping, shoppin cart, ubecart, Virtuemart
Posted in Bug Report, Creloaded, Ecommerce, Joomla, Virtuemart, Zen Cart | No Comments »
Friday, November 14th, 2008
The tutorial explain how to fix an error during checkout using Paypal as your payment gateway and Standard shipping gateway in VirtueMart 1.1.2 in Joomla 1.0.15. During a paypal transaction on your site the received amount didn’t match the order total in your order information email.
Here’s the Fix :
1. Login in your admin -> Component–> [...]
>>read more
Tags: component, configuration, extention, Joomla, payment gateway, payment method, paypal, shipping gateway, shopping cart, standard shipping, Virtuemart
Posted in Joomla, Virtuemart | No Comments »
Wednesday, November 12th, 2008
I’ve gotten around 9,000 + spam comments since September to October 2008. It was becoming such a pain to delete them using phpmyadmin tool in my cpanel until i implemented reCAPTCHA WordPress Plugin. It seems to be working pretty well so far. Please let me know if you have any issues.
Here is the easy way [...]
>>read more
Tags: API key, blog commenting, comment form, comment spam, cpanel, phpmyadmin, plugins, Plugins Management, reCAPTCHA, spam, widget, Wordpress, wordpress plugin, wp
Posted in Website Addons, Wordpress | No Comments »
Monday, November 10th, 2008
Here how to add extra page in your Cre Loaded cart:
1. Create a page for example “hello.php” and save it in your root folder (public_html)
hello.php code:
>>read more
Tags: addons, Creloaded, ecommerce website development, oscommerce, shopping cart, static page in creloaded
Posted in Ecommerce | No Comments »
Saturday, November 8th, 2008
To make sure Virtuemart Shipping module works fine, here things to check
1. Make sure you are on production server
2. Make sure you have states enabled.
3. Make sure your products have weight and dimension.
Need assistant? email me at arni[at]virtuosomaster.com
>>read more
Tags: fix, Joomla, shipping module, shopping cart, Virtuemart
Posted in Joomla | 1 Comment »
Wednesday, November 5th, 2008
Two ways on how to display page title anywhere in your joomla 1.0.x template
1. You can use the following code and add this at the top of your template:
>>read more
Tags: extention, Joomla, joomla template, modules, page title
Posted in Joomla | 1 Comment »