Skip to main content

Australia post and Express Post logo's

More
14 years 10 months ago #29917 by ClickWebDesign
Hi Nicolas,
When we have both standard and express post setup with Australia post shipping, both shipping methods are displayed but they have the same logo, it would be great if I could display the express post logo beside the express post shipping method instead. This would help distinguish the two options. Any pointers on how I could do this?

Thanks
Chris

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

More
14 years 10 months ago #29930 by nicolas
Hi,

There is no option to do that.
What you could do is to add the Express post logo in the description of the shipping method with a specific class to it and then use CSS to hide it on the one which is not express.
It's not clean but that's the only option without editing the PHP code.

Otherwise, you can edit the file plugins/hikashopshipping/aupost.php and add the code:
if($type=='EXPRESS') $info->shipping_images = 'express';

after the line:
$info->shipping_images = $rate->shipping_images;

and upload your image with the name express.png in the folder media/com_hikashop/images/shipping.

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

More
14 years 10 months ago #29931 by ClickWebDesign
Thanks again Nicolas, I took the auspost.php approach and it looks great:)

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

Time to create page: 0.182 seconds
Powered by Kunena Forum