Search found 652 matches

Search found 652 matches

Re: 2 Column product view in mobile phones are not aligned

Add this CSS code to the /catalog/view/theme/default/stylesheet/stylesheet.css file

Code: Select all

.caption h4 {
    min-height: 125px;
}
.caption p:nth-of-type(1) {
    min-height: 125px;
}

Jump to post
  • Tue Sep 22, 2020 6:02 pm
  • Replies 2
  • Views 1081
Re: category sorting creates unnecessary parameters for product links

Just remove the . $url on the href.

the href be like this

'href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'])

Jump to post
  • Fri Jul 05, 2019 2:17 am
  • Replies 1
  • Views 583
Re: Ganti Tema/Template Opencart di Localhost

Coba di halaman admin->Extensions->themes edit default theme site. Ganti folder/Theme Directory default jadi folder theme baru. itu cara termudah bro.

Jump to post
  • Fri Jul 05, 2019 2:00 am
  • Replies 3
  • Views 2881
Re: Butuh Bantuannya

Error terkait extensi/module pengiriman itu gan, default opencart g ada district_id. Kontak developer/pengembang extensinya gan.

Jump to post
  • Fri Jul 05, 2019 1:47 am
  • Replies 1
  • Views 1622
Re: Tidak bisa login admin setelah redirect ke www

Coba di file config.php di benerin gan (yang admin juga), yang HTTPS_SERVER ganti jd https.

Jump to post
  • Fri Jul 05, 2019 1:41 am
  • Replies 1
  • Views 1542
Re: Error di Step 3 (Configuration) Saat Installasi

Coba extensi mysql di load di settingan servernya/php.

Jump to post
  • Fri Jul 05, 2019 1:40 am
  • Replies 1
  • Views 1306
Re: Default Theme - why image thumbnails by Options on Product Page

Edit the option from admin page to put the image.
Catalog->Option->Your Option.

Jump to post
  • Mon Oct 08, 2018 12:05 pm
  • Replies 2
  • Views 1114
Re: lang loop in slideshow.twig

Why you not use multilanguage feature?

Jump to post
  • Mon Oct 08, 2018 12:01 pm
  • Replies 1
  • Views 515
Re: File Manager does not pop-up AGAIN..

This is the second time this have happen at the same domain. First issue I deleted the whole website and it's database and re-install fresh. Everything working fine. Now after several weeks I want to make changes to the catalog, yet again the image manager won't pop-up. I have google for solution b...

Jump to post
  • Sat Nov 18, 2017 2:11 pm
  • Replies 8
  • Views 24606
Re: Case Sensitive search in File manager OC 2.3.0.2

Hello, Im using Opencart 2.3.0.2, In that File Manager cum Image Manager I cant Search the folders(Directories). It shows only Case Sensitive Results for Folder Search. Is there any way to fix it? You can try this one Open filemanager.php in admin/controller/common/ put this code $filter_name = pre...

Jump to post
  • Sat Nov 18, 2017 1:56 pm
  • Replies 1
  • Views 1540
Re: Upload Gambar & Currency

1. Error waktu g bisa upload gambar apa?
2. Errornya waktu buka halaman apa?
- Bahasa yg digunakan apa?
- sebelum ganti ke bahasa selain bahasa enggris (en-gb), semua yang ada di menu System localisation di terjemahkan dulu. jd waktu ganti bahasa tidak error.

Jump to post
  • Fri Nov 17, 2017 4:30 pm
  • Replies 1
  • Views 1137
Re: [ASK] Error MYSQLi

Bisa login ke admin g gan? Klo bisa coba Repair category di halaman category.

Jump to post
  • Tue Nov 15, 2016 1:51 pm
  • Replies 7
  • Views 4729
Re: Category Drop down menu direction

Change the left:184px be left:-184px in superfish.css line 139 on catalog/view/theme/theme509/stylesheet/superfish.css
on this code

Code: Select all

#tm_menu div ul > li ul ul {
    border-left: 0 none;
    left: 184px;
    position: absolute;
    top: 0;
}

Jump to post
  • Tue May 31, 2016 1:53 pm
  • Replies 1
  • Views 665
Re: Notice: Undefined variabl: ...product.php on line 314

Try to refresh modification, if the error still appear, contact your extension developer about this issue.

Jump to post
  • Tue May 31, 2016 12:44 pm
  • Replies 1
  • Views 598
Re: mengubah link admin

Folder admin sudah dirubah namanya sesuai config belum?

Jump to post
  • Tue May 31, 2016 12:41 pm
  • Replies 1
  • Views 905
Re: Expand category module on home page

What the different? you upload same screenshot.

Jump to post
  • Tue May 31, 2016 12:38 pm
  • Replies 4
  • Views 685

Search found 652 matches