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:
the difference is folder [color=#ff0000]overrides[/color]
/design/themes/basic/templates/addons/my_changes/overrides/views/checkout/components/cart_items.tpl
In the cart_items.tpl you have 5 hooks
that you can use in order to customize your store, in my opinion should be better to use hooks
checkout:form_data
checkout:items_list
checkout:product_icon
checkout:product_info
checkout:extra_list
I hope that helps,
—
Valentin
[color=#808080][size=2]part of hungryweb.net[/size][/color]