Search found 7063 matches

Search found 7063 matches

Re: downloads

These two work together (and post_ must be at least slightly greater than upload_, hence that pair, 998/999):
post_max_size = 999M;
upload_max_filesize = 998M

[J., I can pose that in gH for the .ini pair if you wish.]

Jump to post
  • Fri Mar 21, 2014 7:03 am
  • Replies 7
  • Views 1463
Re: how do i modify route=checkout/success

Some of the words such as for dropdowns and certain other contexts are either not even in the language .php files or are there plus elsewhere, among the other one to two .php files and the .tpl file, in each name-family set of three to four files.

Jump to post
  • Fri Mar 21, 2014 6:52 am
  • Replies 3
  • Views 2088
Re: downloads

Just above upload_max_filesize = 998M; works well enough.

Jump to post
  • Fri Mar 21, 2014 6:51 am
  • Replies 7
  • Views 1463
Re: Change the Div Class According to cart empty or with ite

You essentially need to insert if none then div #1 else div #2, in ordinary if-then-else syntax where the div echoes.

Jump to post
  • Fri Mar 21, 2014 2:54 am
  • Replies 1
  • Views 1226
Re: Rounding errors in cart

Not new. Enter your pricing and taxes to 4 digits. Search button top right asked rounding errors gives "About 959 results (0.33 seconds)" at https://www.google.com/search?q=+Rounding+errors&sitesearch=forum.opencart.com Refine that for nuances, such as the forward/backward VAT burial/e...

Jump to post
  • Fri Mar 21, 2014 2:40 am
  • Replies 2
  • Views 959
Re: how do i modify route=checkout/success

The ?route= appends to index.php itself. The success.* files (.php and .tpl) are in the /catalog/ tree. All of the files in the /catalog/ tree are in familes by name, separated among model/, controller/, language/, and /view/theme/[which]/template/ files. The files are .php except the template .tpl ...

Jump to post
  • Fri Mar 21, 2014 2:28 am
  • Replies 3
  • Views 2088
Re: Product Count

We're on the same page, preferably remove it from the storefront outright and not even turn it on and off in admin in the first place. What I posed is moreover inserting it, separately, in admin as a one-shot listing upon demand, for admin perusals (product balance is pragmatic) rather than for cust...

Jump to post
  • Fri Mar 21, 2014 2:14 am
  • Replies 3
  • Views 1359
Re: Problem with Domain Site

Joao023, you need to restart in square one, both of the URLs, ringtail (the account and fileset address) and newfashionpeople (your domain itself) are inaccessible. At registrar level (the registrar where you registered your domain), you set at least NS values for nameservers (NS), which may be the ...

Jump to post
  • Fri Mar 21, 2014 2:01 am
  • Replies 3
  • Views 1061
Re: Too much resource usage - search.php

Another trick is to kill access to ram for a short while. Good. Go ahead and edit your opening title Solved.

Jump to post
  • Fri Mar 21, 2014 1:52 am
  • Replies 3
  • Views 926
Re: Problem with www. and none www.

We neglected to ask your OC version. How long has this thing even been up and running? If it is longstanding, and has been non-www., then, yes, you can either keep it that way or instead use the google tools to "change address" gracefully while you also redirect non-www. to www.. If it is ...

Jump to post
  • Fri Mar 21, 2014 1:50 am
  • Replies 4
  • Views 2122
Re: Using sub domains

1/ Where "I did try this and the landing page worked, with the domain landing page showing" but "subsequent pages were 500," that seemed to mean that the landing satisfied you but subsequent moves gave 500. That led to editing (next). 2/ Yes, back up .htaccess, then edit that. In...

Jump to post
  • Fri Mar 21, 2014 1:39 am
  • Replies 21
  • Views 5168
Re: EXPORT / IMPORT 1.5.6.1 version

Agreed. Delete ' BUT IN ALL occurrences -- including the directory name where you see Deckbuilder's, otherwise there will be mismatch between database and disc paths. The alternative of escaping the ' with \, as in Deckbuilder\'s, is best avoided, just change every Deckbuilder's to Deckbuilders.

Jump to post
  • Fri Mar 21, 2014 1:28 am
  • Replies 74
  • Views 41601
Re: Newsletter Enhancements V3 - doesn't work

Good on solution. Go ahead and edit your opening title Solved.

Jump to post
  • Fri Mar 21, 2014 1:22 am
  • Replies 3
  • Views 1336
Re: downloads

Try these:

memory_limit = 512M;
max_execution_time = 300;
post_max_size = 999M;
upload_max_filesize = 998M;

Note that post exceeds upload, that is required. Note that mem is in base 2 (binary progression).

Jump to post
  • Fri Mar 21, 2014 1:21 am
  • Replies 7
  • Views 1463
Re: Can't change folder permissions

Touche, willows, starting actually with C:\ itself, in dead of night. todovan, which version of Windows are you on? You may need to check your user account's privileges to ensure that they are admnistrative, and then in the OC installation you may need to edit your policies. For that you can right-c...

Jump to post
  • Fri Mar 21, 2014 1:17 am
  • Replies 3
  • Views 1433
Re: Problema con Template

En Firefox 27.0.1 su http://85.136.112.36/maq funciona. Es visiblemente correcta. [In Firefox 27.0.1 your http://85.136.112.36/maq works. It is visibly correct.]

Jump to post
  • Fri Mar 21, 2014 1:02 am
  • Replies 6
  • Views 1206
Re: Products open/close arrows to light

In /catalog/view/theme/[theme_name]/image/ you will see button* and arrow* files.

Jump to post
  • Fri Mar 21, 2014 12:56 am
  • Replies 4
  • Views 923
Re: Aust Post Package Calculator Extension problem

Version? What did the author of the calculator have to say?

Jump to post
  • Fri Mar 21, 2014 12:24 am
  • Replies 1
  • Views 958
Re: Too much resource usage - search.php

Version? What is the current status of the problem? That is essentially 100 hours (93.46). Over what time span? How much database usage are you allocated? Are you using mysql, mysqli, or pdo for the driver? It is possible that rogue engines are consuming bandwidth. It is possible but less likely tha...

Jump to post
  • Fri Mar 21, 2014 12:22 am
  • Replies 3
  • Views 926

Search found 7063 matches