Home Joomla
Mar 10
Wednesday
Joomla
Virtuemart Not charging tax PDF Print E-mail
Written by Ron Bassett   
Monday, 16 November 2009 21:28

In the db _vm_tax_rate had to change my country from USA to US

In admin go to shopper group. Uncheck include tax with product price.

 

 
Securing Joomla!'s Administrator Logins PDF Print E-mail
Written by Ron Bassett   
Sunday, 08 November 2009 22:20

Many times you want to force https or SSL on Joomla! administrator logins so admin users passwords are always sent ecyrpted. This can be done by creating a .htaccess file in the /administrator/ directory and adding the code below.

RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://codersresource.com/administrator/$1 [R=301,NC]

Last Updated on Sunday, 08 November 2009 22:47
Read more... [Securing Joomla!'s Administrator Logins]
 
Page Peel Banner - Joomla Module Fix PDF Print E-mail
Written by Ron Bassett   
Monday, 24 August 2009 20:48

page-peel-banner-med

Some of you may have used the very cool Page Peel Banner for Joomla. http://extensions.joomla.org/extensions/ads-a-affiliates/corner-banners/3209 . The only problem I ran into was using it with SEF enabled. This made the module only display on the first page.  It came down to needing some links to files changed in the default.php file. The modified version can be downloaded here (default.php) Just download, unzip, and upload to >/modules/mod_pagepeel_banner_J15/tmpl/

Last Updated on Thursday, 27 August 2009 22:46
Read more... [Page Peel Banner - Joomla Module Fix]
 
How to set up Joomla directory permissions PDF Print E-mail
Written by Ron Bassett   
Thursday, 19 February 2009 21:40

How to set up Joomla directory permissions in Joomla 1.5. Set the following directories to 777 using an FTP client. For the noobies out there I should also mention that the configuration.php located at the root of your site also needs the permissions changed to 777.

Last Updated on Monday, 28 December 2009 09:15
Read more... [How to set up Joomla directory permissions]
 
Show full credit card number in VirtueMart 1.1+ Backend. PDF Print E-mail
Written by Ron Bassett   
Tuesday, 17 February 2009 19:51

This article explains how to secure the Joomla backend using SSL so it is safe to show the full credit card number in VirtueMart. No more checking your email for the last for digits. Just login and have everything you need to process orders.

Last Updated on Thursday, 27 August 2009 22:45
Read more... [Show full credit card number in VirtueMart 1.1+ Backend.]
 


Home Joomla