Posts Tagged ‘Joomla’

How to load module in Component or outside the joomla template

Thursday, February 3rd, 2011

This tutorial explain on how to load a module in a component or outside in your joomla template. Here’s how: 1. Setup your module , enabled and set the module position . 2. Copy the file below in any place of your component php file : Need help ? email me @ arni@virtuosomaster.com

>>read more

Email confirmation sent after Paypal payment has been completed + itemized the product

Thursday, July 15th, 2010

Problem: Email confirmation sent after Paypal payment has been completed + itemized the product The problem above was requested of my Canadian clients for their site . I used the virtuemart patch here but it took me a long time to figure out and i encountered a lot of errors. What I did was I [...]

>>read more

iframe, javascript and etc in Module Position

Sunday, March 28th, 2010

Module ANY HTML allows you to add iframes, javascript, youtube embed code and any HTML code in joomla module. Requirement: Joomla 1.5.X Here’s how to use : 1. Download the Module ANY HTML here. 2. Go to Extensions –> Module Manager 3. Click New Button and chose module ANY HTML 4. Enable the module and [...]

>>read more

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

Mosets Tree Google Map Integration

Monday, August 3rd, 2009

The tutorial explain how to add Google Map in your Mosets Tree component in joomla: Here’s how: Back up joomla files and database. Look for components/com_mtree/templates/m2/sub_listingDetails.tpl.php In line 102 : echo ‘</div>’; Replace with: ?> <div class="row" align="center"> <iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=<?php echo $address;?>&amp;ie=UTF8&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=<?php echo $address;?>&amp;ie=UTF8&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small> [...]

>>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 [...]

>>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

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 or [...]

>>read more

How to reset your joomla 1.5 password

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:4x8azSlxWF19MiSb55gu8ybVSMpIXanA" WHERE `jos_users`.`id` =62; 3. Log in in your joomla 1.5 admin using this password: password1 4. Goto user management [...]

>>read more