Author Topic: How to report a bug for vm2/3  (Read 50909 times)

baggeler

  • Jr. Member
  • **
  • Posts: 78
    • Orgonite Brasil
  • Skype Name: bernhard_aggeler
  • VirtueMart Version: 3.2
Re: How to report a bug for vm2
« Reply #15 on: August 11, 2012, 01:54:42 am »
Hey guys,

Did you read the title of this post before posting to it?
This is a sticker and instruction thread, nothing to really post any problems into...

 :o
________________________________________
The more I know the more I know I don“t know
Socrates

Site: www.orgonite-brasil.com
Tech: Joomla 3.7.3,  Virtuemart 3.2

agcampagna

  • Beginner
  • *
  • Posts: 2
  • A beginner
Re: How to report a bug for vm2/3
« Reply #16 on: April 18, 2015, 21:03:50 pm »
I am using Joomla 3.41 with the lastest virtuemart that has been updated.
When I attempt to save changes to the payment configuration (I am adding a paypal logo) nothing happens. 
The "Save" button does not work and neither does the "Save & close" button. 
Is there a simple fix for this?

Any help would be appreciated   

jenkinhill

  • UK Web Developer & Consultant
  • Global Moderator
  • Super Hero
  • *
  • Posts: 28606
  • Always on vacation
    • Jenkin Hill Internet
Re: How to report a bug for vm2/3
« Reply #17 on: April 18, 2015, 22:22:24 pm »
As it says above:
Did you read the title of this post before posting to it?
This is a sticker and instruction thread, nothing to really post any problems into...

But if you had searched the forum you would have found the answer to your problem. 
You cannot be using the latest VM version. If you go to http://dev.virtuemart.net/projects/virtuemart/files then against VM3.0.6.4 and 3.0.7 you will see (compatible Joomla 2.5 and 3.4.1)
Kelvyn

Jenkin Hill Internet,
Lowestoft, Suffolk, UK

Unsolicited PMs/emails will be ignored.

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Currently using VirtueMart 4.0.22 10858  J 3.10.11 PHP 8.0.27

compaid

  • Beginner
  • *
  • Posts: 13
VM2.6.22 Joomla 2.5.28 No product added after popup
« Reply #18 on: September 02, 2016, 15:15:12 pm »
If the add to cart popup is enable:

If you add a product and the popup appears and you press either the view cart or continue shopping too quick the product sometimes does not get into the cart.

Turn off the popup and it always adds. Must be a cookies data transfer issue. Tried using IE11, Chrome and Firfox.

Found temp fix by introducing a 2 sec delay in popup file padded.php found in components/com_virtuemart/views/cart/tmpl.

Also tried with cache disabled.

* @version $Id: cart.php 2551 2010-09-30 18:52:40Z milbo $
*/



//sleep for 2 seconds
sleep(2);

//start again


// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die('Restricted access');


jenkinhill

  • UK Web Developer & Consultant
  • Global Moderator
  • Super Hero
  • *
  • Posts: 28606
  • Always on vacation
    • Jenkin Hill Internet
Re: How to report a bug for vm2/3
« Reply #19 on: September 02, 2016, 17:58:13 pm »
WTH how many time does this get written:
Did you read the title of this thread before posting to it?
This is a sticker and instruction thread, nothing to really post any problems into...

In any case a "report" without any versions quoted is worthless.
Kelvyn

Jenkin Hill Internet,
Lowestoft, Suffolk, UK

Unsolicited PMs/emails will be ignored.

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Currently using VirtueMart 4.0.22 10858  J 3.10.11 PHP 8.0.27