Jump to content

PauloKruz

Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PauloKruz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The problem is about server configuration. Problem is about server configuration, if you apply above solution the problem is solved. After override class/tools.php don´t forget: You need to trigger the regeneration of the /cache/class_index.php file. This is done simply by deleting the file. It is the same when manually removing an override: in order to reinstate the default behavior, you must delete the /cache/class_index.php
  2. Same issue happens with my store (1.6.1.2) Problem exist with some servers configuration. I can solve my problem changed in class/tools.php (don´t forget override ) function getRemoteAddr() I change last else server variable: Remove : return $_SERVER['REMOTE_ADDR']; and put: return $_SERVER['HTTP_X_REAL_IP']; OBS: you can check what best var is for your server configuration, running in one php file the follow code : print_r($_SERVER);
  3. Hello, In backoffice i limit the numer of New Products but in default Theme (Prestashop 1.6) module New Products block always show all new products . Same in page new-products
  4. Hi, I´m testing beta version 1.6.0.3 and all .js files are in the end of body. For this motive i have 2 questions? a ) Why are all .js files located in the end of body b ) Where in core files this function are? Because i need change it. I need call JQuery in header because i have some modules with errors because have functions calling JQuery before JQuery .js are loaded Error in Firebug: ReferenceError: jQuery is not defined.
  5. Wordpress: http://www.buzzpress.co/ Folder is /wordpress, with redirect to www.buzzpress.co/ Prestashop: http://www.buzzpress.co/loja/ Folder is : /loja Structure: root (www.buzzpress.co) have 2 files and 2 folders Files /htacess and index.php from wordpress for hidding "wordpress" in url Folders: /wordpress /loja (Prestashop)
  6. In your folder on prestashop installation has a folder with the name mails. Inside this folder you should have one or more folders with the initials of each language that you have installed. Each folder has these emails to their language
  7. Hi, i have in my domain 1 wordpress instalation in folder name wordpress, and 1 prestashop instalation in folder name store like this: domain.com/ domain.com/wordpress/ domain.com/store/ i prefer my instalations in root/folders.and until test maintenance mode all work great. The problem is when i activate maintenance mode , store stay in maintenance but also the installation of wordpress is in maintenance mode. All php files under domain root goes to maintenance mode page. Any help?
  8. I search about one feature i need and found this topic http://www.prestasho...o-rastreio-ctt/ When i try download module i receive follow message: Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information. [#10171] You do not have permission to view this attachment. And yes i have my login done and try downloading another module in another topic and can download without problems.
  9. Hello, I write here because i don´t know where i must write about one problem in Prestashop Forum. I search about one feature i need and found this topic http://www.prestasho...o-rastreio-ctt/ When i try download module i receive follow message: Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information. [#10171] You do not have permission to view this attachment. And yes i have my login done and try downloading another module in another topic and can download without problems.
  10. i think you mean in product-list page. In your theme folder go to product-list.tpl and change ($product.description_short) for ($product.description). Don't forget to truncate your text to fit your needs.
  11. You can create customer groups and set different prices, categories, , etc.
×
×
  • Create New...