Blog

To show price in price column of virtuemart cart page

Place following code in that in default_pricelist.php page echo $this->currencyDisplay->createPriceDiv (‘priceWithoutTax’, ”, $this->cart->pricesUnformatted[$pkey],...

Bug fix for Terms of Service in Checkout of Virtuemart

The Terms of Service on the cart is not being validated before the user goes to the checkout. (Virtuemart 2.0.20b, Joomla 2.5.9) The fix is to add the following views/cart/tmpl/default.php (after line 61) $document->addScriptDeclaration (” jQuery(document).ready(function($) { $(‘a.vm-button-correct’).click(function(event) { if( $(‘input#tosAccepted’).is(‘:checked’) ) { document.checkoutForm.submit(); } else { $(‘a.terms-of-service’).css(‘background-color’, ‘red’); } }); });...

How to apply discount to a single product in Virtuemart Joomla?

How to apply discount to a single product in Virtuemart Joomla?

There are two ways: 1. variant: create a product category: discount 20% unpublish this category go to your calculation rule settings -> choose this product category go to your product and choose your calculation rule as discount 2. variant: go to your product product pricing -> add your discounted price in override field -> choose overwrite final or overwrite...

Content Management System(CMS)

Content Management System(CMS)

A Content Management System(CMS) is an application using which you can create, update and delete your Content. If you like writing on a regular basis on your site and keeping the site updated, with more and more pages … or have a site which is dynamic in nature, then it is best to have a CMS based web site....

Web Development Frameworks

Web Development Frameworks

Web development framework or web application framework is a software framework that is designed to support the development of dynamic websites, web applications, web services and web resources. Usually these are used for very complex web sites and big custom portals. These frameworks provide libraries for database access, templating frameworks, security, url mapping, web services, ajax and session and...