Virtuemart 2.0 – Resolving multiple tax issue

4 comments

Virtuemart 2.0 – Resolving multiple tax issue

I recently noticed a bug in Virtuemart 2.0.2 that if your website is configured with multiple tax options based on different state/province then Virtuemart checkout page displays and adds all the configured taxes in product sale price, until and unless if user gets logged in before moving on to checkout process. So for example if your Virtuemart is configured to add 10% tax for Toronto, 20% for Alberta, 15 % for British Columbia and say if product sales price is $50. Now on checkout page buyer will ask to pay $ 72.5 as a total amount, bifurcating $(50 as sales…

Continue Reading

Joomla 2.5 – Adding Embed and Object tag in article

3 comments

Joomla 2.5 – Adding Embed and Object tag in article

I noticed that most of the Joomla developer has faced the issue that Joomla editor omits embed and object tag that we use to embed flash, video or YouTube. So whether it is JCK Editor, CK Editor, TinyMCE or else, none of these allows adding embed and object tags by default. Then I found that different bloggers shares different view and tell different ways to add embed tag in Joomla editor, like by entering in Plugin settings and making some changes over there, but that actually do not found to be work. Now here I got a best and 100%…

Continue Reading

Virtuemart 2.0 – Hiding Category List From Search Result Page

1 comment

Virtuemart 2.0 – Hiding Category List From Search Result Page

Before moving on the topic, I would like to share this to the peoples who are very new to the Virtuemart 2.0, that Virtuemart 2.0 has provided the inbuilt search module, so like Virtuemart 1.5.X you do not have to install product search plugin separately. By default Virtuemart 2.0 search result page displays parent category list before the searched results, and you might wants’ to hide these category listing from this page. So here is the solution – 1. Navigate to: components/com_virtuemart/views/category/tmpl/default.php 2. Search for the below code on around line # 47 echo $edit_link; */ ?> <h1><?php echo($this->category->category_name); ?></h1>…

Continue Reading