17488 Posts in 4473 Topics by 1978 members
| Go to End | Next > | |
| Author | Topic: | 4874 Views |
-
Ecommerce Module

9 April 2008 at 8:49am
Hello i have follow questions to the shop Module!
1. i became in the Shop in the Productlist these Error
-------------Notice: Undefined variable:... ProductGroup.php on line 82-----------------
for all groups, these Errors came also in the Admin Interface!2. Can i change the Currency in a other z.B. SFr. or Euro.
Thanks for your help!!
Martin
-
Re: Ecommerce Module

9 April 2008 at 11:23am
Notice: Undefined variable:... ProductGroup.php on line 82
This is a notice, not an error. The system should still work fine. You can hide errors by changing the error_reporting setting in mysite/_config.php => check out php.net/error_reporting
-
Re: Ecommerce Module

9 April 2008 at 9:29pm
How to write in config.php
<?php
ini_set("log_errors", "On");
ini_set("error_log", "php_error.html");
?>or these
=> check out php.net/error_reportingthanks for the Help.
Martin
-
Re: Ecommerce Module

10 April 2008 at 10:53am
If you add this to _config it will hide the notices and show the errors -
error_reporting(E_ALL ^ E_NOTICE);
-
Re: Ecommerce Module

10 April 2008 at 9:04pm
Thanks i have found the resolution!
The Other Currency i give them in _config.php these Value and Command
//*Order::set_site_currency("sFr.");and in the artikel show so.
$169.00 sFr.from where come the $ ????
Thanks for your Help
stooni
-
Re: Ecommerce Module

15 April 2008 at 6:23am
The 2. Question is allways open??
Why give in the Article, also when i set Currency correct the Currency Sign "sFr." i become allways "$75.00 sFr." from where come the $ Sign????
View in
KondensatorsThanks
Stooni from Switzerland!!!
-
Re: Ecommerce Module

15 April 2008 at 10:46am
the $ might come from several places - the template is the first place to look. The controller method for the page would be the next, then the next class.. You can have to trace it back and back. My pick is that it is in the template or the controller method so you shouldn't have to dig to deep
-
Re: Ecommerce Module

17 April 2008 at 8:51am
in order.php in the folder ecommerce/code in line 96 these function
protected static $site_currency = "USD";can i change these in sFr or CHF ???
Thanks Martin
| 4874 Views | ||
| Go to Top | Next > |

