Posts Tagged ‘Joomla’
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
Tags: component, How to, Joomla, load, module, outside, template
Posted in Joomla | No Comments »
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
Tags: confirmation, Joomla, paypal, Virtuemart
Posted in Joomla, PHP, Virtuemart, Website Addons | No Comments »
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
Tags: code, CSS, extensions, html, iframe, Javascript, Joomla, module, tag
Posted in CSS, Javascript, Joomla, Youtube | No Comments »
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
Tags: checkout, confirmation email, Joomla, Virtuemart
Posted in Joomla, Virtuemart | No Comments »
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
Tags: flypage, Joomla, Virtuemart
Posted in Joomla, Virtuemart | No Comments »
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;?>&ie=UTF8&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=<?php echo $address;?>&ie=UTF8&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small> [...]
>>read more
Tags: component, directory, extension, Joomla, mosets, tree
Posted in Uncategorized | 1 Comment »
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
Tags: extension, Jcal Pro, Joomla, module calendar, plugins
Posted in Joomla | No Comments »
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
Tags: checkout, coupon, discount, integration, Joomla, payment gateway, paypal, tutorial, Virtuemart
Posted in Ecommerce, Joomla, Virtuemart | 4 Comments »
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
Tags: checkout, integration, Joomla, payment gateway, paypal, tutorial, Virtuemart
Posted in Ecommerce, Joomla, Virtuemart, Website Addons | 1 Comment »
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
Tags: cpanel, Joomla, joomla 1.5, password recovery, phpmyadmin, reset password
Posted in Joomla | 2 Comments »