Search found 21 matches

Search found 21 matches

Re: Official Opencart v2.3.0.2 bug reports

This was resolved by deleting the folders mentioned here Hi! Sorry I was unclear, I didn't update OC, I have this problem with a vanilla install of OC 2.3.0.2 and the included Klarna Invoice/Account payments. This fixed it for Klarna Invoice but not for Klarna Account: https://github.com/opencart/o...

Jump to post
  • Sat Sep 24, 2016 6:14 pm
  • Replies 229
  • Views 239650
Re: Klarna Extension - Wrong total when order is complete

Did you find any sollution to this? Got the same problem with 2.3.0.2 , back in 1.5.6 the fix was to have 2 decimals in the SEK currency but that is not working with 2.3.0.2, any help would be great! :)

Jump to post
  • Thu Sep 22, 2016 8:18 pm
  • Replies 1
  • Views 721
Re: Klarna faktura och konto fullt integrerade

Någon som fått Klarna Invoice/Account att fungera med OpenCart 2.3.0.2?
Testat att aktivera de som kommer med vid standardinstallen och dom funkar inte alls, och Klarna ger ingen support..

Jump to post
  • Thu Sep 22, 2016 8:02 pm
  • Replies 15
  • Views 19740
Re: Official Opencart v2.3.0.2 bug reports

After installing v2302 i get following error when choosing Klarna invoice as payment. I do not get any errors when using cod or banktransfer. Notice: Undefined index: total in /xxx/httpd.www/catalog/model/extension/total/sub_total.php on line 21Notice: Undefined index: total in /xxx/httpd.www/catal...

Jump to post
  • Thu Sep 22, 2016 12:00 am
  • Replies 229
  • Views 239650
Re: Featured products module sort order

hm will have a look, thank you! :)

Jump to post
  • Wed Jun 10, 2015 7:00 pm
  • Replies 2
  • Views 599
Featured products module sort order

Hi!

Where can I change the sort order for the Featured products module on OC 2.0.1.1?
In older version there was getFeaturedProducts() in catalog/model/catalog/product.php
but looks like its gone in OC 2.0.1.1
Any help would be appreciated.

Thanks!

Jump to post
  • Wed Jun 10, 2015 2:58 pm
  • Replies 2
  • Views 599
Re: Add attribute text & manufacturer name to search results

Thank you very much chulcha! works perfect! I also added this for attributes text search . DB_PREFIX . "product_attribute pa ON (p.product_id = pa.product_id) LEFT JOIN " . and then $sql .= " OR LCASE(pa.text) = '" . $this->db->escape(utf8_strtolower($data['filter_name'])) . &quo...

Jump to post
  • Tue Apr 14, 2015 1:44 am
  • Replies 3
  • Views 972
[SOLVED] Add attribute text & manufacturer to search results

Hi, How can I add Attribute Text & Manufacturer Name to the search results? I've messed around in catalog/model/catalog/product.php but only managed to add manufacturer_id (not helping much hehe) like this: $sql .= " OR LCASE(p.manufacturer_id) = '" . $this->db->escape(utf8_strtolower(...

Jump to post
  • Mon Apr 13, 2015 7:26 pm
  • Replies 3
  • Views 972
Re: Display categories in product page

Ok so I got it working with some minor changes to this: http://forum.opencart.com/viewtopic.php?f=131&t=109349 Change line 11 $this->data['text_category'] to $data['text_category'] line 24 $this->data['manufacturer'] = $product_info['manufacturer']; to $data['manufacturer'] = $product_info['manu...

Jump to post
  • Wed Apr 08, 2015 6:26 pm
  • Replies 5
  • Views 4667
[SOLVED] Display categories in product page

Hi, How can display a products all asigned categories in the product page? I'm on OpenCart 2.0.1.1 and found this free extension that does what I want, but it's for 1.5.3 http://www.opencart.com/index.php?route=extension/extension/info&extension_id=6915 Been trying to change it so it works with ...

Jump to post
  • Wed Apr 01, 2015 10:20 pm
  • Replies 5
  • Views 4667
Re: Tax & US Dollar

Solved it:

in category & product.tpl

Code: Select all

<?php  $$currency = $this->session->data['currency'];?>
<?php if($$currency == 'USD'){?>
and show price without tax

Code: Select all

<?php echo $product['tax']; ?> 
And the rest in "else"

Not the best solution but works fine.

Jump to post
  • Tue Aug 26, 2014 5:58 am
  • Replies 1
  • Views 387
[SOLVED] Tax & US Dollar

I've got 3 currencies in my store, showing prices with tax, but I would like to show the US dollar prices without tax, is this possible somehow? The store works fine, when checking out the tax are removed when choosing USA, no problem there, but to not scare any US customers away, it would be great ...

Jump to post
  • Tue Aug 26, 2014 4:54 am
  • Replies 1
  • Views 387
Re: Rounding & decimals

Thank you very much dimul, works great!

Jump to post
  • Fri Apr 04, 2014 8:55 pm
  • Replies 4
  • Views 2398
Re: Rounding & decimals

Hi, thanks!

But get a few problems with it. It removes the right currency symbol, also it rounds prices that are higher than 1000 to 1,
so a price 647.86 rounds to 648 (all good except for the currency symbol)
but 3898.33 will show as simply 3, any idea what can cause this?

Jump to post
  • Fri Apr 04, 2014 3:59 pm
  • Replies 4
  • Views 2398
Rounding & decimals

Hi, Runned into a problem, my store got multiple currencys, I would like to round up all currencys so it wont show any cents, BUT not in the TAX calculation in the cart. Example: Default currency is SEK, one product cost 499.00 SEK (the tax shows 99.80 in the cart) Tax is 25%. If changing to EUR, th...

Jump to post
  • Fri Apr 04, 2014 1:19 am
  • Replies 4
  • Views 2398
Re: Coupon Character Length

So, I'm having this same problem again, even though the code I altered is still intact -- that line of coupon.php reads if ((utf8_strlen($this->request->post['code']) < 3) || (utf8_strlen($this->request->post['code']) > 25)) { $this->error['code'] = $this->language->get('error_code'); Yet when I en...

Jump to post
  • Mon Mar 24, 2014 4:51 pm
  • Replies 19
  • Views 7443
Re: [JSCRIPT] Main Image Swap On Hover (v1.5.x)

also how to make the thumbs to click instead of rollover in order to swap the main image? Did you ever find this out? also looking for click instead of mouseover thanks :) Solved it, used this and disabled the zoom: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=4...

Jump to post
  • Wed Nov 06, 2013 4:39 pm
  • Replies 41
  • Views 37136
Add active class to information pages

How can I add a class to a active information page?
Want to be able to style the current/active one.

Thanks

OpenCart 1.5.6

Jump to post
  • Sat Nov 02, 2013 8:33 pm
  • Replies 1
  • Views 519
Re: [JSCRIPT] Main Image Swap On Hover (v1.5.x)

jfn99 wrote: also how to make the thumbs to click instead of rollover in order to swap the main image?
Did you ever find this out? also looking for click instead of mouseover
thanks :)

Jump to post
  • Thu Oct 31, 2013 5:09 pm
  • Replies 41
  • Views 37136

Search found 21 matches