Australia post and Express Post logo's
- ClickWebDesign
-
Topic Author
- Offline
Less
More
14 years 10 months ago #29917
by ClickWebDesign
Australia post and Express Post logo's was created 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
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.
14 years 10 months ago #29930
by nicolas
Replied by nicolas on topic Re: Australia post and Express Post logo's
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.
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.
- ClickWebDesign
-
Topic Author
- Offline
14 years 10 months ago #29931
by ClickWebDesign
Replied by ClickWebDesign on topic Re: Australia post and Express Post logo's
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