Search found 30 matches

Search found 30 matches

Re: Relative path for images in product-descriptions etc...

why not move on to simple Subdomain Images, then, it's a LINK, and no longer an internal Path, and it will greatly improve Site test Results as well! It's used in all of my test shops. And if you use http://site , instead of http://www.site , just change the HTTP/S_IMAGE links in the both config.ph...

Jump to post
  • Fri Apr 14, 2017 5:59 am
  • Replies 3
  • Views 2056
(solved) Relative path for images in product-descriptions etc...

Hello everybody, I'm using OC 1.5.6.4. Installed in www.mydomain.com/subdomain/ When I use relative path for images in product-description or information-description etc. the images arn't displayed. Full image path is: http://www.mydomain.com/subdomain/image/data/picture.jpg Relative path is: /image...

Jump to post
  • Fri Apr 14, 2017 2:46 am
  • Replies 3
  • Views 2056
File upload - upload only in predefined directory

Hello, is it possible to set a predefined upload directory (which can't be changed by admin / user)? I'm using OC 1.5.6.4. and try to code a extension. In my tpl file is the following script: <script type="text/javascript"><!-- function image_upload(field, thumb) { $('#dialog').remove(); $...

Jump to post
  • Thu Sep 01, 2016 3:58 am
  • Replies 0
  • Views 356
Module for product page - How to get product ID

Hello everybody, I'm about to code a simple module, which is only to be used on product page. Here I need to get the product ID (of shown product) into my module to query for my product depending informations. So how do I get the ID within the module? Whould be great to get tips and tricks ;) Thanks...

Jump to post
  • Fri Mar 25, 2016 7:09 am
  • Replies 2
  • Views 1973
system/url.php --> how to get something out of sql setting

Hello, I've trying to get a value, stored in settings table, to get into system/url.php... If I try $this->config->get('config_error_log')... I get the following error message: Notice: Undefined property: Url::$config in /.../system/library/url.php on line 19 Fatal error: Call to a member function g...

Jump to post
  • Sun Nov 01, 2015 1:36 am
  • Replies 0
  • Views 2054
CKEditor on Frontend

Hello everyone, I'm on a little modification on OC 1.5.6.4. Want to implement CKEditor on frontend, for Reviews, but not sure how to do it the right way? Think I have to upload CKEditor on catalog/view/ckeditor. Right? Or can I use admin CKEditor for Frontend also? On Admin my CKEditor is with FULL ...

Jump to post
  • Fri Sep 18, 2015 3:23 am
  • Replies 0
  • Views 263
Re: Total modules --> tax issue for cart value 0.00

Hello Simon, my modules listed as followed: - subtotal - coupon - shipping - voucher - tax - total So I can change order and put tax before voucher, then it's displayed, but that creates a mess for german tax laws. At the moment I understand that: public function getTotal(&$total_data, &$tot...

Jump to post
  • Sun May 10, 2015 6:01 pm
  • Replies 2
  • Views 528
Total modules --> tax issue for cart value 0.00

Hello everybody, I got an issue on total-modules at the moment. When cart value is 0.00 (caused by voucher) the tax module isn't displayed anymore . I've digged around in source code, but didn't find the point, where this happens. Hopefully you can point me to / help me with that issue?! A explanati...

Jump to post
  • Wed May 06, 2015 11:24 pm
  • Replies 2
  • Views 528
Re: Load language by language_id

Thank you very much!!!

This solved my problem....

Jump to post
  • Mon May 04, 2015 5:12 am
  • Replies 1
  • Views 474
Load language by language_id

Hello everybody, I'm coding an simple extension for myself and got the following problem: From admin site (default english) I'm generating an eMail, which language depends on frontside language on order. The used language_id is stored in db. How can I load the language by ID? $template->data['mail_f...

Jump to post
  • Mon May 04, 2015 4:20 am
  • Replies 1
  • Views 474
1.5.6.4. store settings area - multilanguage htabs

Hello, I try to program an extension which is located in the store settings area. On OC 1.5.6.4 default installation is working fine. BUT if I got another extension which uses also multilanguage htabs, only the first extension works right, the second screw up (in order of source code). If I try this...

Jump to post
  • Sun Jan 18, 2015 6:32 am
  • Replies 0
  • Views 595
Re: SQL query help needed...

Hello Dhaupin, thanks for reply. On the totals tax is all right. What I want to do is display the used tax for each product. Step 6 on Checkout is already modified to do that. Here the sql queri is modified to: $query = $this->db->query("SELECT op.*, tr.* FROM " . DB_PREFIX . "order_p...

Jump to post
  • Wed Dec 03, 2014 3:21 am
  • Replies 2
  • Views 794
SQL query help needed...

Hello everybody, I'm non experienced in SQL, so I need help :-\ I got the following sql-query within public function getOrder($order_id) : $order_query = $this->db->query("SELECT *, (SELECT os.name FROM `" . DB_PREFIX . "order_status` os WHERE os.order_status_id = o.order_status_id AN...

Jump to post
  • Mon Dec 01, 2014 10:35 pm
  • Replies 2
  • Views 794
Re: xml Sitemap mehrsprachig

Hallo bei mir wird die Ausgabesprache so verändert: $_SESSION['language'] = $lang_code; Müsste dann bei Dir so aussehen um die Links in Englisch auszugebn $_SESSION['language'] = 'en'; Danke. Funktioniert prima, die "englischen" links werden ausgegeben. Wie Google darauf reagiert habe ich...

Jump to post
  • Tue Oct 07, 2014 2:11 am
  • Replies 4
  • Views 1359
Re: xml Sitemap mehrsprachig

Standarmäßig wird nur die default Sprache aufgelistet. Entweder Du nutzt eine fertige Erweiterung oder musst selbst Hand anlegen und den Code erweitern. In die Richtung ist die Fragestellung auch gemeint. Was muss ich an der Datei google_sitemap.php ändern, damit nicht die default Sprache ausgewert...

Jump to post
  • Mon Oct 06, 2014 1:30 am
  • Replies 4
  • Views 1359
xml Sitemap mehrsprachig

Hallo zusammen, wer kann mir sagen, wie man die sitemap catalog/controller/feed/google_sitemap.php (OC 1.5.6.4) dazu überredet, nicht die default Sprache abzubilden, sondern eine weitere Sprache, z.B. Englisch? Meine url's lauten für Deutsch (default): z.b. www.domain.de/os/tennisracket Für Englisch...

Jump to post
  • Sun Oct 05, 2014 7:41 am
  • Replies 4
  • Views 1359
Re: [Extension] Banner Language

Hello AvanOsch, I got a litte problem with your extension. I use OC 1.5.6.4. without vqmod. I had hardcoded your extension without errors (errorlog). But if I edit a banner there are no titels in textfields. When I type the titels in and save the titels are written in database, but if I edit again s...

Jump to post
  • Tue Aug 19, 2014 6:32 am
  • Replies 95
  • Views 24244
Admin category - Anzeige der Kategorie

Hallo zusammen, ich arbeite mit OC 1.5.6.4 und würde gerne im Admin-Bereich unter category in der Kopfzeile die Kategorie anzeigen lassen. http://www.opencart.com/opencart/image/cache/data/extension/1320281370.know-your-category-revised-693x200.jpg Hierzu habe ich auch eine Extension gefunden, leide...

Jump to post
  • Sun Aug 17, 2014 2:33 am
  • Replies 1
  • Views 666
Re: Paypal standard - Problem brutto / netto

Hallo OSWorX, ich hab die Kassamodule anderst angeordnet (Thematik Gutscheine Brutto / Netto). Paypal erhält von OC dennoch die Netto-Preise der Waren. pp_standard.tpl scheint die Daten für Paypal zusammen zu stellen. <input type="hidden" name="amount_<?php echo $i; ?>" value=&qu...

Jump to post
  • Sun Jun 15, 2014 3:56 am
  • Replies 4
  • Views 1021

Search found 30 matches