VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: sirius on January 29, 2021, 23:25:32 PM

Title: [3.8.9] vmadmin template feedback
Post by: sirius on January 29, 2021, 23:25:32 PM
Hi all,

congrats Valerie (and all involved) for the revamp admin template, great stuff !

Some Feedbacks (I will edit this post time to time)

Customer list:
Order page:
List Order page:
So as we can set a background color for Status and Shipment method it would be nice to have the possibility to set the text-color too ? (but what if pseudo hover...?)

Product page
Title: Re: [Beta 3.8.8] vmadmin template feedback
Post by: AH on January 30, 2021, 13:17:37 PM
QuoteWhen we add an "Order Note" (the new feature) and we save it, then Shipping and Payment disappear. So the Alert message appear "No entry found in shipment for order id xxxx"

This is a known problem and will be sorted soon

QuoteAs we are with isis admin template, when we set some dark colors to the status (ex: #008000) because of not enough contrast we can't see the order number anymore, because the link is by default with color: #3071a9

Text color would be a nice option - agreed
Title: Re: [Beta 3.8.8] vmadmin template feedback
Post by: --Joao-- on January 30, 2021, 22:25:04 PM
Hello,

"No entry found in shipment for order id xxxx"

How can this be reverted?
I do not found anything different in the table ORDERS.

Thank you
Title: Re: [Beta 3.8.8] vmadmin template feedback
Post by: --Joao-- on January 30, 2021, 22:34:44 PM
OK
I found it and fixed (Tables payments and shipments)

===========

Order Note will be a very good feature that's why it was the first thing that I tested :)
Thank you
Title: Re: [Beta 3.8.8] vmadmin template feedback
Post by: AH on January 31, 2021, 12:33:53 PM
Yes - if you find something that stops you in your tracks - please report

Theny you can switch the template back to the old one until another release.
Title: Re: [Beta 3.8.8] vmadmin template feedback
Post by: Troels_E on February 01, 2021, 00:57:11 AM
"No entry found in shipment for order id xxxx"

I get the same message with the new admin ui when entering an order where a certain shipping method is used.  That method is using a shipping plugin.
I do not get any issues with the standard shipping.

Overall looks nice thanks for the work done!
Title: Re: [3.8.9] vmadmin template feedback
Post by: sirius on February 17, 2021, 12:14:57 PM
Hi
with 3.8.9

Product page : If we click to add a note to the product, then we hit cancel : 0 Class 'vmuikitAdminUIHelper' not found

First post updated
Title: Re: [3.8.9] vmadmin template feedback
Post by: sirius on February 17, 2021, 12:31:40 PM
Hi
with 3.8.9

Customer list : Filter/Search doesn't work

First post updated
Title: Re: [3.8.9] vmadmin template feedback
Post by: sirius on February 17, 2021, 18:27:28 PM
Quote from: Iryn3l on February 17, 2021, 15:50:35 PM
2.When searching in commands if the full name is written, nothing is displayed (only displayed if a single word is searched)

Bug Confirmed

First post updated
Title: Re: [3.8.9] vmadmin template feedback
Post by: GJC Web Design on March 10, 2021, 15:43:40 PM
Re search  .. doesn't work for me at all

and if to try and search I go back to the old template.. get my results .. go back to the new template .. then from then on it will only diplay the results no matter what is attempted.
Clear all fields, reset etc etc .. only the initial results show


fixed on latest version bundled with  com_virtuemart.3.8.9.10473_package_or_extract.zip   :)
Title: Re: [3.8.9] vmadmin template feedback
Post by: sirius on March 11, 2021, 10:26:41 AM
Quote from: GJC Web Design on March 10, 2021, 15:43:40 PM
Re search  .. doesn't work for me at all
Hi GJC Web Design,

I can't reproduce this issue at this time, it works ok for me.
I suppose you mean the research doesn't work as expected whatever the admin page, categories list, product list etc. ?
Title: Re: [3.8.9] vmadmin template feedback
Post by: GJC Web Design on March 11, 2021, 10:50:22 AM
Hi sirius

yes .. works perfectly on the latest com_virtuemart.3.8.9.10473_package_or_extract.zip bundle
Title: Re: [3.8.9] vmadmin template feedback
Post by: pinochico on March 23, 2021, 19:06:22 PM
I tried add missing boostrap tip for same divs.

Ok, I edited administrator/templates/vmadmin/html/com_virtuemart/config/default_shop_settings.php

and change

<div class="uk-form-label"><?php echo vmText::_('COM_VIRTUEMART_ADMIN_CFG_SHOP_OFFLINE'); ?></div>

to

<div class="uk-form-label hasTooltip" title="" data-original-title="If you check this, you disable all cart functionalities."><?php echo vmText::_('COM_VIRTUEMART_ADMIN_CFG_SHOP_OFFLINE'); ?></div>


and second

<div class="uk-form-label"><span class="hasTooltip" title="" data-original-title="If you check this, you disable all cart functionalities."><?php echo vmText::_('COM_VIRTUEMART_ADMIN_CFG_SHOP_OFFLINE'); ?></span></div>



but still I see only

<div class="uk-form-label"><?php echo vmText::_('COM_VIRTUEMART_ADMIN_CFG_SHOP_OFFLINE'); ?></div>

Is same MAGIC or Revenge of the Sith?
Title: Re: [3.8.9] vmadmin template feedback
Post by: AH on March 23, 2021, 19:37:08 PM
It is using uikit

You need to follow their guideline structures
Title: Re: [3.8.9] vmadmin template feedback
Post by: pinochico on March 23, 2021, 19:54:58 PM
yep, I see and find it and add BS tooltip (not popover) for type booleanlist (is missing)...

VM not using joomla standard framework (xml manifest for view), but custom php function.
Ok, now I have in Joomla instalation:
custom phoca view function
custom jlexreview view function
custom virtuemart view function
custom any exist new component for joomla - any some next?...

Why exist joomla framework standard?
Why if I create own component have to control by JED and have to fixed all error and use only joomla framework?

Maybe better delete joomla framework and use completely every custom system for every component - more stripes, more addidas...

I'm sorry, I'm probably frustrated and I have yet to come to terms with it.

Our developer I learn how develop right by joomla framework and now every component which we use are custom.... :(
This is not a good example for my developers.

make a peace and continue with this work, is only my personal problem :D
Title: Re: [3.8.9] vmadmin template feedback
Post by: pinochico on March 23, 2021, 20:48:11 PM
Tooltip with class = hasPopover not function (on Safari, Chrome)
Not exist option Tooltip for booleanlist (YES/NO)


Ok, I edit function row in administrator/templates/vmadmin/html/com_virtuemart/helpers/vmuikit_html.php

and change to this code (Tooltip use standard Joomla/BS function hasTooltip, not hasPopover):


        $tooltiptext = "";
        $class="uk-form-label";
        $classt="uk-form-label";
        if ($lang->hasKey($label.'_TIP')) {
            $tooltiptext = htmlentities(vmText::_($label.'_TIP'));
        } //Fallback
        elseif ($lang->hasKey($label.'_EXPLAIN')) {
            $tooltiptext = htmlentities(vmText::_($label.'_EXPLAIN'));
        }
        if ($tooltiptext) {
            //New
            $tooltiptitle=' data-title="'.$tooltiptext.'"';
            $classt.=' hasTooltip';
            //Old
            $tooltiptext=' data-content="'.$tooltiptext.'"';
            $class.=' hasPopover';
        }
        $label = vmText::_($label);
        if ($func[1]=="checkbox" or $func[1]=="input") {
            $label = "\n\t" . '<label class="'.$class.'"
for="'. $args[0] . '"
id="' . $args[0] . '-lbl"'.$tooltiptext.'>'.$label."</label>";
        } elseif ($func[1]=="booleanlist") {
            $label = "\n\t" . '<div class="'.$classt.'" title="" '.$tooltiptitle.'>'.$label."</div>";
        } else {
            $label='
<div class="uk-form-label">'
                .$label.
            '</div>';
        }

Title: Re: [3.8.9] vmadmin template feedback
Post by: AH on March 24, 2021, 11:42:01 AM
Yes - uikit does take some getting used to
Title: Re: [3.8.9] vmadmin template feedback
Post by: Troels_E on June 05, 2021, 11:24:50 AM
Where did "Action when a Product is Out of Stock" go?

Cant find it on the new template (Product->status)?


Title: Re: [3.8.9] vmadmin template feedback
Post by: jenkinhill on June 05, 2021, 12:36:34 PM
Is "Stockhandling on product level " turned on in config/shopfront?
Title: Re: [3.8.9] vmadmin template feedback
Post by: Troels_E on June 07, 2021, 21:16:11 PM
Stockhandling on product level is on.
J! 3.9.27
VirtueMart 3.8.8 10472

first is shot from new admin second pic is old admin (filnames are wrong, sorry)
Title: Re: [3.8.9] vmadmin template feedback
Post by: webmanwebdesign on December 15, 2021, 10:45:21 AM
Hi there,

I am new to the forum and don't know if this is the right topic to post in.
But I think I found a bug in the new vmadmin template and I really need help to fix it, because otherwise I cannot use the template at all.

If you create a new product or edit an existing one, in the first tab (product information) the layout is now set to default because the option "no override" is missing.
For comparison: here is the code for the dropdown of the new template:
<div class="chzn-drop"><div class="chzn-search">
<input type="text" autocomplete="off" style="width: 183px;" tabindex="-1"></div>
<ul class="chzn-results">
<li id="layout_chzn_o_0" class="active-result result-selected" style="">default</li>
<li id="layout_chzn_o_2" class="active-result" style="">notify</li>
<li id="layout_chzn_o_3" class="active-result" style="">multiadd</li>
</ul>
</div>

With the old template it is:
<div class="chzn-drop"><div class="chzn-search">
<input type="text" autocomplete="off" style="width: 116px;" tabindex="-1"></div>
<ul class="chzn-results">
<li id="layout_chzn_o_0" class="active-result" style="">default</li>
<li id="layout_chzn_o_1" class="active-result result-selected" style="">Kein Überschreiben</li>
<li id="layout_chzn_o_2" class="active-result" style="">notify</li>
<li id="layout_chzn_o_3" class="active-result" style="">multiadd</li>
</ul>
</div>

So the option "layout_chzn_o_1" which I need to be the preselected option is missing.
We always create an own layout for the product details and set this in the global configuration. It is nice to be able to change it for a specific product, but I don't want to choose it everytime I create a new product.
And since we have different clients who manage the products in the shop by themselves, this is not pratical.

I already tried to override the files "product_edit_information.php" and "vmuikit_html.php" but I am not able to get it work.
Maybe I didnt't realize an option for it and anybody of you can help me...

Kind regards
Tanja Vogt
Webman Webdesign
Title: Re: [3.8.9] vmadmin template feedback
Post by: Milbo on January 24, 2022, 16:36:44 PM
Hmm, your adjustments should work. But you may click on the provided link first and then you will understand, why the simpel old offline is not provided anylonger.
Title: Re: [3.8.9] vmadmin template feedback
Post by: Studio 42 on January 24, 2022, 18:28:04 PM
A simple question. Why using uikit ?
Title: Re: [3.8.9] vmadmin template feedback
Post by: scriner on June 29, 2022, 07:02:08 AM
Hello

J 4.1.5, VM 4.0.2 10661

When I try to open list of reviews for product or one review from whole list - it shows error 0 Class 'vmuikitAdminUIHelper' not found.

I have same error with J 3.10.10 and VM 4.0.2 installed.

With classic admin template where is no same error.

Please, fix this problem. I am very like VMAdmin template. It is much better looking and more useful than classic template.
Title: Re: [3.8.9] vmadmin template feedback
Post by: scriner on June 29, 2022, 07:11:50 AM
And, it seems that some styles are missing in J4. Becouse vmadmin in J3 looks better. Please, fix it.