Search found 59 matches

Search found 59 matches

"In Stock" read from language files

Why the "In stock" text comes from the language files, instead of the stock localisations, as for the "Out of stock" and others? Actually, there is a "In Stock" defined by default when OpenCart is installed and it's never used. Maybe the setting of the "default sta...

Jump to post
  • Mon May 06, 2013 2:13 pm
  • Replies 0
  • Views 453
Re: [RELEASED] Dependent Options

Hello, rph. Witalo is brazilian, as me, and requested my help to ask you something that it important for his business. I explained him that he need to configure his dependent options this way to achieve what he needs: Option: Sleeve - Short - Long Option: Color Dependent on: Sleeve - Black (Short) -...

Jump to post
  • Thu Apr 04, 2013 8:35 pm
  • Replies 227
  • Views 94909
Re: Can't get favicon to work

fyi, you should add a second <link> line, with rel="shortcut icon" for IE compatibility also, I recommend type="image/x-icon" <link href="<?php echo $icon; ?>" rel="icon" type="image/x-icon" /> <link href="<?php echo $icon; ?>" rel="sh...

Jump to post
  • Wed Feb 27, 2013 4:50 pm
  • Replies 9
  • Views 5989
Re: Set Default Sorting to Price: low to high?

I think it was just a cache issue. If you change what I suggested before then clear system/cache/ folder, it should work.

Jump to post
  • Mon Feb 18, 2013 2:25 pm
  • Replies 15
  • Views 3412
Problem upgrading to 1.5.5.1 (address table, the 1st one)

Hi, a friend is having this problem when trying to upgrade from 1.5.4.1 to 1.5.5.1. I confirmed he is not in the 'install' screen, it's the upgrade screen. Notice: Error: Table 'op_address' already exists Error No: 1050 CREATE TABLE `OP_address` ( `address_id` int(11) NOT NULL AUTO_INCREMENT, `custo...

Jump to post
  • Tue Feb 12, 2013 12:42 am
  • Replies 0
  • Views 505
Re: Set Default Sorting to Price: low to high?

lines 18-22: if (isset($this->request->get['sort'])) { $sort = $this->request->get['sort']; } else { $sort = 'p.sort_order'; } replace with: if (isset($this->request->get['sort'])) { $sort = $this->request->get['sort']; } else { $sort = 'p.price'; }

Jump to post
  • Sun Feb 10, 2013 3:58 pm
  • Replies 15
  • Views 3412
Re: Upgrade to 1.5.2

That is not an upgrade but a clean install! Upgrades are run through the install folder :) He said "installatron" which is like fantastico or scriptaculous and likely overwrites config.php and admin/config.php Which is why I keep asking daniel to change them to config.new.php so they don'...

Jump to post
  • Sat Mar 10, 2012 6:31 am
  • Replies 20
  • Views 4391
Re: Am I missing something regarding product options?

Guys, just type % in the field and you have a result similar to a standart selectbox!!

Jump to post
  • Fri Mar 09, 2012 1:04 pm
  • Replies 6
  • Views 1077
Re: OpenCart SVN Design Talk

You guys seem to be missing the point. It isn't multiple stables.. it is a stable for the current version. When a new version is released, then the branch for the previous release stops getting updates. As I said, having a stable trunk is limiting when people with 1.5.1.3 are not having any problem...

Jump to post
  • Tue Mar 06, 2012 2:17 am
  • Replies 23
  • Views 6304
Re: OpenCart SVN Design Talk

I do not like the idea of having "multiple stables". It makes me remember Joomla, currently 1.5, 1.7 and 2.5 versions. They still have not only themes, but also components and modules being developed to 1.5. However, I do not see a reason for start a website with 1.5 today, if they have a ...

Jump to post
  • Mon Mar 05, 2012 2:44 pm
  • Replies 23
  • Views 6304
Re: OpenCart 1.5.1.3 Bug Thread

Daniel, I'm a moderator in OpenCart Brasil community (http://www.opencartbrasil.com.br/forum). An expressive number of users are opening support threads regarding the $special price overriding volume prices. I'd research that most of them doesn't even use groups. It's just because here, in brazil, i...

Jump to post
  • Sun Feb 26, 2012 8:58 pm
  • Replies 599
  • Views 274994
Re: Rename index.php

I said you was doing it the wrong way! I just saw you there: http://www.wolfcms.org/forum/topic2067.html ;) Unfortunately, they were unable to help you, then I spent some time testing and coding, and I got it! ;D ;D http://dev.atendimentoti.com.br/opencart/index.php (OpenCart) http://dev.atendimento...

Jump to post
  • Sun Feb 26, 2012 3:28 pm
  • Replies 24
  • Views 5699
Re: Rename index.php

I'm wondering why you need 2 applications running in the same folder and also how renaming index.php to ocindex.php will make your other application usable if you need to set default index of the directory to ocindex.php anyway to achieve a functional opencart (because of the high number of urls gen...

Jump to post
  • Sat Feb 25, 2012 2:42 pm
  • Replies 24
  • Views 5699
Re: Melhor modulo Paypal para Brasil

O módulo nativo PayPal Standart funciona muito bem, inclusive com retorno automático.

Para um perfeito suporte no OC acompanhe a comunidade OCBR.
www.opencartbrasil.com.br/forum

Att;

Jump to post
  • Sat Feb 25, 2012 2:20 pm
  • Replies 2
  • Views 7161
Re: Product options on cart instead of product page

oh sorry.,. didn't realize there was an update to this.. Yea I already started it a while ago and almost have it finished. Here's a video demo: http://screencast.com/t/qiBTUnUx These are product options of each product. I think ScottEdward meant options not linked to the products, but something lik...

Jump to post
  • Fri Feb 24, 2012 4:53 pm
  • Replies 7
  • Views 1349
Re: [NOW AVAILABLE] Multi-Vendor for OC 1.5.1

Hashishim wrote:I know using the default we have to use the subdomains method but I do not wish to use that method I have tried the multistore using directories it shows up but the VQMODS dont work any more.
try change:

<file name="catalog/...">

to:

<file name="*/catalog/...">

Jump to post
  • Fri Feb 24, 2012 10:19 am
  • Replies 116
  • Views 50785
Re: OpenCart 1.5.1.3 Bug Thread

The search string is, in the code, <what you type>%

Then, all you need is to start with a wild card as well:

%air or %diablo will show you the desired results.

actually, % will list ALL products. You don't even need to type a letter.

Jump to post
  • Wed Feb 22, 2012 7:46 am
  • Replies 599
  • Views 274994
Re: Como acrescentar uma informação adicional aos cheques-of

De que adianta ter o aviso se o cliente podes ainda adicionar o cupom normalmente?

Meu mod impede isto. Veja o link acima.

Jump to post
  • Wed Feb 22, 2012 7:45 am
  • Replies 2
  • Views 906
Re: register checkout, click "continue" 2 times [SOLVED]

It usually happens when you have not filled in the SMTP mail setting yet. If it's filled in with SMTP selected, your hosting provider may be blocking fsockopen() function, then switch back to MAIL, keeping SMTP settings filled and OpenCart will try to pass the SMTP login data through mail() function...

Jump to post
  • Mon Feb 20, 2012 9:35 pm
  • Replies 3
  • Views 787

Search found 59 matches