Search found 13 matches

Page 1 of 1

Search found 13 matches

Re: New Installation

And I have already tried to reupload those files but it didn't do any good. Same thing. I think I may just go back to the older version that I know works. This is the 3rd time I've tried using the newer version of opencart and I'm always getting some type of error

Jump to post
  • Wed May 14, 2014 4:32 am
  • Replies 4
  • Views 799
Re: New Installation

I haven't installed any extensions and this was not an upgrade, it was a fresh install.

Jump to post
  • Wed May 14, 2014 4:30 am
  • Replies 4
  • Views 799
New Installation

I've installed the newest version of open cart and when trying to access the categories in the front end I get this error

Code: Select all

 Fatal error: Class 'Controllermodulebanner' not found in /home/shantell/public_html/system/engine/controller.php on line 41

Jump to post
  • Tue May 13, 2014 11:59 pm
  • Replies 4
  • Views 799
Re: Fatal error: Class 'Modeldesignbanner' not found in /var

This didn't work for me, any other suggestions? Here is the error

Code: Select all

 Fatal error: Class 'Controllermodulebanner' not found in /home/shantell/public_html/system/engine/controller.php on line 41

Jump to post
  • Tue May 13, 2014 11:56 pm
  • Replies 4
  • Views 2551
Re: V1.5.6.1 errors

I had the same problem. You need to switch to PHP 5.3 and everything will work :)

Jump to post
  • Wed Apr 16, 2014 3:49 am
  • Replies 19
  • Views 5832
Re: SOLVED::Remove category count

In Version 1.5.5.1 Go to catalog, controller, module, category.php Find around line 53 'name' => $child['name'] . ($this->config->get('config_product_count') ? ' (' . $product_total . ')' : ''), Replace with 'name' => $child['name'], On same page around line 60 find 'name' => $category['name'] . ($...

Jump to post
  • Tue Aug 06, 2013 3:03 am
  • Replies 34
  • Views 38415
Re: Remove Line Break Product Options

I found a work around if anyone needs it and I don't get a reply. You can wrap a <span class="optionbr"></span> in your themes product.tpl around the following <?php foreach ($options as $option) { ?> <?php if ($option['type'] == 'select') { ?> So it would be <span class="optionbr&quo...

Jump to post
  • Mon Dec 17, 2012 5:24 am
  • Replies 1
  • Views 414
Remove Line Break Product Options

Where do I find the file to remove the line break between each product option? I want to float each one so I can have 2 options on one line. It's not in the theme product.tpl file. And I've looked through the rest, can't seem to locate the right file.

Jump to post
  • Mon Dec 17, 2012 5:01 am
  • Replies 1
  • Views 414
Re: Disable Ajax Add to Cart -- Go straight to Cart

And if you want to remove the ajax from "add to wishlist" too it's basically the same thing except the new code would be

Code: Select all

window.location.href = 'index.php?route=account/wishlist';

Jump to post
  • Sun Jul 01, 2012 5:55 am
  • Replies 16
  • Views 14771
Re: Disable Ajax Add to Cart -- Go straight to Cart

If you remove

Code: Select all

.animate({ scrollTop: 0 }, 'fast')
the ajax movement is gone

Jump to post
  • Sun Jul 01, 2012 5:52 am
  • Replies 16
  • Views 14771
Re: [1.5]Disable ajax add to cart?

There is a little problem with the latest code, it works BUT when there are required fields it still directs them to the cart, just empty instead of giving them an error code on the product page. Any idea how to fix that?

Jump to post
  • Thu Jul 21, 2011 8:01 am
  • Replies 7
  • Views 2620
Re: Product Drop Down Select Broken?

LMFAO! Yes, that was the problem. Thanks for your quick response. I think I was just looking at it for too damn long. It's funny the stupid mistakes we make when we are tired and frustrated!

Jump to post
  • Thu Jul 21, 2011 5:02 am
  • Replies 2
  • Views 788
Product Drop Down Select Broken?

I've followed the instructions on how to do the drop down menus for my products and I'm pretty sure I've done it right. But they don't seem to be taking on the front end. I'm attaching the front end and back end screenshots. Please help or I will have to find another card to use, already a week behi...

Jump to post
  • Thu Jul 21, 2011 4:42 am
  • Replies 2
  • Views 788

Page 1 of 1

Search found 13 matches