Search found 371 matches

Search found 371 matches

Re: OpenCart 1.5.5 Bug Thread

OpenCart 1.5.5.1 - Internet Explorer 9 - it does not work the option to add filters. After pressing the "Add filter" you can not add a filter, do not appear in the text box to enter the name of the filter. In Firefox and Opera add filters working properly. hmmm wonder what the solution co...

Jump to post
  • Tue Feb 26, 2013 7:10 am
  • Replies 293
  • Views 197017
Re: OpenCart 1.5.4 Bug Thread

Not related just to this version, happens on all 1.5. SEO url's do not work when in maintenance mode. They really do need to else you get penalised for duplicate content (once you come out of maintenance mode, google will access the site via both links). Quick fix: index.php change: // Maintenance M...

Jump to post
  • Wed Oct 10, 2012 4:05 pm
  • Replies 199
  • Views 198235
Re: Relationship of Tables - Database

There is no documentation telling you this. The only way to know if to look and figure it out.

IThe DB structure is very simple though, so you shouldn't have any problems doing this.

Jump to post
  • Mon Jun 18, 2012 8:03 pm
  • Replies 7
  • Views 6351
Re: re-add all countries

Below would "reset" your country Table back to default. DROP TABLE IF EXISTS `oc_country`; CREATE TABLE `oc_country` ( `country_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(128) COLLATE utf8_bin NOT NULL, `iso_code_2` varchar(2) COLLATE utf8_bin NOT NULL DEFAULT '', `iso_code_3` var...

Jump to post
  • Mon Jun 18, 2012 3:27 am
  • Replies 10
  • Views 4788
Re: [SOLVD]Add to cart via URL 1.5.3 w multiple products

One thing you have to be careful about btw is all the other product validation you've missed out - There's nothing actually checking to see if the product has required options for instance..... but it depends if you need that function I guess.

Jump to post
  • Mon Jun 18, 2012 3:01 am
  • Replies 9
  • Views 25389
Re: Adding multiple products to cart

Adding to cart only accepts one product_id at a time so that's probably one reason why it isn't working. if (isset($this->request->post['product_id'])) { $product_id = $this->request->post['product_id']; } else { $product_id = 0; } $this->load->model('catalog/product'); $product_info = $this->model_...

Jump to post
  • Mon Jun 18, 2012 2:48 am
  • Replies 9
  • Views 25389
Re: Add to cart issue

Well the only file that'd cause problems really is catalog/controller/checkout/cart.php Have you modified that file? Either way, replace that with a fresh copy and see if it happens still - if you have modified it you'll know its that that's the cause. The only other file that's related is the syste...

Jump to post
  • Mon Jun 18, 2012 2:08 am
  • Replies 11
  • Views 1553
Re: Add to cart issue

The product is actually added to the cart, but the AJAX response is comming back with status code 500 - Internal Server Error. Weird though as it is sending the correct response back (json data), just the status code being in-correct causing the rest to fail.

Jump to post
  • Sun Jun 17, 2012 11:45 pm
  • Replies 11
  • Views 1553
Re: Extension Store Discussion & Feedback

Not too sure if coupons would be a sought after feature?

Jump to post
  • Mon Apr 23, 2012 6:05 pm
  • Replies 265
  • Views 272040
Re: Error with Filter

Simon! Don't think this could have ever worked to be honest, looks like an error I made when I originally done the mod for you. Email me the FTP details again (mine don't work anymore?) and I'll fix it for you.... ... Bug fixes I can do regardless how busy I am, especially if it was caused by me ;)

Jump to post
  • Sun Dec 18, 2011 7:45 am
  • Replies 1
  • Views 631
Re: OpenCart 1.5.1.3 Bug Thread

File missing under catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js <!--[if IE]> <script type="text/javascript" src="catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js"></script> <![endif]--> Where is 1.3.4-iefix.js ? Yeah, what is that?...

Jump to post
  • Sat Dec 17, 2011 5:34 pm
  • Replies 599
  • Views 274902
Re: How do I install my shared SSL with opencart 1.5

OpenCart doesn't support shared SSL at the moment.

UKSB has an extension for it though, that does add that ability

http://www.opencart.com/index.php?route ... order=DESC

Jump to post
  • Sat Dec 03, 2011 12:41 am
  • Replies 1
  • Views 1100
Re: Get this error on top at the page all the time.

The /tmp folder in question is not the one in your FTP, it's one hidden away that only hosts can access.


you will have to speak to them, it's the only way to sort it

Jump to post
  • Sat Dec 03, 2011 12:27 am
  • Replies 4
  • Views 761
Re: 1.5.1.3 freezes during checkout

Notice: Undefined property: stdClass::$RateReplyDetails in /home/hotrodwo/public_html/catalog/catalog/model/shipping/fedex.php on line 173Warning: Invalid argument supplied for foreach() in /home/hotrodwo/public_html/catalog/catalog/model/shipping/fedex.php on line 173{"output":" Re-...

Jump to post
  • Sat Dec 03, 2011 12:06 am
  • Replies 8
  • Views 1271
Re: Product Not Found!

Code: Select all

/Dog/Dog-Health-Hygiene-Grooming/Dog-Dental/Petosan-Toothpaste-for-Dogs-Poultry-Flavour
So that is the actual keyword you are assigning for a product? or do you mean this is the keywords used in the front end when combined with the category keywords too?

Jump to post
  • Fri Dec 02, 2011 7:25 am
  • Replies 3
  • Views 939
Re: Why order/sale ids aren't going in succession?

Like grgr said, it is down to 'abondoned' orders. These orders are created when a customer conpletes the checkout stage, right upto the confirmation step (last step). If a customer bails out, adds a product, or changes any part of the order, a NEW order number is generated so the old one will become...

Jump to post
  • Fri Dec 02, 2011 7:15 am
  • Replies 3
  • Views 520
Re: Options keep vanishing

It's a common problem with AJAX and vQmod - upgrade to the latest version of vqmod, should fix your problem.

Jump to post
  • Thu Dec 01, 2011 3:18 am
  • Replies 23
  • Views 7763
Re: Shopping cart problem

Warning: Unknown: write failed: Disk quota exceeded (122) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct It's a host issue, contact them for help. think this is generally the problem when the /tmp f...

Jump to post
  • Mon Nov 28, 2011 9:16 pm
  • Replies 4
  • Views 969
Re: OpenCart 1.5.1.3 Bug Thread

Hello Guys, I have a problem with the category module, i'm using the latest version of OpenCart. There are three levels of categories and some are working and others not. Level 1: domain.com/index.php?route=product/category&path=69 Working great Level 2: domain.com/index.php?route=product/categ...

Jump to post
  • Mon Nov 28, 2011 9:09 pm
  • Replies 599
  • Views 274902
Re: Coming from an asp.net mvc background & have some questi

Infact you mentioned it yourself - intellisense is what I was after!! haha :P

Jump to post
  • Mon Nov 28, 2011 7:34 am
  • Replies 2
  • Views 1348

Search found 371 matches