Warning
The changes suggested in this article may conflict with the add-ons that use the same hook.
1.1. In the root directory of your CS-Cart installation, create the following directory path: /design/themes/[CURRENT_THEME_NAME]/templates/addons/my_changes/hooks/checkout.
Important
Make sure that the My changes add-on is installed and activated in the Add-ons → Manage add-ons section of the Administration panel.
1.2. Depending on your version of CS-Cart/Multi-Vendor, download one of the files:
1.3. Put the downloaded file into the directory that you created in step 1.1.
1.4. Rename the file to shipping_method.override.tpl
.
Note
By default, the width and height of a shipping method icon equal 100. To change that, open the the shipping_method.override.tpl file and edit the values of image_width
and image_height
.
If some add-on stops working properly after you apply these changes, it may be because the add-on uses the same hook. In that case try to find shipping_method.post.tpl in /design/themes/[CURRENT_THEME_NAME]/templates/addons/[addon_name]/hooks/checkout. If you find that file, copy its content to the end of the shipping_method.override.tpl file from step 1.
2.1. In the Administration panel of your store, go to Administration → Shipping & Taxes → Shipping Methods.
2.2. Click the gear button of the necessary shipping method, and choose Edit.
2.3. Upload an image in the Icon section in the opened page.
2.4. Click Save and close.
After that icons should appear next to the names of shipping methods on the checkout page.
Note
If you followed all the instructions in the article, and the shipping icons haven’t appeared, try clearing the template cache.
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.