

Torsten
Members-
Content count
91 -
Joined
-
Last visited
Profile Information
-
Real Name
Torsten Srebot
- Website
-
Strange problem. I have installed the contrib "featured products" - it works for me, but one strange little thing appears: Only the name of the first is showing, all other products names are empty. Please have a looh here: www.kinderdinge.de (it's a german toy site). Please scroll down (index-page). There you can see the problem. Any ideas? Torsten
-
[Contribution] PDF data-sheet maker v.1.1
Torsten replied to alverman's topic in General Add-Ons Support
Having the some issue. If you have a look here: http://www.kinderdinge.de/schaukelpferd-p-201.html , you can see, that the big images ( using htmlarea ) is not included in the pdf document, and, the product description is cutted at the beginning. Really strange. I'd be happy if you could help me... Best Torsten -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Torsten replied to spidometrs's topic in General Add-Ons Support
..... my fault... it works now... Torsten -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Torsten replied to spidometrs's topic in General Add-Ons Support
How can I include the allproducts.php page? My links from that page looking like: http://www.kinderdinge.de/akaba-p-89.html?...ba&session=xxxx How can I get rid of : Your_Store_Name=Akaba I can't store the product in the basket with that link... Best Torsten Please look here: http://www.kinderdinge.de/allprods.php -
Who knows how to include the css-plugin for htmlarea for osc? I was not able to find a working solution. Best Torsten
-
Any ideas to use this contribution within define_mainpage (using HTMLarea) ? Best Torsten Srebot
-
Thx for the code. After installing everything worked fine - exept: images. If I try to access images or uplaod images, I recieve a javascript error: XML request error: Internal Server Error(500). This message appears, If I want "browse server" for images. Any ideas? Torsten
-
the problem is longtext(300). change this to: text This should help. Torsten
-
still: 1064 - You have an error in your SQL syntax near ') and p.products_id = pf.products_id and p.products_id != '31' limit 9' at line 1 select distinct p.products_id, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products_families pf, products p left join specials s on p.products_id = s.products_id where p.products_status = '1' and () and p.products_id = pf.products_id and p.products_id != '31' limit 9 I got the message for products with no family. So what to do? Torsten
-
......it's running, but I get this error message only at products with no attached family product: 1064 - You have an error in your SQL syntax near ') and p.products_id = pf.products_id and p.products_id != '27' limit 9' at line 1 select distinct p.products_id, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products_families pf, products p left join specials s on p.products_id = s.products_id where p.products_status = '1' and () and p.products_id = pf.products_id and p.products_id != '27' limit 9 Any ideas? Torsten
-
tried to import the sql file ..... no chance. to many typo ect....
-
Drako, no everthing is working fine , but only local. @ server (linux) no chance.... Torsten
-
after installing on a local machine (xp pro) -> it works fine after installing on the live system (unix) -> blank site Any ideas? Torsten (MS 1)
-
No Sir! ;-) Torsten
-
After updating to new checkout system and installing the the new GV + Discount Coupon, I have a small challenge: Product Value (incl. VAT) = 100 EUR Discount 10% Zwischensumme: 100.00EUR Discount Coupon:Test: 8.62EUR Shipment Cost: 4.50EUR add cost for COD: 3.58EUR Total: 98.08EUR VAT.: 12.41EUR As you can see: Sum is fine, Vat is fine, but Discount Value is wrong. Where is the failure? Settings: Discount Coupon Display Total true Sort Order 2 Include Shipping false Include Tax false Re-calculate Tax false -------------- Setting 2: Discount Coupon Display Total true Sort Order 2 Include Shipping false Include Tax true Re-calculate Tax false Result: Zwischensumme: 100.00EUR Discount Coupon:Test: 10.00EUR Shipment: 4.50EUR Nachnahmegeb?hr: 3.58EUR Summe: 96.70EUR MwSt.: 12.41EUR --> Discount Copoun: OK --> Sum: wrong Please help Torsten