Archive for the ‘Joomla’ Category

How to remove tax total in my cart and confirmation email in virtuemart 1.1.x

Tuesday, February 23rd, 2010

The tutorial explain on how to remove the tax total that appear in chekout process and confirmation email in virtuemart.
It include editing some virtuemart files so we need back up them and also database.
System :
Virtuemart 1.1.x
Joomla 1.5.x

>>read more

Show category name in product detail page- hack (virtuemart)

Tuesday, February 16th, 2010

In order to display category name in your product detail page you need to modify some of your Virtuemart files.
Requirement:
Joomla 1.5.X
Virtuemart 1.1.X

>>read more

How to add a bookmark code in your high traffic website

Tuesday, August 18th, 2009

Here’s how to add a bookmark code in your high traffic website:
1. Place the following script into your section in the page you need to use it:
<script type="text/javascript">
function bookmark_us(url, title){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement(’a’);
elem.setAttribute(’href’,url);
elem.setAttribute(’title’,title);
[...]

>>read more

How to removed Jcal Pro “Powered by” footer signature

Friday, July 10th, 2009

The tutorial explain on how to remove the powered by Jcal 1.5 footer information in your Jcal Pro joomla component.
Here’s how:
1. Back up joomlaroot/components/com_jcalpro folder
2. Removed he following lines
themes/default/theme.php , lines 1237-1239:
<div class="atomic">Powered by <a
href="http://dev.anything-digital.com/" target="_blank"><strong>JCal
Pro <span style="color: orange">1.5</span></strong></a></div>

include/functions.inc.php, lines 1350-1356:
$signature = ‘<a href="http://dev.anything-digital.com/" target="_blank">JCal Pro Calendar <span style="color:#FFA500"> ‘ . CALENDAR_VERSION . [...]

>>read more

How to sort your even list order in Eventlist

Tuesday, February 10th, 2009

The tutorials explains how to sort date to descending on your event list displaying in EventList joomla page. Evenlist is a free extention in joomla that offers a lot features and possibilities which makes your work easier, like the Venue database, Frontend editing with more than the three Joomla! access levels, Picture resizing and much [...]

>>read more

Change form action based on 2 select option

Monday, February 9th, 2009

The tutorial explains on how to change form action based on the 2 select option. The use of this code is for loading different pages using the submit function of the javascript (this.form.submit();) when one of the select option changes its value ( onchange=”changeAction(this.form,this.name);”). In the example below, the first select named range will load [...]

>>read more

VM Paypal Integration PRO in Virtuemart

Saturday, January 31st, 2009

VM Paypal Integration Pro is support shipping , itemized products with discount and coupon. Check out the comparison chart below:

>>read more

500 Internal Server Error in joomla 1.5.9 administrator

Wednesday, January 28th, 2009

I have installed a Joomla 1.5.9 and it runs perfectly in front end. Then I try to login in backend the system report an error like this below:
500 Internal Server Error
The request was not completed. The server met an unexpected condition.
7x.5x.1xx.23/~centersit/administrator/index.php (port 80)
Please forward this error screen to [...]

>>read more

Can’t create/write to file /tmp/ (Errcode: 28)

Monday, December 29th, 2008

The tutorial explain how to fix error cause by MYSQL daemon/engine on your server has run out of space for storing its own database files. If the filename/path mentioned includes “/tmp/” in it, then the error is likely referring to temporary/swap files instead of main database files.

>>read more

VM Paypal Integration in virtuemart (itemize + shipping)

Friday, December 19th, 2008

When someone goes to checkout in PayPal like any other payment checkout it would be great to have each product listed item by item and the shipping rate. By using this VM Paypal Integration product in Virtuemart its allow you to do them both. For all those who are interested email me at arni@virtuosomaster.com [...]

>>read more