Search found 2596 matches

Search found 2596 matches

Re: Align Order Confirmation email RTL

In catalog/model/checkout/order.php , insert the following at around line 393 (the beginning of the html email): $data['direction'] = $language->get('direction'); Then, in the template file ( catalog/view/theme/default/template/mail/order.tpl ), at the beginning of the file (line 2), replace: <html>...

Jump to post
  • Fri Sep 09, 2016 2:52 pm
  • Replies 10
  • Views 1744
Re: Error: Could not load model total!

This question has been asked and answered several (too many) times. A simple search would have found an answer for you. Alternatively, you could have checked the "Bug Reports" sub-forum where you would have found the answer at the top of the first page of the first post viewtopic.php?f=191...

Jump to post
  • Fri Sep 09, 2016 2:36 pm
  • Replies 1
  • Views 13770
Re: Keeping Image Aspect Ratio On Main Product Section on OC

This is not an issue of "white space" around the image. By "image aspect", the OP is referring to the "orientation" (portrait or landscape) and retaining this through the image resizing that is done by OpenCart. In catalog/controller/product/product.php , at lines 284 t...

Jump to post
  • Fri Sep 09, 2016 2:22 pm
  • Replies 16
  • Views 4534
Re: I tried upgrading from 1.5.5.1 to 2.1 but lots of errors

The errors that you have posted relate to a change in how data is entered into and retrieved from the database. In versions of OpenCart prior to version 2, settings data for extensions and system were "serialized" when entered into the setting table in the database. When the data was retri...

Jump to post
  • Thu Sep 08, 2016 8:05 pm
  • Replies 7
  • Views 1281
Re: Currency updates after saving Store settings

Does your default currency have a value of 1 (one)?

Go to Localisation->Currencies in your admin and make sure that the currency you have set as the default has a value of 1.

Jump to post
  • Thu Sep 08, 2016 7:51 pm
  • Replies 2
  • Views 512
Re: Unable to install 2.3.0.2 (no db on localhost)

Another thing that hasn't been mentioned or asked. Have you actually created a database for the OpenCart installation to use?

Jump to post
  • Thu Sep 08, 2016 9:00 am
  • Replies 6
  • Views 1197
Re: error when upgrade 2.1.0.2 to 2.3.0.2

Before upgrading, you should clear your modification cache. Since you can't log in, you will need to do this manually by logging in through your hostsings Cpanel (or whatever is used), go to the File Manager and find your way to the "system/storage/modification" directory (folder) and dele...

Jump to post
  • Thu Sep 08, 2016 8:57 am
  • Replies 2
  • Views 1148
Re: HOW TO CHANGE PRODUCT OR CATGORIES URL TO FILE FORMAT

You should turn on SEO URLs. In the admin, under the "Data" tab on the product form, you will find an entry for "SEO URL". Enter the name you wish to use as the SEO URL (e.g. Bcb-generation-White-Court-Shoe). Then go to your system settings and edit the default store. Under the &...

Jump to post
  • Thu Sep 08, 2016 8:51 am
  • Replies 2
  • Views 2331
Re: Unable to install 2.3.0.2 (no db on localhost)

No. Localhost is the webserver. Of course it is. It is also the name for your: Domain Name Server Database Server Mail Server DHCP Server etc In fact, every computer on the face of the planet calls itself "localhost" (including your own computer, tablet and smart phone). A "server&qu...

Jump to post
  • Wed Sep 07, 2016 10:56 pm
  • Replies 6
  • Views 1197
Re: Unable to install 2.3.0.2 (no db on localhost)

Hi, I'm trying to install Opencart 2.3.0.2, but get: Access denied for user 'zedrick_openuser'@'xxx.xxx.xxx.xxx' (using password: YES) Which is not strange, xxx.xxx.xxx.xxx is the webserver, not the database server. I have tried several (valid) hostnames for the database server (in the hostname fie...

Jump to post
  • Wed Sep 07, 2016 7:44 pm
  • Replies 6
  • Views 1197
Re: Small images in admin panel. I can't see!

Make the changes in the file I told you to, then refresh your modifications under "Extension->Modification" in the admin.

Jump to post
  • Sun Sep 04, 2016 1:52 pm
  • Replies 8
  • Views 1520
Re: OK to modify DB directly?

Did you set the status to "Enabled"? If so, try clearing your cache (probably a good idea to do that anyway).

Jump to post
  • Thu Sep 01, 2016 9:09 pm
  • Replies 8
  • Views 1196
Re: Small images in admin panel. I can't see!

In admin/controller/catalog/product.php , at lines 358-362, you'll find: if (is_file(DIR_IMAGE . $result['image'])) { $image = $this->model_tool_image->resize($result['image'], 40, 40); } else { $image = $this->model_tool_image->resize('no_image.png', 40, 40); } The default size, is defined here as ...

Jump to post
  • Thu Sep 01, 2016 8:56 pm
  • Replies 8
  • Views 1520
Re: Edit transparent word of "text area"

I've figured out what you're referring to. In your admin, go to "Catalog->Options". In the list, you will find an option called "Textarea". Click the "Edit" button to edit this option and change the "Option Name" to what you want. This will then display as the...

Jump to post
  • Thu Sep 01, 2016 8:41 pm
  • Replies 7
  • Views 996
Re: Edit transparent word of "text area"

Greetings, Sorry, I found nothing about the relevant file for the text area , can you just show me the path of the file? much appreciate for helps. Could you please provide some relevant information instead of just using generic terms? For example: Which page you are referring to? What is the actua...

Jump to post
  • Thu Sep 01, 2016 6:57 pm
  • Replies 7
  • Views 996
Re: I Get internal server error when I Click Orders button

Hi, When I click the admin --> sales --> Orders ; I get this erors; https://www.badeco.net/image/templates/1.png Note: I can't enter thoose lines directly in my message. Sorry. The first line of the error message states that the error is coming from a file in your "vqmod/vqcache" director...

Jump to post
  • Wed Aug 31, 2016 11:58 am
  • Replies 3
  • Views 1051
Re: Serious Alias Strip Bug of special char

You are referring to the SEO URL that is defined for the product, yes? You're calling it an "alias", while I'm calling it a "keyword". Either way, it is the same thing. OpenCart does not auto-populate this. There is a 3rd party add-on that will do it (there are probably a few of ...

Jump to post
  • Wed Aug 31, 2016 11:34 am
  • Replies 8
  • Views 944
Re: Serious Alias Strip Bug of special char

soamjena wrote: Okay if we dont enter anything in alias, then it should auto populate correctly, right ?
OpenCart does not "auto-populate" SEO keywords and never has.

Jump to post
  • Wed Aug 31, 2016 10:32 am
  • Replies 8
  • Views 944
Re: mariadb is that support Opencart

Okay. Thanks for the clarification. I guess Oracle couldn't handle the competition.

Jump to post
  • Wed Aug 31, 2016 12:18 am
  • Replies 12
  • Views 6283
Re: mariadb is that support Opencart

As far as I understand it, MariaDB is not just a "drop-in replacement" for MySQL, it is the new version of MySQL.

Jump to post
  • Tue Aug 30, 2016 10:33 pm
  • Replies 12
  • Views 6283

Search found 2596 matches