Search found 4378 matches

Search found 4378 matches

Re: Proper Way to Compalin about Developer's Attitude

Fresh install with default or custom template? If with default, then yes, it's a developer's problem. But if you installed custom template right after installing OpenCart, then, like I said before, developer isn't the one to blame here. He probably doesn't provide customizations for free.

Jump to post
  • Fri Mar 03, 2017 12:50 pm
  • Replies 4
  • Views 1285
Re: Meybe have someone ?

You can create a product named House and make doors, windows and other stuff as options. Should suit your needs.

Jump to post
  • Fri Mar 03, 2017 3:41 am
  • Replies 2
  • Views 814
Re: DB\MySQLi errors after changing hosting.

The name is wrong in configuration. So just ask your hosting provider for correct name and enter in in OpenCart config.

Jump to post
  • Fri Mar 03, 2017 12:00 am
  • Replies 6
  • Views 10199
Re: Please Help Me,Suddenly I get Error"Internal Server error" when customer press Buy Now

There's no generic help for this. This is either server configuration or database error. You need to make it display actual error message instead of standard "Internal server error".

Jump to post
  • Thu Mar 02, 2017 10:56 pm
  • Replies 2
  • Views 648
Re: two opencart websites in the same server - different template - same products

You can try to connect your 2nd site to 1st site database. This way the will all have the same data updated all the time.

Jump to post
  • Thu Mar 02, 2017 6:03 pm
  • Replies 4
  • Views 1441
Re: Place provisional orders without paying?

Just enable only one method with postponed payment like Cash on Delivery or Bank Transfer and that's it.

Jump to post
  • Thu Mar 02, 2017 5:13 pm
  • Replies 2
  • Views 607
Re: All reviews for a product on one page (no pagination for every 5 reviews)

There's no extension, probably, but it can be customized, yes. You need to edit the code.

In catalog/controller/product/product.php find the function called "getReviewsByProductId". In the end of the string you''ll see "5, 5" - change it to "15, 15".

Jump to post
  • Thu Mar 02, 2017 2:42 pm
  • Replies 1
  • Views 1103
Re: UogrUpgrade OPenCart to 2.3.0.2, restore daatabase

You can't directly restore OC database from backup, because table structure in OC 2.3 is different. You need to manually check database structures and make necessary changes to your backup. This requires some knowledge though. If you can't do it yourself, drop me an email to support@thekrotek.com

Jump to post
  • Thu Mar 02, 2017 2:34 pm
  • Replies 2
  • Views 862
Re: DB\MySQLi errors after changing hosting.

The error says for itself: wrong host name. Problem's only with your global database settings, nothing else.

Jump to post
  • Thu Mar 02, 2017 2:31 pm
  • Replies 6
  • Views 10199
Re: Full page width Footer on all pages except one category page. Need fix.

In short, one of your divs is closed in a wrong place. You need to open category.tpl file, find the closing </div> tag for "container" div and put it in the right place. The right place can be defined from any other template file - product for example.

Jump to post
  • Wed Mar 01, 2017 3:34 pm
  • Replies 9
  • Views 1555
Re: Proper Way to Compalin about Developer's Attitude

And how do you know, that this is HIS problem? If your issue is related to template, this is very much OK for developer to ask additional payment. Not all developers provide free template customizations with the purchase.

Jump to post
  • Tue Feb 28, 2017 4:05 pm
  • Replies 4
  • Views 1285
Re: Login variable in 2.2x and 2.3x

You just inserted it in wrong position. Check, where you put your code.

Jump to post
  • Tue Feb 28, 2017 2:33 pm
  • Replies 6
  • Views 1221
Re: How to Word block for seo ?

You absolutely can't and this is absolutely normal for any store. Just ignore it.

You, of course, can name cart a Cart on one page and Bucket on another, but this is pretty dumb.

Jump to post
  • Tue Feb 28, 2017 3:59 am
  • Replies 7
  • Views 1517
Re: PHP code errors....occasionaly

Nah, it's what usually happens from time to time, when you ream the connections limit.

Jump to post
  • Tue Feb 28, 2017 3:44 am
  • Replies 4
  • Views 1472
Re: PHP code errors....occasionaly

The error says for itself: too many connections. You need to contact your hosting provider and ask the number of maximum connections per user and increase it, if necessary.

Jump to post
  • Tue Feb 28, 2017 3:01 am
  • Replies 4
  • Views 1472
Re: Login variable in 2.2x and 2.3x

That's because you can't use it in template files. Use controller instead.

Jump to post
  • Tue Feb 28, 2017 2:59 am
  • Replies 6
  • Views 1221
Re: Login variable in 2.2x and 2.3x

But you already answered your question yourself...

Jump to post
  • Tue Feb 28, 2017 2:52 am
  • Replies 6
  • Views 1221
Re: Can a previous order be tied to new account?

Or you can edit the order from admin and simply add a customer to it.

Jump to post
  • Tue Feb 28, 2017 12:10 am
  • Replies 3
  • Views 759
Re: I need Help

san83 wrote:
Mon Feb 27, 2017 6:39 pm
what kind of extension can cause this problem??
There're dozens of thousands OC extensions on the market, so... any.

Jump to post
  • Mon Feb 27, 2017 6:50 pm
  • Replies 10
  • Views 2941
Re: Showing old price excluding TAX ?

But price including tax is just a price :-(

Jump to post
  • Mon Feb 27, 2017 3:47 pm
  • Replies 7
  • Views 1574

Search found 4378 matches