Jump to content

Duplicating Blocks That Came With PrestaShop


Recommended Posts

it is possible but in this case you have to change several things

1) folder and main module (.php) filename - it must be unique

2) main module class inside the .php file - it must be unique

3) additonal classes included to the .php file must be also unique

4) if any database fields / tables are used - you have to change their: fieldname for field, table name for tables

Link to comment
Share on other sites

×
×
  • Create New...