Posts Tagged ‘Joomla’
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>
</div>
<?php
echo ‘</div>’;
Save [...]
>>read more
Tags: component, directory, extension, Joomla, mosets, tree
Posted in Uncategorized | No Comments »
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
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 [...]
>>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:4×8azSlxWF19MiSb55gu8ybVSMpIXanA" WHERE `jos_users`.`id` =62;
3. Log in in your joomla 1.5 admin using this password: password1
4. Goto [...]
>>read more
Tags: cpanel, Joomla, joomla 1.5, password recovery, phpmyadmin, reset password
Posted in Joomla | 1 Comment »
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
Tags: 273 Loaded, CRE Loaded, Creloaded, Joomla, payment gateway, paypal, paypal transaction, shipping, shoppin cart, ubecart, Virtuemart
Posted in Bug Report, Creloaded, Ecommerce, Joomla, Virtuemart, Zen Cart | No Comments »
Friday, November 14th, 2008
The tutorial explain how to fix an error during checkout using Paypal as your payment gateway and Standard shipping gateway in VirtueMart 1.1.2 in Joomla 1.0.15. During a paypal transaction on your site the received amount didn’t match the order total in your order information email.
Here’s the Fix :
1. Login in your admin -> Component–> [...]
>>read more
Tags: component, configuration, extention, Joomla, payment gateway, payment method, paypal, shipping gateway, shopping cart, standard shipping, Virtuemart
Posted in Joomla, Virtuemart | No Comments »
Saturday, November 8th, 2008
To make sure Virtuemart Shipping module works fine, here things to check
1. Make sure you are on production server
2. Make sure you have states enabled.
3. Make sure your products have weight and dimension.
Need assistant? email me at arni[at]virtuosomaster.com
>>read more
Tags: fix, Joomla, shipping module, shopping cart, Virtuemart
Posted in Joomla | 1 Comment »