- Posts: 301
- Thank you received: 1
Re: Australia Post Rates - Hikashop 1.5.5 + J1.7.3
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
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Please Log in or Create an account to join the conversation.
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.
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
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
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
Please Log in or Create an account to join the conversation.
Huski
EDIT: Have sent you email
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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...
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
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.
Yes, the problem was comming from the dimension conversionAustralia 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...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.