HTML bug
- jameswadsworth
-
Topic Author
- Offline
instead of
it should be
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
/administrator/com_hikashop/views/product/tmpl/priceaccess.php
I believe the last two closing tags should be inverted so instead of:
is should be
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
should be without the *
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
.jpane-toggler span {v5px 50% no-repeat;padding-left:20px;font-weight:700;}
There should be not 'v' before 5px
Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
For the other two problems you reported, you are indeed correct. We corrected that on our end and we're going to do a new build of the current release ASAP.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
In frontend/ views / user /tmpl / form.php in line 21 <?php is declared again breaking the script
Please Log in or Create an account to join the conversation.
Having $config several times is not a problem. It just uses a few cpu cycles for nothing but it's not important in comparison of improving a query or caching the result of a query.
Thank you for your second point. We fixed that and repackaged 1.5.1.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- jameswadsworth
-
Topic Author
- Offline
Also would it not be better to add a sort the return list of manufacturer names in line 15 of the same file:
$query = 'SELECT category_id,category_name FROM '.hikashop_table('category').' WHERE category_type = "manufacturer" AND category_depth != 1 ORDER BY category_name ASC'
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.