RosesCCRS Posted August 8, 2013 Share Posted August 8, 2013 Is there a way I can duplicate an add-on that came with PrestaShop? For instance, the 'Block Advertising'. I would like to have three or four of those. Thanks in advance! Link to comment Share on other sites More sharing options...
vekia Posted August 8, 2013 Share Posted August 8, 2013 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 More sharing options...
RosesCCRS Posted August 8, 2013 Author Share Posted August 8, 2013 Thank you ever so much! Link to comment Share on other sites More sharing options...
Paulito Posted August 8, 2013 Share Posted August 8, 2013 Good morning Why not use free html block and content block in the free modules section of the forum Paul Link to comment Share on other sites More sharing options...
vekia Posted August 8, 2013 Share Posted August 8, 2013 that's great idea, the main feature of these addons are similar to advertise blocks, it mean, that you can achieve the same effect without boring modifications of the code Link to comment Share on other sites More sharing options...
Recommended Posts