Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / adding an image to a shipping method

adding an image to a shipping method

Views: 639

Results 1 to 2 of 2
15 Apr 2015, 9:58 AM
#1
kareemkiki avatar

kareemkiki

New Zenner

Join Date:
Apr 2015
Posts:
4
Plugin Contributions:
0

adding an image to a shipping method

how can i add image to a shipping method in my website?

and how can i get admin notification to every new order?

15 Apr 2015, 11:24 AM
#2
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: adding an image to a shipping method

If you open the your shipping method file in "includes/modules/shipping/". You should see a line with somthing like this php $this->icon = ''; or ```php
$this->icon = 'images/icons/package.png';