Prestashop : changing the core controller behavior - prestashop-1.6

I'm new with prestashop. and i would like to change a core controller behavior, Is it possible to change a controller behavior with a module in prestashop?
thanks for any help !

Yes via the overrides, look here: http://doc.prestashop.com/display/PS16/Overriding+default+behaviors
Regards

Related

How to use plugins in php mvc framework

I want to know that , i am using my own (modal view controller) framework and want to add some plugins like live chatting ,Facebook/g-mail/twitter (sign up/sign in using these websites).
type of features how can i do this?
I am novice in this field so sorry in advance if my question has some stupidity.
I am using notepad++ editor.
thanks in advance.
Use observer pattern or Event dispatcher pattern for plugins.
Have a look how other frameworks allow you to implement these features.
If one of those features just need js/css and custom html markup to work (like a Facebook like-button for example), you might find some inspiration from Zend Framework's View Helpers.
Search through github/packagist if one of those features has not yet been developed. If you find some library, find a way to use it in your custom code.

One pixate stylesheet per view controller?

It looks like things are set up to have just one stylesheet (default.css) for the entire application. Is there any way to have a stylesheet per view controller?
For iOS, you can use the #import tag in case you wish to organize your CSS better.
The Android version, unfortunately, is lacking this support due to a bug and I hope this will be fixed soon.

Tab in edit mode in MVC4

I am trying to Implement Tab control in MVC 4 , I want similar like Nopcommerce
if you login in admin -->sale -->Order -->View
I am not able to understand how to do this ?
Url is not changes in every case only change the tab value .
I am attaching screen short for reference .
Please guide me how to achieve this
Thanks in Advance
You can do the same tabs using the Telerik Extensions (http://demos.telerik.com/aspnet-mvc/razor/tabstrip).

Error occur while adding controller

I am developing MVC 3 application and using razor syntax.(EF 4.0)
I am trying to add controller to my App. but whenever I try to add the controller I get the following error.
I am trying to add controller in test copy as well sourcesafe copy...
And the error is....
When I try add the controller in SourceSafe copy of the same application , below error comes...
How to solve it ?
Look into this article, your solution is most likely there.
Edit
Please take a look into this article dealing with specifically "Unsopported context type" during controller scaffolding: Unsupported context type in controller wizard.
Hope you can get ideas and solution from there...
Hope this helps

navigation links in joomla articles

i have some problem that in articles its not showing the navigation links even i have set the perameters yes and default plugin is set.
so plz help me out for the same
Thanks
What template are you using? Are you sure that the template supports the article navigation? Switch the default template to Beez or Milky Way and see if it works there. If it does, you need to modify your template.

Resources