Small problem updating to stable version: 2.0.0 wi

  • Posts: 267
  • Thank you received: 5
11 years 5 months ago #75153

Hello:


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 !

Attachments:

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

  • Posts: 267
  • Thank you received: 5
11 years 5 months ago #75159

Hello again

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!

Attachments:
Last edit: 11 years 5 months ago by dvddvd.

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

  • Posts: 81598
  • Thank you received: 13082
  • MODERATOR
11 years 5 months ago #75179

Hi,

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 ?

The following user(s) said Thank You: dvddvd

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

  • Posts: 267
  • Thank you received: 5
11 years 5 months ago #75459

The second issue "orders"is now fixed.
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

Last edit: 11 years 5 months ago by dvddvd.

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

  • Posts: 3
  • Thank you received: 1
11 years 5 months ago #75462

I just spent half hour with the same problem and found out that it occurs when you squeeze the browser window too much. Try maximizing the window and the navigation will appear at the bottom, if your monitor is wide enough, that is.

The following user(s) said Thank You: dvddvd

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

  • Posts: 267
  • Thank you received: 5
11 years 5 months ago #75467

It is true laptop screen appears on the monitor but no.

thank you very much

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

  • Posts: 3
  • Thank you received: 1
11 years 5 months ago #75473

De nada.

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

  • Posts: 81598
  • Thank you received: 13082
  • MODERATOR
11 years 5 months ago #75493

Thank you for the feedback. That helped us understand what was going on. It's now fixed on our end and we updated the package with the fix.

The following user(s) said Thank You: dvddvd

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

  • Posts: 267
  • Thank you received: 5
11 years 5 months ago #75856

Hello Nicolás,

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.

  • Posts: 81598
  • Thank you received: 13082
  • MODERATOR
11 years 5 months ago #75864

What happens ?

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.

  • Posts: 267
  • Thank you received: 5
11 years 5 months ago #76277

Hello nicolas,

I attached the debug output of joomla

thnaks

Attachments:

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

  • Posts: 81598
  • Thank you received: 13082
  • MODERATOR
11 years 5 months ago #76419

Hi,

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.

  • Posts: 267
  • Thank you received: 5
11 years 5 months ago #76571

Hello nicolas:

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

Attachments:
Last edit: 11 years 5 months ago by dvddvd.

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
11 years 5 months ago #76826

Hi,

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.

  • Posts: 267
  • Thank you received: 5
11 years 5 months ago #76844

I refer to "Order statuses"
url: http://.../administrator/index.php?option=com_hikashop&ctrl=category&filter_id=status

Last edit: 11 years 5 months ago by dvddvd.

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
11 years 5 months ago #77080

Hi,

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.

  • Posts: 267
  • Thank you received: 5
11 years 5 months ago #77130

Ok Gerome, thank you very much

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
11 years 5 months ago #77134

Hi,

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.
The following user(s) said Thank You: dvddvd

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

Time to create page: 0.098 seconds
Powered by Kunena Forum