New stable Release Candidate for 3.0.20 released, please anyone test.

Started by Milbo, March 06, 2017, 20:05:56 PM

Previous topic - Next topic

aftertaf

not sure why, but i still have to click Terms of Service on each order.
and it gives me this error : Notice  COM_VIRTUEMART_MISSING_VALUE_FOR_FIELD.
bad config on my side ?

Pitpan

Updated from VM 3.0.18 to VM 3.2 (Joomla 3.6.5)

Now, the custom fields does not load to cart.

I do not use any override

Pitpan

QuoteSearch also for any
empty($this->keyword)

and replace it by
$this->keyword !== false
Do you forgot the "!"?
Maybe do you mean

Search also for any

!empty($this->keyword)

and replace it by

$this->keyword !== false

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Pitpan


vladast

Updated from 3.0.18 to 3.2.0.
Issue that I found for now is that categories are not listed anymore on the product details in backend. Categories are shown on browse page of all products, but when I open product itself, categories are not visible and category field is empty.
At the same time, while typing category in designated field, ajax is not working and not suggesting category anymore.

jenkinhill

@vladast I see no problems in VM3.2 with categories in product details and no AJAX issues, either. Check your console for js issues.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

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

vladast

@jenkinhill not sure what could be wrong but all other fields are working. Not sure if this snip will help to resolve this problem? As it is backend I don't think that are any issues with the template as I'm using default template.

QuoteUse of getAttributeNode() is deprecated. Use getAttribute() instead.  mootools-core.js:108:287
JQMIGRATE: Migrate is installed, version 1.4.1  jquery-migrate.min.js:2:542
SyntaxError: expected expression, got '<'[Learn More]  ajax_catree.js:1
SyntaxError: expected expression, got '<'[Learn More]  mediahandler.js:1
TypeError: jQuery(...).vmmedia is not a function[Learn More]  index.php:1977:195
Empty string passed to getElementById().

or
QuoteEmpty string passed to getElementById(). jquery.min.js:2:24932
JQMIGRATE: Migrate is installed, version 1.4.1  jquery-migrate.min.js:2:542
Use of getAttributeNode() is deprecated. Use getAttribute() instead.  mootools-core.js:108:287
SyntaxError: expected expression, got '<'[Learn More]  ajax_catree.js:1
TypeError: Virtuemart.loadCategoryTree is not a function[Learn More]  index.php:222:3
Empty string pas

vladast

Found a bug. Because I'm using template override, JS folder was changed under assets (added few more JS files). After I've copied original JS folder to template override, categories selection are working.

Another bug that I've experienced, on category page, if I have attribute that should change price, price will not update, but if I go to the product details page, changing attribute will update my price.
It's not working only on category browse page.

johnkont

From 3.0.19 i still have a bug with multivariant custom field.
When in the product exist a related product, then when change from one variant to another then the page loads for ever.
If you press F5 (refresh page) then the variant load correctly.
I use the protostar template joomla 3.6.5 and the latest virtuemart.
When i change to beez3 template everything works perfect. No problem at all.

Any ideas? I have try jquery plugin, no differnce.

GJC Web Design

look at the response of the ajax call or check for any JS errors
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

johnkont

there are no js errors with firefox firebug (console->errors).

edit: you can check it here, ignore the greek lang, just choose from tha radiolist: http://www.livas-papernet.gr/eshop/office/cleaning-systems/abiks-05-119-detail

GJC Web Design

agree, no js or server error .. 

any vm template over rides at all?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

johnkont

nop, its the protostar and vm after 3.0.18 something. I didn't noticed immediately.

I had created a brand new test site with jm 3.6.5 and vm 3.2.1 with 2 products, parent and child and its the same problem. Beez3 and vmbeez3 no problem at all.

Thanks for your time anyway but i am sure its vm problem.

Waiting for solution.

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/