Shipping Icons

This method does not work with version 4.3.8

http://docs.cs-cart.com/4.3.x/user_guide/look_and_feel/changing_attributes/shipping_icons.html

Some solution?

Please use the following code:

{assign var="shipping_image_pair" value=$shipping.shipping_id|fn_get_image_pairs:shipping:M} {if $shipping_image_pair} {include file="common/image.tpl" obj_id=$shipping_id images=$shipping_image_pair image_width=100 image_height=100} {/if} {$shipping.shipping} {$delivery_time} - {$rate nofilter}

{if $shipping.description}

{$shipping.description nofilter}

{/if}

and do not forget to clear cache

Thank you, it works. :)

You are welcome!