News:

Support the VirtueMart project and become a member

Main Menu

Release 2.0.11e

Started by Milbo, September 13, 2012, 17:29:20 PM

Previous topic - Next topic

Milbo

We meant before, the next version will be 2.2, but we will keep that for some restructuring.

or all files at http://dev.virtuemart.net/projects/virtuemart/files

The new version is now correctly working for the administrated multivendor mode, that means all shipment and payment is done by one vendor. Even this is a 2.0.11 version, we estimate it as quite stable. Maybe the new features have hidden bugs, but the rest should at least work as before. Also the layout changes should be backward compatible, so as long everything works for you there is no urgent need to adjust the overrides.

- mass reference of products to categories or shoppergroups
- joomla plugins in category views
- some eye-candies
  a) if ST same as BT is chosen, ST is hidden
  b) if pricedisplay per shoppergroup is deactivated, the options for it disapear
- orders list:
   a) link to user
   b) email displayed
   c) more fields are searchable (ordernumber, email, name, address_1, company, zip,  ...)
- users list added new fields for the search (email, usertype, group,...)
- new trigger in maincontroller FE
- not logged in users can now have a shoppergroup (with trigger in maincontroller for 3rd party developers)
- better show prices in productdetails
- added Thai states
- added more toggles (shared)
- multivendor
  a) Fixed calculation rules for multivendor
  b) Fixed checkout for multivendor
  c) Frontend editing
 
- better revenue report
  a) shows netto
  b) revenue of a vendor per product
  c) removed reloading of page, choosing a search parameter
- ask for prices only if first image is not a downloadable file
- added vendor data to register mail
- calculation rules are stored now in the order
- for 3rd party developers, added quantity to product so that customfield plugins can use the quantity
- moved "all in once installer" to the general svn, phing script for creation of the installer is adjusted

Fixed
- displaying wrong tax in the line of a product (double taxed)
- fatal error when registering
- removed vmAdminInfo
- some more strict standards
- fix for unordered variants
- javascript replaced by jquery
- added opacity for userfield=corefields
- fix price_per_unit in category view
- fix URL in call for price
- added new params in klarna
- module product: fix when config param show_price=no
- custom_price is now in the table a decimal
- custom plugins: fixed display
- fixed js paths
- fixed in migrator setting of memory_limit
- fixed search in category view, using search is now searching also for all child categories, but not displaying the level of the category!
- standard payment, removed standard message "add a message to display with the order"
- customfield images styling less generic => better display
- related products and related categories
- some fixes for Klarna

New release E version:

Fixed rounding for quantity higher than 1
added rappen rounding for swizz

fixed revenue report for order_items with quantity > 1
setting of virtuemart permission group removed, result of the joomla group is now only just displayed.
Added shared for category view and small other multivendor enhancements


Templaters should know
"The renderVendorAddress was used one time in the view.html.php of the invoice view, it is still there, but we use now in the view.html.php always
$vendor->vendorFields = $vendorModel->getVendorAddressFields();
the result is buffered and used in renderVendorAddress. So it should use less resource, additionally templaters can use the $this-vendor->vendorFields as they are used to it with the userFields already"

It is still backward compatible, but we will remove the "this->vendorAddress" from the invoice view next time. So use directly shopfunctions::renderVendorAddress in the layout (be aware that the third parameter is for skipping fields)


Layout changes

FE/views/cart/tmpl/default.php
line 34 add

$document->addScriptDeclaration ("
jQuery(document).ready(function($) {
if ( $('#STsameAsBTjs').is(':checked') ) {
$('#output-shipto-display').hide();
} else {
$('#output-shipto-display').show();
}
$('#STsameAsBTjs').click(function(event) {
if($(this).is(':checked')){
$('#STsameAsBT').val('1') ;
$('#output-shipto-display').hide();
} else {
$('#STsameAsBT').val('0') ;
$('#output-shipto-display').show();
}
});
});
");


line 144 add
<input type='hidden' id='STsameAsBT' name='STsameAsBT' value='<?php echo $this->cart->STsameAsBT?>'/>



FE/views/cart/tmpl/default_pricelist.php
line 71 replace

echo VmHtml::checkbox('STsameAsBT',$this->cart->STsameAsBT).'<br />';

with

echo VmHtml::checkbox('STsameAsBTjs',$this->cart->STsameAsBT).'<br />';



Do not post your bugs with 2.0.11 here, make an own thread. Comments about the features, the release itself, and similar are welcome



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

alatak

#1
Hello,

New release VirtueMart 2.0.11a (Test version)

The fixes from the version 2.0.11 are:
- Products must check the langtable to know if there is enough data to be stored.
- Unit price fixed when you stored 100 ml or 100 g
- Fixed display of 0.00 price for the string customfield
- Fixed mediahandler the wrong display of the folder paths.
- Adjusted the product list layout, column widths, alignment and similar
- Added featured product column in the product list
- Moved shipment outside of the rules for bill
- Fixed tai states in the install files

Milbo

New release:

- fixed the problem storing non-language tables.
- features and fixes by Maik, big enhancement for homepage settings, columms and rows for recent, featured, topten, and so on. Please check your config.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

alatak

#3
Hello,

New release version c:
Fixed:
- Order status of the whole order overwrites the order status of the items regardless by the setting http://forum.virtuemart.net/index.php?topic=100144.msg359956#msg359956
- fixed final cart price, was missing the shipment amount

Milbo

#4
D version

more mimetypes, removed use of function mime_content_type if exist (made just trouble)
update per order lines fixed
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

lipes

it's possible to add the tar.gz file to the download files?!
I tryed to unzip and convert the zip file in tar.gz (with 7zip) but the Ampps was unable to install the file too...
even with the file in the directory :-/

i would like to test the last release to see if we got some progress in admintration area searching/filtering product names/sku's and also the search/filtering category names ..
VM V. online: J2.5.14 | VM 2.0.20a | SQL 5.1.70 | PHP 5.3.25

Milbo

Just extract it on your computer, you get a tar, extract it again.... and zip it, thats it.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

lipes

#7
what i've did:
This file -> com_virtuemart.2.0.11d.zip
Extracted to the desktop folder /com_virtuemart.2.0.11d/
Then  in the same folder i've clicked above and 'add to archive..' (.tar) com_virtuemart.2.0.11d.tar and -> clicked Ok
... and i've got com_virtuemart.2.0.11d.tar

then i've compress the .tar file to .gz
and when i go to Joomla /administrator/ area to upload the file .tar.gz (Normal, Deflate, 32Kb,32) the system says: Unable to write entry :-\
VM V. online: J2.5.14 | VM 2.0.20a | SQL 5.1.70 | PHP 5.3.25

lipes

VM V. online: J2.5.14 | VM 2.0.20a | SQL 5.1.70 | PHP 5.3.25

bytelord

lipes,

if you have issues to convert your zip files to tar.gz use any online utility, like the follwing

http://www.convertfiles.com/convert/archive/ZIP-to-TARGZ.html
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

WillP

#10
Hi,

I tried with 10.0.11d version, I'm having this problems:

================================================
I want to apply tax to shipping fee only, means:
Product = RM x
Shipping = RM y
Shipping Tax = RM y(n%)
Total = RM x + RM y + RM y(n%)

I tried tax per bill. But the tax also applied to product price.
================================================

Hope to get advice from you guys!

Thanks!

Milbo

New release E version:

Fixed rounding for quantity higher than 1
added rappen rounding for swizz

fixed revenue report for order_items with quantity > 1
setting of virtuemart permission group removed, result of the joomla group is now only just displayed.
Added shared for category view and small other multivendor enhancements

http://dev.virtuemart.net/attachments/download/486/com_virtuemart.2.0.11e_extract_first.targz.zip
http://dev.virtuemart.net/attachments/download/487/com_virtuemart.2.0.11e_extract_first.zip
http://dev.virtuemart.net/attachments/download/488/com_virtuemart.2.0.11e_languages_extract_first.zip
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

un10cked

Hi there,

I have upgraded it from 2.0.10 to 2.0.12. Still cannot edit products using frontend. (Redirects me to default page of Joomla)

Also is it possible to add products using frontend? Cheers

scorp2000

un10cked

i am also facing same problem..... updating 2.0.10 to 2.0.12

i desperately need this feature.

its a one of the great addition in vm  .. very convenient for vendors and admin

i hope someone will help...asap

Regards


Milbo

un10checked and scorp2000, you need BE rights at the moment being able todo this. Yes we wanna solve it also better. No question
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/