- Posts: 267
- Thank you received: 5
Small problem updating to stable version: 2.0.0 wi
When I upgrading to version: 2.0.0, I lost the product listing pagination in all categories.
You can only see 20 items.
Attachment screenshot.
Thanks !
Please Log in or Create an account to join the conversation.
When I upgrading to version: 2.0.0, I can not change the status of the orders directly from the screen of orders.
Attachment screenshot
Thanks!
Please Log in or Create an account to join the conversation.
It sounds like this comes from the fact that you're using a custom backend template.
Can you try to switch to the default backend template to see if that works ?
Do you have any javascript errors in the javascript error console of your browser ?
Please Log in or Create an account to join the conversation.
was caused by a change in the view.
thank you very much Nicolás
About the first problem:
I could not fix it, even changing the template.
in the error console appears, with the default template:
NodeType constants are not available. chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/global_constants.js:28
document.location = universidadpopular.es/administrator/inde...product&filter_id=12 chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/global_constants.js:29
thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
thank you very much
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
In system states, after the update, I can not edit the name of the state.
Regards,
David
Please Log in or Create an account to join the conversation.
Could you activate the debug mode option of the joomla configuration and try again ?
Please Log in or Create an account to join the conversation.
I attached the debug output of joomla
thnaks
Please Log in or Create an account to join the conversation.
That doesn't give any information on your problem.
Could you describe what is happening ?
You don't see the name field in the states zones when you edit them via the menu System->Zones ? Or you can't save ?
What happens when you save ?
Do you have an error message ? If so, what is it ?
Does it work for other zones ?
Please Log in or Create an account to join the conversation.
The field indicated in the attached file is not editable.
I can not change either the name or the description.
If I generate a new state, I can enter either the name or the address.
Sorry for not explaining properly on English and thanks for your answers
Please Log in or Create an account to join the conversation.
So you're talking about "Order statuses", not "state" (which are countries' states).
You're screenshot display other information which shouldn't be display (like the parent category).
What url do you have for this page ?
How did you arrived to it ? (where did you click ?)
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
url: http://.../administrator/index.php?option=com_hikashop&ctrl=category&filter_id=status
Please Log in or Create an account to join the conversation.
I made a little mistake during my tests.
I have always Joomfish or Falang installed on my local websites and you don't use it.
Order Statuses should not be edited, you can create new one, you can delete but in general, we don't want to gives the possibility to edit it.
When you create an order status, the most important point is to know that, it is a "key" and not a "name".
You can override the name by editing the translation file.
CONFIRMED="confirmed"
CANCELED="canceled"
etc...
Now, if you really want to edit the order statuses, you have to do it directly in the database or by delete/create steps.
One thing important to know is that, all of your order could have a status, this status is a "status key", a string.
If you delete or modify a order status, all of your configuration could be broken and a lot of orders could have a non-valid order status.
That's why order status shouldn't be modified and translation should be use.
When joomfish/falang is used, the key is not touch, but it would provide different translations for the different languages. That's why the interface allow the edition when the plugin is installed.
Best regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Another user have the same kind of issue and we update the HikaShop package in order to fix one point.
Now when you create a new order status, you can specify a name.
You can re-download HikaShop 2.0 and this problem would be fix.
After that I have to talk with Nicolas about this editable restriction, see what we could do for statuses which are not "official" one. Maybe we can let other statuses editable.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.