Posts Tagged ‘Joomla’

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

>>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 Add any html tags (iframes [...]

>>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>
</div>
<?php
echo ‘</div>’;
Save [...]

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

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

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

>>read more

Paypal does not allow your country of residence to ship to the country you wish to

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