shipment order

  • Posts: 171
  • Thank you received: 4
10 years 4 months ago #196757

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.10
-- Browser(s) name and version -- : any

Hi,

after updating to the lastest hikashop version 2.4.0 the shipment plugin order is not respected anymore. This works fine in 2.3.5

I have downgraded the main site to 2.3.5 but have 2.4.0 on the live site.
It now works as it should again on live, though not fully updated

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

  • Posts: 13201
  • Thank you received: 2322
10 years 4 months ago #196771

Hi,

That order should not change, have you tried to save the desired order again in the 2.4.0 ?

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

  • Posts: 171
  • Thank you received: 4
10 years 4 months ago #196892

Yes it ignores my order totaly and just set it as it wants to do selves

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

  • Posts: 84220
  • Thank you received: 13673
  • MODERATOR
10 years 4 months ago #196914

Can you provide a screenshot of your shipping methods listing so that we can see how you configured their ordering ?

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

  • Posts: 171
  • Thank you received: 4
10 years 4 months ago #197319

Here is screenshots of both frontend and backend

Attachments:

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

  • Posts: 84220
  • Thank you received: 13673
  • MODERATOR
10 years 4 months ago #197373

Hi,

We did a test on our end but the shipping methods are in the proper order.
Could you provide a backend access of a copy of the website with the latest version via our contact form so that we could check your settings and look at the problem ?
www.hikashop.com/support/contact-us.html

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

  • Posts: 171
  • Thank you received: 4
10 years 4 months ago #197540

info sendt

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 4 months ago #197727

Hi,

Thanks for the access but when I try to open the administrator page ; I just got a full blank page.
I suppose that you have some security plugin or a ip restriction.

Regards,

Edit : Weird thing.. I got also a blank page for the rest of your website.


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.
Last edit: 10 years 4 months ago by Jerome.

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

  • Posts: 171
  • Thank you received: 4
10 years 4 months ago #197741

should be fixed now... was working on something else that crashed ;)

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 4 months ago #197743

Hi,

When I tried to see the something from HikaShop in the backend:

Notice: Undefined variable: uri in l/plugins/system/dm_hika_scroll/dm_hika_scroll.php on line 51
Fatal error: Call to a member function getQuery() on a non-object in /plugins/system/dm_hika_scroll/dm_hika_scroll.php on line 51
Let us know when we will be able to perform some checks.

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: 171
  • Thank you received: 4
10 years 4 months ago #198036

the plugin has been fixed now and should be ready.

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 4 months ago #198100

Hi,

Thanks.

I put a patch in the view "checkout | shipping" in order to fix the shipping ordering.
The issue will be fix in the next HikaShop release (so you will be able to delete the view override to retrieve the original content of the view).

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: 171
  • Thank you received: 4
10 years 4 months ago #198363

Thanx,

i have not updated the live site because of this problem... so i will proberly just wait and update live site after 2.4.1 is out then

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 4 months ago #198367

Hi,

If you want to update a live site ; you can edit the file "administrator/components/com_hikashop/classes/shipping.php" and replace the content

	foreach ($usable_methods as $key => $shipping_method) {
		$shipping_ordering[$key]  = $shipping_method->shipping_ordering.'_'.$i;
		$i++;
	}
By
	$shipping_ordering = array();
	foreach($usable_methods as $key => $shipping_method) {
		$shipping_ordering[$key] = sprintf('%05d', $shipping_method->shipping_ordering).'_'.sprintf('%05d', $i);
		$i++;
	}


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: jesper

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

Time to create page: 0.087 seconds
Powered by Kunena Forum