My Changes Addon Is Not Working In 4.x.x

Hello,



I am trying to modify:

/design/themes/basic/templates/views/checkout/components/cart_items.tpl



I have placed the modified version here:

/design/themes/basic/templates/addons/my_changes/views/checkout/components/cart_items.tpl



Cleared cache and still not working. What I am doing wrong?



Thanks in advance,

Hi,

You choose to use override of that file, for this the correct directory path is:
/design/themes/basic/templates/addons/my_changes/overrides/views/checkout/components/cart_items.tpl
the difference is folder [color=#ff0000]overrides[/color]



In the cart_items.tpl you have 5 hooks
checkout:form_data
checkout:items_list
checkout:product_icon
checkout:product_info
checkout:extra_list
that you can use in order to customize your store, in my opinion should be better to use hooks



I hope that helps,





Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]