Jump to content

nmaria

Members
  • Posts

    16
  • Joined

  • Last visited

nmaria's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi to all, I have modifield the module pay by cheque to have a link to a external payment gateway instead of the usual information of cheque payment. Now in the mail template cheque.html i need to create that link to the mail gateway with a specific value of the order in the string like that: a href="https://link/link/&val=00.00 the problem is that 00.00 have to be 00.00 and not 00,00 (like is configured in decimal settings in the store) and no currency only the digits .... In the website i have created this {$total_to_pay_1 = str_replace(array(' €', ','), array('', '.'), $total_to_pay)} that changes 00,00 € to 00.00 and works fine, but in mail templates how to do that ? Thanks in advance for all the help.
  2. Hi markb, The theme I use is the default PS and not a custom theme. I will try your ideas. Thank you.
  3. Hi Make, Nothing change with open_basedir off I still getting : Tue Jul24 09:59:37 2012 [error] [client 00.000.00.000] PHP Notice: Undefined Variable: header in /var/www/vhosts/xxx/httpdocs/tools/smarty/sysplugins/smarty_internal_data.php on line 291 Any ideias ? Thanks
  4. Hi, is a great idea even though the SMTP server should accept all the messages because it's authenticated and not only from the domain in question, but ok. Now how can I set an e-mail for the from headers of that e-mails so that all e-mails would be processed as sent from eg webmaster "at" mydomain.com but obviously in the body of the email appears the user email ..... For the messages in the orders is the same file ? Thanks in advance
  5. I receive every e-mails except the contact form and order messages area. But everything is working until a few days ago !!!!
  6. Hi, From a few days ago the messages sent by customers in the contact form or in the order messages area (after login) are not forward to the shop e-mail address but are recorded in the customer service area. The settings (smtp server, email address etc) are all ok and the mails for the new orders or status updates of the orders are all ok. Any ideias ? Thanks in advance
  7. Hi, I think the file is like the original from ps distribution: 286 if ($this->smarty->error_unassigned && $error_enable) { 287 throw new SmartyException('Undefined Smarty variable "' . $_variable . '"'); 288 } else { 289 if ($error_enable) { 290 // force a notice 291 $x = $$_variable; 292 } 293 return new Undefined_Smarty_Variable; 294 } Thanks
  8. Hi Mike, The error log is full by this entries: [Wed Apr 11 23:15:20 2012] [error] [client 000.000.000.000] PHP Notice: Undefined variable: header in /var/www/vhosts/"my site"/httpdocs/tools/smarty/sysplugins/smarty_internal_data.php on line 291 And also some of this: [Wed Apr 11 23:08:05 2012] [error] [client 000.000.000.000] File does not exist: /var/www/vhosts/"my site"/httpdocs/js/jquery/jquery-1.4.4.2405ff2b9b4107, referer: http://"my site"/"my site private admin area"/index.php?tab=AdminPPreferences&token=d861860c6b909906439ac5662e1d4a4c [Wed Apr 11 23:04:57 2012] [error] [client 000.000.000.000] PHP Warning: is_dir() [<a href='function.is-dir'>function.is-dir</a>]: open_basedir restriction in effect. File(/var/www/vhosts/"my site"/httpdocs/"my site private admin area"/../translations/..) is not within the allowed path(s): (/var/www/vhosts/"my site"/httpdocs/:/tmp/) in /var/www/vhosts/"my site"/httpdocs/"my site private admin area"/tabs/AdminInformation.php on line 313, referer: http://"my site"/"my site private admin area"/index.php?tab=AdminStores&token=1792f60c5c295a84dab775d78153f118 The 000.000.000.000 ip's are edited and also the "my site" url and "my site private admin area" directory name. Many thanks.
  9. Hi Mike, Thanks for your reply. In the beginning, with the "old" prestashop version i used a shared hosting with 128 mb ram for my server and almost everything goes fine (only have problems somethimes with many users or with uploading csv lists of products) after the upgrade to the new prestashop version the server goes down with a minimal of use (some searches with a couple of users was enought to cause problems). So i upgrade to a new server, now this server is dedicated and managed by me. And now i see that the apache memory use is about 500 mb with a minimal use of the site !!!! This is huge ! Waiting for your reply Thanks in advance and for all your help.
  10. Hi, After upgrading to version 1.4. to 1.4.7.0 the apache memory usage in server goes to the limit !!! How can i find what is causing this issue ? Thanks in advance for all the help.
  11. After enable the Friendly URL and generate the .htaccess file every time i tried to enter in the store (index.php) i get the link www.myserver.com/404.php in the main browser internet explorer 9. In Firefox works fine !!! I already tried to delete the .htacess file by ftp and generate a new one but the same thing happens, tried to clear the cache in the folders tools/smarty/cache and tools/smarty/compile and it's the same thing .... .htaccess file: # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # WARNING: PLEASE DO NOT MODIFY THIS FILE MANUALLY. IF NECESSARY, ADD YOUR SPECIFIC CONFIGURATION WITH THE HTACCESS GENERATOR IN BACK OFFICE # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> # URL rewriting module activation RewriteEngine on # URL rewriting rules </IfModule> # Catch 404 errors ErrorDocument 404 /404.php <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> FileETag INode MTime Size <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule> (Sorry if the English it's bad, i'm from Portugal)
  12. Hi, your page in ie presents this error: Mensagem: 'documentElement' é nulo ou não é um objecto Linha: 32 Caráct: 3 Código: 0 URL: http://zonapcmartorell.com/themes/prestashop_alt/js/stores.js
×
×
  • Create New...