Jump to content

timmyraynor

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Location
    Australia
  • Activity
    Developer

Recent Profile Visitors

1,362,369 profile views

timmyraynor's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thanks everyone, it turns out that the .htaccess file in the js and css folder stop the browser to retrieve the needed jquery files, after I remove them, everything is fine now.
  2. I got the answer, its just because the .htaccess file exist in those folders, after I delete it, then the server allow for retrieving js/css files, then the view going good. Thanks
  3. Hi, I try to change the default address format, but when I try to replace it with an override Address class and link the Address class to a new table, it turn out to be error saying : could not find AddressOriginalCore. SO is there a way that I could disabled the Address class and create a new one without deleting the original Address class? AND is there a way that I could add a ObjectModel to the classes folder by installing my own module? The idea of this is to make all of the changes bind to my module then when I uninstall it the changes of the default Address classes or the added new address who extends the ObjectModel could be removed? Thanks
  4. I am running it on mac os the errors I display ahead is just the chrome console output saying that those js files in the js folder do not have access. Is it because the apache set up missing some configuration?
  5. Yes! But the problem is when I use Chrome console I saw error messages like this GET http://localhost/prestashop/js/jquery/plugins/autocomplete/jquery.autocomplete.css 403 (Forbidden) index.php:40 GET http://localhost/prestashop/js/jquery/jquery-1.7.2.min.js 403 (Forbidden) index.php:49 GET http://localhost/prestashop/js/tools.js 403 (Forbidden) index.php:49 GET http://localhost/prestashop/js/jquery/plugins/autocomplete/jquery.autocomplete.js 403 (Forbidden) index.php:49 GET http://localhost/prestashop/js/jquery/plugins/jquery.easing.js 403 (Forbidden) index.php:49 Uncaught ReferenceError: $ is not defined ajax-cart.js:662 Uncaught ReferenceError: $ is not defined treeManagement.js:27 Uncaught ReferenceError: $ is not defined favoriteproducts.js:1 Uncaught ReferenceError: jQuery is not definedHo I try to use chmod 777 to the js folder, but it still not working...
  6. I try to install newest version of prestashop. After the installation, I found that my back office turn out to be every elements showing out and overlaps with each other (like the attachement shows). But the front shop is totally allright. I do not have php_gd2.dll, will this be the problem? any one could help me please?
  7. I try to install newest version of prestashop. After the installation, I found that my back office turn out to be every elements showing out and overlaps with each other (like the attachement shows). I do not have php_gd2.dll, will this be the problem? any one could help me please?
  8. That's my question too, this code is copied from the Prestashop 1.5 Developer Guide, I just want to know what is the purpose for doing such hookexec
  9. The Prestashop 1.5 is very different from 1.4, e.g. Using Dispatcher&Controllers instead of individual pages. Please anyone do an extra guide for new version?
  10. I am trying to read through Developer Guide for PrestaShop 1.5, in the hand book it gives an example of using hook in the controller: $this->context->smarty->assign('HOOK_LEFT_COLUMN', Module::hookExec('displayLeftColumn')); but in what scenario we need to use the hook in the controller is not well explained, could anyone explain a example for me? e.g. when using hook for modules, we could actually add page components. then when using hook for controllers..... Thanks
×
×
  • Create New...