

lazylex
Members-
Content count
23 -
Joined
-
Last visited
Profile Information
-
Real Name
Alex
-
Does anyone has this problem: Prices are visable include TAX. Customer logs in: Prices are still visable include TAX Customer changes address in address book: prices are visable EX TAX. Even when original address is not changed and only saved: prices are visable without tax. Curious if anyone has this problem and off course if anyone has the solution... Regards, Alex
-
Change in product_info.php This: to this Regards, Alex
-
Latest extra function in general.php does not work for me. I changed to: Now it works for me... Regards, Alex
-
Thanks Greg, I know a little SQL scripting but this is to difficult for me. Does anyone allready made a script for this and is willing to share it? Regards, Alex
-
Hello, Is there a way to enable all products for a store when adding a new store? Now when adding a new store all products are disabled. I have 2000 products and many categories. Is it possible to enable all products to a store at once? Regards, Alex
-
Same question here... Did someone solve this problem?
-
Thanks It works fine now.... Alex
-
Both queries give the same error. I did some testing and when i use the first query I can see that the value of sizeof($colFits) = 1 and $this->numFields = 1 1 - 1 = 0 so we get the Devision by zero error.
-
I still get the same error I see now that for some queries it works This one works select * from products p left join products_description pd on p.products_id=pd.products_id where pd.language_id = 5 This one not select p.products_image, pd.products_name from products p left join products_description pd on p.products_id=pd.products_id where pd.language_id = 5 Regards, Alex
-
It happens with every query also the ones from the readme file. When I create a PDF from the tables .... it works fine. Tried it... same error... I can give you access to the admin section if necessary... Alex
-
Hi, Great contribution. Only one thing is not working for me: When i select a query and the option SQL it works fine When i select PDF i get this error: Warning: Division by zero in /var/www/vhosts/emerchandise.nl/httpdocs/demo/shopadmin/includes/classes/pdf_mysql_report.php on line 418 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/emerchandise.nl/httpdocs/demo/shopadmin/includes/classes/pdf_mysql_report.php:418) in /var/www/vhosts/emerchandise.nl/httpdocs/demo/shopadmin/pdf/fpdf/fpdf.php on line 1071 FPDF error: Some data has already been output to browser, can't send PDF file Regards, Alex
-
Any one? P.S. what happend to: http://www.caneblu.com I can't open the site for months...
-
Same problem in B2BSuite 0.97.. any suggestions?
-
I have the same problem as johnadurcan Posted on: Jul 21 2004, 11:43 PM in this thread. I can't find an answer to this problem. Checked and double checked the query in index.htm... But no result... Can anyone give me some help? Regards, Alex
-
This nice contribution seems not to work if you have 2 different kinds of VAT (tax) in your order. Has anyone solved this problem yet? Regards, Alex