News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[Updated] Release 2.0.21 G

Started by Milbo, May 23, 2013, 19:17:15 PM

Previous topic - Next topic

AH

2.0.21E

Bill to detail changes do not save "save order head"

In order admin
administrator/index.php?option=com_virtuemart&view=orders&task=edit&virtuemart_order_id=



Ship to details work fine

Regards
A

Joomla 3.10.11
php 8.0

alatak

Hello Huston
QuoteBill to detail changes do not save "save order head"
Txs, I have fixed it

AH


When can we have it please -
Need to know when to test it again

2.0.21f ?

Regards
A

Joomla 3.10.11
php 8.0

alatak

Hello Huston,
yes will be included in the 2.0.21F

But the fix is simple
in file administrator/components/com_virtuemart/views/orders/view.html.php
replace line 77
$userfields = $userFieldsModel->getUserFieldsFilled(
$_userFields
,$orderbt
);


with
$userfields = $userFieldsModel->getUserFieldsFilled(
$_userFields
,$orderbt
,'BT_'
);

lindapowers

#64
Hi just a quick comment about the search function.

It has been improved a lot so thanks for that but still at shoppers or orders page list if you search using "name" and "last name" example:

John Smith

It wont find it, you either have to write John or Smith.

You can test what I mean by searching name and last name of any of your customers at the VM2 shopper list page.

Regards

AH

Regards
A

Joomla 3.10.11
php 8.0

AH

Just tested bill to and ship to edit in order admin - 2.0.21f

Ship and bill to are working.  :D
Regards
A

Joomla 3.10.11
php 8.0

dido76bg

#67
New (2.0.21f) version. Fresh install and found styling bugs:
administrator/components/com_virtuemart/views/config/tmpl/default_shop.php - missing closing tags </label>
missing open and closing tags <tr></tr>
Just in first lines.
Please do not take it personal but why do you use <fieldset>
I think that with more clear coding style it will be easier for debuging.
I will keep looking for bugs.
Please make adding a discount easier.

Missing translation:
COM_VIRTUEMART_ADMIN_CFG_PRICE_CVARSWT_TIP

I have attached some corrected files (corrected and well stiled).

Best Regarts.

[attachment cleanup by admin]

alatak

#68
Hello
Thank you, I am fixing it.

The labels are used to separate the settings

dido76bg

Quote from: alatak on June 20, 2013, 09:49:25 AM
Thank you, I am fixing it.
The labels are used to separate the settings
Hi!
I know what iis their function, but I think that you shouold make a better styling.
You can use the files I have corrected.
Also there are other files in view folder where the mess is the same - unnecessary table rows and cells, without table tags see product_info file.

Best Regards

alatak

Hello
QuoteI know what iis their function,
yes i guess u know :)
QuoteYou can use the files I have corrected.
i have checked them, and use them.

RedJohn

I have problem with sending email message when I finish order (confirmation order).
I see that problem is in function "static public function renderMail"
"\components\com_virtuemart\helpers\shopfunctionsf.php"
I change this function (with 2.0.18b) and now it is working good.

Milbo

There are two new settings in the checkout tab for the mail. just activate it and it should work.
But annoying is in fact, it should directly work as before without checking for it. So the question is, why the correct standard values array('U','C','S','R','X') are not taken?
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

AH

When installing 2.0.21f

The user notify email and vendor notify email and invoice settings were reset
Regards
A

Joomla 3.10.11
php 8.0

dido76bg

#74
Problem with category creation v2.0.21f
DB missing virtuemart_categories.limit_list_max, or may be the file is not renewed

When comment line 61 in admin => tables => categories.php everithing is ok