Extension list

yootheme

ecommerce

joomla

Skip to main content

List of all our extensions

Create an account

Admin user checkout error: HTMLHelper Select not found

Admin user checkout error: HTMLHelper Select not found was created by keep2000

Posted 2 months 4 weeks ago #1015
Hi,

When I open the cart on the frontend as an admin user, I get the following error:
Code:
Joomla\CMS\HTML\HTMLHelper Select not found JROOT/templates/yootheme/html/plg_content_vmuikitx_onepage/default_shopperform.php:46

The problematic line is:
Code:
echo JHtml::_('Select.genericlist', $this->userList, 'userID', 'class="vm-chzn-select" style="width: 200px"', 'id', 'displayedName', $currentUser, 'userIDcart');

It looks like a case sensitivity issue.
After changing Select → select, the error disappears and everything works fine.

So this works:
Code:
JHtml::_('select.genericlist', ...)

Thanks!

Please Log in or Create an account to join the conversation.

Replied by keep2000 on topic Admin user checkout error: HTMLHelper Select not found

Posted 2 months 4 weeks ago #1016
Oh, sorry — I just noticed that there was a template override on the site.
In the installer version the code is already correct, so this issue is no longer relevant.Thanks!

Please Log in or Create an account to join the conversation.

Time to create page: 0.290 seconds
Powered by Kunena Forum