Add New Block in Administration page

Dear All,



I want to create new Product listing block in homepage. which I can find those tpl files, located in /skins/xxx/customer/blocks/list_templates/*.tpl



Now I want to add this new product list tpl file into the Appearance type when I choose editing this block. I can’t find in database as well as it now hardcode in the /admin/views/block_manager/update.tpl.



So may I know how to add those information into cs-cart, so that I can choose the new listing tpl that I newly created?



Thx for help in advance

Wilson

I am interesting in this solution. Any help I will appreciated from expert.



Thank you,

Albert

[quote name=‘wilsonmui’]Dear All,



I want to create new Product listing block in homepage. which I can find those tpl files, located in /skins/xxx/customer/blocks/list_templates/*.tpl



Now I want to add this new product list tpl file into the Appearance type when I choose editing this block. I can’t find in database as well as it now hardcode in the /admin/views/block_manager/update.tpl.



So may I know how to add those information into cs-cart, so that I can choose the new listing tpl that I newly created?



Thx for help in advance

Wilson[/QUOTE]

Easiest way to include a custom block that you’ve written is to put it in:

skins//customer/addons/my_changes/blocks/your_template.tpl



You would then see “your_template.tpl” in the drop down list.