Search found 170 matches

Search found 170 matches

Re: OpenCart 1.5.3 Bug Thread

Hi, Bug Spotted Problem: When a product with quantity 2 and tax fixed price is added to the cart the fixed tax rate is only calculated once. I have a fix it is not pretty but it works :) Fix: catalog/controller/checkout/cart.php change lines 227 $total = $this->currency->format($this->tax->calculate...

Jump to post
  • Sat Jun 02, 2012 10:40 pm
  • Replies 200
  • Views 174332
Re: [SOLVED] Product List View is distorted. Grid View is fi

Hi, This crap is in your category info container you must have put it there yourself. Go to this category and edit it, when you see the texteditor press the code button. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"> </scrip...

Jump to post
  • Mon Apr 16, 2012 6:22 am
  • Replies 16
  • Views 6312
Re: [SOLVED] Product List View is distorted. Grid View is fi

Hi, You have included jquery 2 times one time 1.6.1 and one time 1.7.1 you cannot do this. Jquery is portable so what you need to do is go to your header.tpl and remove the second one. Than you could try the v1.7.1 by editing the 1.6.1. If you do not see the 1.7.1 in your header some extention added...

Jump to post
  • Mon Apr 16, 2012 4:19 am
  • Replies 16
  • Views 6312
Re: OpenCart 1.5.2 Released

Hi Daniel

Good job, a shame you decided to finish the order editing system at last, i just released a v1.5.x order editing extention.
Btw, atlast we can add a face to Daniel.

Regards Werner

Jump to post
  • Mon Mar 05, 2012 7:28 pm
  • Replies 180
  • Views 95457
[RELEASED] show order totals with taxes included VQMOD

This extention will show order totals with taxes.
To enable set the store setting show prices with taxes to yes.

http://www.opencart.com/index.php?route ... on_id=5045

Jump to post
  • Fri Feb 17, 2012 12:51 am
  • Replies 0
  • Views 2241
[RELEASED] show order totals with taxes included VQMOD

This extention will show order totals with taxes.
To enable set the store setting show prices with taxes to yes.

http://www.opencart.com/index.php?route ... on_id=5045

Jump to post
  • Fri Feb 17, 2012 12:51 am
  • Replies 0
  • Views 656
[RELEASED] Order totals inclusief belasting VQMOD

Nieuw

Deze extentie laat alle order totals als sub totaal inclusief btw zien.
Treed in werking als je de winkel instelling laat prijzen met btw zien op ja zet.

http://www.opencart.com/index.php?route ... on_id=5045

Jump to post
  • Fri Feb 17, 2012 12:48 am
  • Replies 1
  • Views 606
Re: OpenCart 1.5.1.3 Bug Thread

I fixed some bugs and added some functions in system/library/mail.php admin path and enduser ip disclosure changed Content-Transfer-Encoding to Content-Transfer-Encoding: quoted-printable (probly) changed back to crlf as only misconfigured servers mess up with this and it's the standard added some m...

Jump to post
  • Sat Jan 28, 2012 1:24 am
  • Replies 599
  • Views 274989
Re: OpenCart 1.5.1.3 Bug Thread

Nothing preventing users to use duplicate seo_urls or forgetting the seo url. admin/model/catalog/product.php add function public function isSeoDuplicate ($keyword, $product_id) { $query = $this->db->query("SELECT keyword FROM " . DB_PREFIX . "url_alias WHERE keyword='" . $keywor...

Jump to post
  • Fri Jan 27, 2012 7:38 pm
  • Replies 599
  • Views 274989
Re: OpenCart 1.5.1.3 Bug Thread

bxSlider [BUG] autoHover: true does not work /** * Stop the slideshow */ this.stopShow = function(changeText){ clearInterval(interval); // check if changeText argument is supplied if(typeof(changeText) == 'undefined'){ var changeText = true; } if(changeText && options.autoControls){ $autoCon...

Jump to post
  • Thu Jan 19, 2012 10:59 pm
  • Replies 599
  • Views 274989
Re: Multi-Store Admin Question

Hmmm If your main account has all stores checked, you can go to the excisting categories and add the categories to the new store after you done this you will be abble to add the products in those categories to the new store aswell. When you added all excisting categories to the new store and created...

Jump to post
  • Wed Jan 04, 2012 9:08 pm
  • Replies 29
  • Views 11694
Re: Multi-Store Admin Question

Hi, I just looked at the extention again and i think i know what your problem is. You have to have an account with full store access to create the root categories if this wasn't the case someone could always create new root categories, root categories can only be made by someone with store access. G...

Jump to post
  • Wed Jan 04, 2012 6:53 pm
  • Replies 29
  • Views 11694
Re: Multi-Store Admin Question

The update is just a manicure :) Im not sure what you try to achieve but i think you need to update the user group to wich the account you are using is assigned to. If you add a new user group and the user you are logged in as is not part of this new user group your current user will still have no a...

Jump to post
  • Wed Jan 04, 2012 5:57 am
  • Replies 29
  • Views 11694
Re: Multi-Store Admin Question

Just install the new vqmod with vqmod manager it will overwrite the old one they have the same name.
Your settings will be safe they are stored in the database.

Send from mobile
Regards Werner

Jump to post
  • Wed Jan 04, 2012 5:47 am
  • Replies 29
  • Views 11694
Re: Multi-Store Admin Question

Hi Kelly, You have to edit system => users => user_groups I must say when i just added a 3th store to the demo server i noticed a small bug that was confusing specificly when you just added a 3th store. In the box where you can add single categories to a usergroup i added the stores by name to wich ...

Jump to post
  • Wed Jan 04, 2012 3:22 am
  • Replies 29
  • Views 11694
Re: OpenCart 1.5.1.3 Bug Thread

Hi, Additional copy images I already reported this with the solution Daniel said he updated the svn here is my pm to Daniel I found this bug in admin/model/catalog/product.php line 284 - 292 $data = array_merge($data, array('product_image' => $this->getProductImages($product_id))); $data['product_im...

Jump to post
  • Sat Dec 31, 2011 3:26 am
  • Replies 599
  • Views 274989
Re: OpenCart 1.5.1.3 Bug Thread

Hi, Solution ON add store Question is this a subdomain or not? Note to user if you install a store under another domain as your main domain cookies will not be accessable across your stores, cookies are used for customer currency preferences and alike. Didn't say it could be fully implemented withou...

Jump to post
  • Fri Dec 23, 2011 5:16 am
  • Replies 599
  • Views 274989
Re: OpenCart 1.5.1.3 Bug Thread

Hi, Not sure you can call this a bug but i gues you will probably agree that cross store settings for cookies like currency would be prefered. Right now opencart is using. $this->request->server['HTTP_HOST'] To set the cookie domain, this is set by the client thus in a multistore settup the cookie d...

Jump to post
  • Fri Dec 23, 2011 3:49 am
  • Replies 599
  • Views 274989
Re: OpenCart 1.5.1.3 Bug Thread

@Qphoria just noticed your request a while back to post bugs here and not by pm, here you go. Bug banner module showing all banner images untill the window load event is triggered around line 1574 of stylesheet.css .banner div { text-align: center; width: 100%; } add display:none; And catalog/view/t...

Jump to post
  • Fri Dec 23, 2011 3:29 am
  • Replies 599
  • Views 274989

Search found 170 matches