VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: moonaway on September 09, 2014, 12:15:08 PM

Title: Errors and questions vm.2.9.9b
Post by: moonaway on September 09, 2014, 12:15:08 PM
Hello!

Errors:

1. Error in the Notify form
When I write email in the notify form and click OK, I receive an error: TableWaitingUsers :: bind (* NULL *)

2. Bug in currency module
In file /modules/mod_virtuemart_currencies/tmpl/default.php we see this form:
<form action="<?php echo vmURI::getCleanUrl() ?>" method="post">
If SEF links is work, (for example on page mysite.com/vm2/category-page.html) the form action="" looks like this:
<form method="post" action="http://mysite.comvm2/category-page.html"> / is missing!

3. Pagination error on category page
See the video: http://screencast.com/t/kac2loaoYv7C (http://screencast.com/t/kac2loaoYv7C)


My questions:

1. Will you planned add SOA function in virtuemart?

2. vm2.6. If I would add addtocart button in a category page, I checked have product a cart attributes. Function: if (empty($product->customfieldsCart)) { addtocart button} else { go to productdetails button };
In vm2.9 this function don't work if customfieldsCart fields is empty. How can I check a cart attributes in the product in a category page?

Thanks for your answers.
Title: Re: Errors and questions vm.2.9.9b
Post by: Ghost on September 29, 2014, 12:48:41 PM
Quote1. Error in the Notify form
When I write email in the notify form and click OK, I receive an error: TableWaitingUsers :: bind (* NULL *)
I have this problem too in 2.9.9d.