Search found 5 matches

Page 1 of 1

Search found 5 matches

Re: Polish Forum

też się nad tym zastanawiałem ;) I wymyśliłem, żeby może forum.opencart.com.pl
mam w zasadzie końcówkę systemu z polskim instalatorem i językiem - języki jeszcze do sprawdzenia, ale jest to jakaś baza do działań. jak znajdę chwilę to dorobię całą stronę tak jak na oryginale (demo już stoi)

Jump to post
  • Mon Mar 15, 2010 2:13 am
  • Replies 19
  • Views 8093
Re: Is it possible to get category of a product?

for product_id you can use strrpos function

Code: Select all

$id = substr($products[$i]['href'], strrpos($products[$i]['href'], '=')+1 );
if you want to cut id from product's href

Jump to post
  • Thu Mar 11, 2010 9:15 pm
  • Replies 2
  • Views 592
Re: about the weight of each item

you have to edit 3 files: IN - catalog/view/theme/default/template/product/product.tpl add <tr> <td><b><?php echo $text_weight; ?></b></td> <td><?php echo $weight; ?></td> </tr> after <tr> <td><b><?php echo $text_model; ?></b></td> <td><?php echo $model; ?></td> </tr> IN - catalog/language/[your_lan...

Jump to post
  • Wed Mar 10, 2010 5:15 am
  • Replies 1
  • Views 418
Re: Newbie struggling with incorrect domain name in address bar

try to replace

Code: Select all

define('HTTP_SERVER', 'http://host.qsoftdns2.net/~yabbayab/ ');
with

Code: Select all

define('HTTP_SERVER', 'www.yabbayabbaonline.co.uk ');
in your config.php file

Jump to post
  • Wed Mar 10, 2010 4:54 am
  • Replies 2
  • Views 501
Re: Subscribe to newsletter option

Sure :) open file upload/catalog/controller/account/create.php and on about line 259 replace if (isset($this->request->post['newsletter'])) { $this->data['newsletter'] = $this->request->post['newsletter']; } else { $this->data['newsletter'] = ''; } by if (isset($this->request->post['newsletter'])) {...

Jump to post
  • Wed Mar 10, 2010 4:34 am
  • Replies 8
  • Views 4247

Page 1 of 1

Search found 5 matches