Questions tagged [virtuemart]

VirtueMart is an Open Source E-Commerce solution for the Joomla! Content Management System. Virtuemart questions can also be asked on https://joomla.stackexchange.com

Written in PHP and MySQL, VirtueMart is an extension that allows administrators running the Joomla! CMS to have an ecommerce component to their site.

Virtuemart 2.x Versions are designed with MVC structure.

License: GNU General Public License

See also:

715 questions
2
votes
1 answer

Add to cart function works strange (Virtuemart 2)

I use Joomla 2.5.28 and Virtumart 2.6.2 for my website. I created many child products for all of my parent products and used plug-ins custom field (stockable variants) to be able to add right variant of product to cart. And everything is ok, except…
motus
  • 21
  • 2
2
votes
0 answers

I want to add a category View for the Site using Virtuemart, which shows all Items in each category with the number of items inside each?

i am using Virtumart Version is : 2.6.12.2 If you see this link: http://uae.souq.com/ae-en/ It shows Each category at the Top & the Products will be shown next line Horizontally. i.e: 1) Top selling Items. ---List of the items ....horizontally & at…
Muhammad Usman Ghani
  • 1,279
  • 13
  • 19
2
votes
1 answer

how to allow apostrophes in virtuemart2 product search?

I have used virtuemart 2.6.6 in joomla 2.5.22 virtuemart product search works good except the search keyword having single quotes. When i search for a keyword with single quotes it displays no results. eg. Daniel's product i have tried using return…
Priyanka
  • 325
  • 1
  • 3
  • 12
2
votes
1 answer

Does it matter to enter English(US) content over English (Uk) language set as default in Joomla 2.5?

I have one confusion about the language used in Joomla site. For example I have set up the default language as English (UK) in Joomla configuration while installation and after that I have installed the virtue-mart with the same language. But the…
Toretto
  • 4,721
  • 5
  • 27
  • 46
2
votes
1 answer

virtuemart On check out

I want to do a query to my product custom field when you press checkout function plgVmConfirmedOrder ($cart, $order) { $plugin = JPluginHelper::getPlugin('vmcustom', 'mi_plg'); $pluginParams = new JRegistry(); …
Jaac
  • 23
  • 5
2
votes
0 answers

Virtuemart 2 JS price recalculate not working from fancybox

I modified my virtuemart 2 product details template and I have two custom fields with a lots of options (input radio) and price applied to each. Everything worked fine until I made them to open in a fancybox popup. I know exactly whats the problem…
Laci K
  • 585
  • 2
  • 8
  • 24
2
votes
0 answers

validateIpnContent Error with PayPal

I have developed a Ecommerce website (virtuemart) The website checks out with PayPal. I am having an issue with IPN. The situation: Business PayPal Account checks out on the website goes through to PayPal. PayPal authorises transaction and the money…
britstak
  • 21
  • 1
2
votes
1 answer

How to export product full categories path from a hierarchical tree?

My starting point is one array with categories ids and their parents ids, from Virtuemart categories table, like this: Array ( [0] => Array ( [id] => 1 [parent_id] => 0 [name] => Category A …
Andrea
  • 137
  • 2
  • 11
2
votes
0 answers

Joomla/Virtuemart scripts not working on the product detail view

I have a Joomla 2.5.20 site with VirtueMart 2.6.4. I'm creating a template that among other things uses jQuery and Bootstrap. While the site works well in general, including VM's cart, I'm facing problems with the product detail view: no script from…
2
votes
1 answer

virtuemart template override doesn't work

I am overriding a particular template so according to rules the data is in html folder and in virtuemart configuration setting the default view is selected properly as the template name , but still the overriding doesn't work?
user2094357
  • 75
  • 1
  • 9
2
votes
1 answer

Make Virtuemart use User Groups instead of Shopper Groups

By default, Virtuemart uses its internal shopper groups for doing things like assigning prices and restricting access to certain products. The problem with this is that ONLY Virtuemart uses its own shopper groups, so if you have other extensions…
AgmLauncher
  • 7,070
  • 8
  • 41
  • 67
2
votes
1 answer

What virtuemart file to edit when saving order details after purchasing product?

Do you know what file to edit when you want to save order details in database after purchasing product in virtuemart 2? I want to save some order details into another table after purchasing. But I don't know what file to modify, I found the…
2
votes
2 answers

how to change "product details" text to my own text in Virtuemart?

How can I change the "Product details" text to a text of my own like only "Product", in a Joomla Virtuemart installation? example here I've tried looking in the used template's css files but didn't find anything right to modify or add. And also I've…
cabral_007
  • 379
  • 1
  • 4
  • 13
2
votes
1 answer

erase part of a URL using htaccess rewrite

i need to remove part of Joomla/Virtuemart generated SEF URI using .htaccess the URI represents a menu hierarchy and structured this way: online-store - inner-store -product-catalog this is the resulting…
buzibuzi
  • 724
  • 3
  • 15
  • 27
2
votes
1 answer

Split array to get supplier weight - PHP -

I'm working on a shipping calculator and i have a problem,let me tell you what i have and then i'll tell you my problem, My array and foreach: $array = unserialize($_SESSION['__vm']['vmcart']); foreach($array->products as $product){ $price =…
1 2
3
47 48