Re: Australia Post Rates - Hikashop 1.5.5 + J1.7.3

  • Posts: 301
  • Thank you received: 1
11 years 11 months ago #51286

Item 1 - 9cm x 9cm x 2cm
Item 2 - 33cm x 7cm x 5cm
Item 3 - 30cm x 30cm x 30cm

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

  • Posts: 12953
  • Thank you received: 1778
11 years 11 months ago #51302

It's actualy working for me, you are using the "Group products together" option ?

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

  • Posts: 301
  • Thank you received: 1
11 years 11 months ago #51306

Your right - had it turned off - have put it back on and now have got the length cannot exceed 105cm again.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 11 months ago #51309

Are you sure that you are using the last version that I gave you ?

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

  • Posts: 301
  • Thank you received: 1
11 years 11 months ago #51635

Been checking it - have uploaded your latest plugin.
I am still getting the exceed 105cm error appearing. Not sure why when the length of product A is 30cm, length of product B is 9cm and length of product C is 33cm. Wouldn't it just take the length of the longest item in the mix?

However, the postage calculation appears to be working correctly - it's just the error showing multiple times.

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

  • Posts: 6
  • Thank you received: 0
11 years 11 months ago #51637

I've been watching this thread as we have the same problem.
I have disabled the AUPOST shipping and just using manual shipping at present.

Hopefully this can be rectified soon as we are unable to ship O/S and we are over and under quoting freight using a manual method.

Please let me know when you have a win with it.


On another subject,

Could an extra field be added to the products? I would like a unit description to appear after the displayed price.(Metre, Set, Each, Pair)


Paul Chalker

http://www.jenningsmcdonald.com.au

Last edit: 11 years 11 months ago by Chalkie.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 11 months ago #51651

Hello,

Huski :

It's actually working for us, so can you send us an access to your back-end through our contact form ?

Chalkie :

I think that you'll find your answer there

Last edit: 11 years 11 months ago by Mohamed Thelji.

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

  • Posts: 301
  • Thank you received: 1
11 years 11 months ago #51659

Just sent you the login details. But I am getting invalid token when I submit the contact form so not sure if you have received anything.

Huski


EDIT: Have sent you email

Last edit: 11 years 11 months ago by Huski.

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

  • Posts: 81674
  • Thank you received: 13094
  • MODERATOR
11 years 11 months ago #51660

No we didn't. Please send to nicolas at hikashop dot com then

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

  • Posts: 6
  • Thank you received: 0
11 years 11 months ago #51731

Thank You Mohamed. Ive changed the code as suggested.
My changes have just been commented out.
Could you please have a look at my changes and could you let me know if it's correct.

Australia post module working right for me. I dont know how but all of my dimensions had reverted back to (M) so that was my problem.
So far so good...

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
11 years 11 months ago #51732

Hello all,

I just figured out what the problem was and fixed it, so you can use my new Australia post plugin that I think is perfectly working now.

Australia post module working right for me. I dont know how but all of my dimensions had reverted back to (M) so that was my problem.
So far so good...

Yes, the problem was comming from the dimension conversion :).

Attachments:
Last edit: 11 years 11 months ago by Mohamed Thelji.
The following user(s) said Thank You: Chalkie

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

  • Posts: 301
  • Thank you received: 1
11 years 11 months ago #51745

Thanks - errors gone now - great.

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

  • Posts: 301
  • Thank you received: 1
11 years 11 months ago #51749

Which file is it so that I can show just the price. Currently it shows the price ex Tax as well which I don't want eg Shipping $15.91 ($ 14.46 excl GST)
Thanks

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

  • Posts: 81674
  • Thank you received: 13094
  • MODERATOR
11 years 11 months ago #51750

It's the file "shipping" of the view "checkout" that you can edit via the menu Display>Views.

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

  • Posts: 301
  • Thank you received: 1
11 years 11 months ago #51764

Thanks - but cannot seem to work out exactly which lines to remove. Is this what needs to be removed?

echo $this->currencyHelper->format($rate->shipping_price_with_tax,$rate->shipping_currency_id);
echo JText::_('PRICE_BEFORE_TAX');
echo $this->currencyHelper->format($rate->shipping_price,$rate->shipping_currency_id);
echo JText::_('PRICE_AFTER_TAX');

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

  • Posts: 81674
  • Thank you received: 13094
  • MODERATOR
11 years 11 months ago #51771

Not the first one, since it's the price with taxes, but the rest yes, that's exactly it.

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

  • Posts: 301
  • Thank you received: 1
11 years 11 months ago #51834

So I need to remove the following:
echo JText::_('PRICE_BEFORE_TAX');
echo $this->currencyHelper->format($rate->shipping_price,$rate->shipping_currency_id);
echo JText::_('PRICE_AFTER_TAX');

I have removed the 3 lines above but am still getting the same thing: Shipping $15.91 ($ 14.46 excl GST)
where I only want to show the main price: Shipping $15.91

Thought it might be a cache problem but have cleared it and still showing the excl tax part

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

  • Posts: 81674
  • Thank you received: 13094
  • MODERATOR
11 years 11 months ago #51835

You're probably not editing the view file for your front end template.

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

  • Posts: 301
  • Thank you received: 1
11 years 11 months ago #51838

Your right - doing it on the admin template. Keep forgetting that you have to choose your front-end template in the Display Views section. Would anyone ever need to make updates to the admin templates views in Hika?

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

  • Posts: 81674
  • Thank you received: 13094
  • MODERATOR
11 years 11 months ago #51908

You would be surprised :)
Lots of users change views on the back end for their back end template.
For example, the invoices that you can print on the back end, customization of the listing of products to add/remove columns, etc.

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

Time to create page: 0.123 seconds
Powered by Kunena Forum