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
40
votes
1 answer

Adding qty and add-to-cart in related products on product detail page for virtuemart 3 and display in linear fashion

I would like to know how to add qty , add-to-cart button and display them in a linear fashion on the vm3 product details page. I located a similar question here (Display pricing and add to cart button in related products Virtuemart 2.0), but none of…
Frank Barcenas
  • 611
  • 1
  • 5
  • 18
9
votes
2 answers

Why does Joomla debug show 446 queries logged and 446 legacy queries logged?

I have been called in to fix the performance of a Joomla site that was already setup. I look at the debug output and it shows the same queries twice, once for queries logged and again for legacy queries logged. My guess is that it is actually…
Darye
  • 345
  • 1
  • 3
  • 13
5
votes
3 answers

Virtuemart does not send Mail

i have got something strange, i installed Joomla, and all mail functions work in contact form... but in virtuemart after ordering something NO Mail is sent,..not to the person who orders and not to the owner,... any suggestiions?
Ploetzeneder
  • 1,281
  • 4
  • 20
  • 34
5
votes
2 answers

how to check that module1 is being called in joomla 2.5?

i am trying to check whether module1 is called in virtue mart default page. if module1 is being called i want to show product description for that module. when i tried to add description in default page it shows description in all virtue mart…
chetan patel
  • 596
  • 1
  • 6
  • 16
5
votes
2 answers

error : Element input with attribute type whose value is button must have non-empty attribute value

I am using joomla 2.5.8 with virtuemart 2.0.6. Upon w3 validation i get following error's : Element input with attribute type whose value is button must have non-empty attribute value
Jag
  • 123
  • 3
  • 14
5
votes
4 answers

how to build a sql select query in joomla 2.5?

im new to joomla and im trying to build a component which is an addon for viruemart to allow users to access invoice PDF's in their user area. To do this i need to write a select query which retreives this information from the database for me. I…
Sean Lang
  • 422
  • 3
  • 6
  • 22
4
votes
0 answers

Joomla virtuemart payment plugin event before confirm

I need virtuemart PSPlugin event for user can validate the payment data. If i use the plgVmConfirmedOrder for it, my form is showed in the confirm page. I need a page before "thanks for the order" page, but after user pushed the "confirm" button in…
wntsmk
  • 290
  • 1
  • 10
4
votes
1 answer

How to find response after payment process complete in joomla virtuemart?

I am using virtuemart in joomla for ecommerce purpose. It's working fine. But after checkout from cart it redirect to paypal ( or other payment system). After completion of payment process, paypal again redirects to my website. It's working all…
Umesh
  • 193
  • 1
  • 10
4
votes
1 answer

How does Virtuemart do EAV without using EAV?

I understand the three basic failures in EAV, namely that it takes a lot of work to reassemble the data. However, I want a database where I can add custom fields. A lot of people say that Virtuemart allows custom fields but without using an EAV…
Zachary Scott
  • 20,968
  • 35
  • 123
  • 205
3
votes
1 answer

How to edit emails in Joomla Virtuemart?

The customer ordered a product and received an email. http://img197.imageshack.us/i/emptyfieldsemail.png/ But there are optional fields and I want to remove them from email body if they are not filled by the user. If the company name is not filled…
wallace740
  • 1,380
  • 5
  • 19
  • 36
3
votes
9 answers

What is the point of this line of code?

I found this line of code in the Virtuemart plugin for Joomla on line 2136 in administrator/components/com_virtuemart/classes/ps_product.php eval ("\$text_including_tax = \"$text_including_tax\";");
mk.
  • 26,076
  • 13
  • 38
  • 41
3
votes
2 answers

difference between json_decode($var) and (object)json_decode($var, true)

is there any difference between json_decode($var) and (object)json_decode($var, true)? While recently working at certain piece of code in Joomla virtuemart, I came to a puzzled situation. Virtumart uses (object)json_decode($var, true) for its…
Anant
  • 534
  • 11
  • 40
3
votes
0 answers

Sort Joomla / Virtuemart generated address list

I'm trying to make a list generated by Virtuemart 2 to be ordered alphabetically. I found where the list is rendered in a view, but I can't do anything with this code, all I have to work with is this: lists['shipTo']; ?> I found…
Randy V
  • 75
  • 4
3
votes
1 answer

How to override virtuemart user controller?

I have one component named com_vip(which was developed by me) and am using virtuemart too. Problem is that i have to modify site/components/com_virtuemart/controller/user.php file just because of my newly created component(com_vip). But i think it…
Umesh
  • 193
  • 1
  • 10
3
votes
1 answer

Having mysql connection timeout issue in joomla virtuemart?

I have developed category vise search funcionality for virtumart in front side. It is working fine on our local server but when i uploaded on the server it is giving me mysql connection timeout error. It shows me like below, Attention no standard…
Dharti
  • 51
  • 5
1
2 3
47 48