Hi,
while you will add override/class or override/controllers folder inside your module, Prestashop will automatically check override functions. If we are talking about chnage .tpl files inside theme while installation (or something similar), than you can add need checks in your code.
And one of the `best-practicies` is add inside every overrided method check is module active now, because it isn't default behaviour.
Best Regards
So there is several ways for resolve this issue:
1) Wait. Often support department can answer with a delay (national holidays, different timezones, etc...)
2) Buy new module with similar functional in the official marketplace, for example: http://addons.prestashop.com/ru/search.php?search_query=Delivery+Date
First of all you need to understand whole request flow for search process. Irina meant search::find() method is the main part of this flow. You need to override this logic and add once more check. So in your case you need to check category of product directly in SQL-query. If you needs to check multiple categories for the same product, you can use static method (Product::getProductCategories($id_product))
Regards
Hi,
you need to try change the `link rewrite` field with only english characters. Name can contains your specific letters in UFT-8, but link rewrite field needs to contain `a,b,c,....,z,....-,/,\,.....` letters
Regards
Hi,
take a look this articles:
http://doc.prestashop.com/display/PS15/Overriding+default+behaviors#Overridingdefaultbehaviors-Overridingaclass
http://blog.belvg.com/override-in-prestashop.html
http://blog.belvg.com/how-to-make-an-override-in-your-module.html
Regards
Of course you can add passsword for your site, how to here
Your issue with category name can be related with your tpl file. Needs to invistigate it with view content of your file version.
So there is difficult say more without view your source code. In my own instance I have only this logic:
http://i.imgur.com/JdvujRc.png
http://i.imgur.com/CaU28Js.png
Don't worry, I am from Belarus, so I know russian
You can't view this option if your `Employer` doesn't have edit permission to the AdminOrders controller
Hi,
nice design You can copy `blocktopmenu` module, rename it, for example `second_blocktopmenu`, rename all entities `blocktopmenu` to new name inside php-code and your new module with new prefix should works
Regards