Search found 20 matches

Page 1 of 1

Search found 20 matches

Re: Move to version 3.x or not

i`m still install 2.3 for my new clients
and think 2.3 is good enough)

Jump to post
  • Thu Aug 06, 2020 2:54 pm
  • Replies 8
  • Views 1041
Re: 1 single category link is http instead of https

@woe1234 check theme settings
and why all links in menu have attr onclick?
Image

Jump to post
  • Thu Aug 06, 2020 2:50 pm
  • Replies 8
  • Views 827
Re: Admin no longer displaying correctly

may be you open https://[your site], but in config.php defined server with protocol http:// ?

Jump to post
  • Sun Jul 26, 2020 10:44 pm
  • Replies 18
  • Views 1152
Re: Product price 4 number after comma

you can change Decimal Places (0-4) in Settings - Localisation- Currencies. but this settins for front side
in admin panel you will see always 4 numbers after comma

Jump to post
  • Fri Jul 17, 2020 5:45 am
  • Replies 1
  • Views 1169
Re: Opencart admin page 301 Moved Permanently

may be problem with http - https redirect?
are store and admin use https both?

Jump to post
  • Thu Jul 16, 2020 3:56 am
  • Replies 3
  • Views 1777
Re: how to make .zip to ocmod.zip

Thumb answer! Why? If an Extension is offered as abc.ocmod.zip it mostly will contain also a install.xml which is needed by the internal installer. If the files are only copied, that will lead to NOTHING. So forget that stupid answer. 1. usually languages files dont have xml inside 2. if TS have a ...

Jump to post
  • Thu Jul 09, 2020 3:12 am
  • Replies 7
  • Views 5987
Re: OC Google analytics

go to Extensions -> Analytics -> Google Analytics - edit
and put your code in opened textarea
dont forget status - enabled

Jump to post
  • Tue Jul 07, 2020 8:43 pm
  • Replies 2
  • Views 266
Re: how to make .zip to ocmod.zip

or unzip mypackage.zip and upload all files to server manually

Jump to post
  • Tue Jul 07, 2020 8:40 pm
  • Replies 7
  • Views 5987
Re: Manufacturer Carousel acting as slideshow

you need set slidesPerView: 5, to swiper options

Jump to post
  • Tue Jul 07, 2020 4:51 am
  • Replies 2
  • Views 327
Re: Having trouble implementing a natural sort for a page in my OpenCart site

if u wanna default sort set p.sort_order ASC and p.model DESC - go to
/catalog/model/catalog/product.php and change this line
$sql .= " ORDER BY p.sort_order";
to this
$sql .= " ORDER BY p.sort_order ASC, p.model DESC";

Jump to post
  • Tue Jul 07, 2020 4:43 am
  • Replies 7
  • Views 1416
Re: Хиты продаж по категориям в табах

уже не актуально?
вижу, что на сайте уже выводится также, как на скриншоте
или это демо информация?

Jump to post
  • Fri Jul 03, 2020 4:12 am
  • Replies 2
  • Views 1851
Re: Error when trying to load site

hi
error Access denied for user mean what somebody change password to mysql database
i can try fix your problem - find me in telegram netruxa
or PM

Jump to post
  • Fri Jul 03, 2020 4:07 am
  • Replies 5
  • Views 2232
Re: Load attributes for product when category is selected

category selected where? in admin panel or in front page?
make screenshot, what are you want)

Jump to post
  • Sun Jun 28, 2020 9:44 pm
  • Replies 14
  • Views 2119
Re: Show categories of products in the admin panel

hi 1. in /admin/controller/catalog/product.php insert after protected function getList() { this code $this->load->model('catalog/category'); $filter_data = array( 'sort' => 'name', 'order' => 'ASC' ); $data['categories'] = $this->model_catalog_category->getCategories($filter_data); and replace line ...

Jump to post
  • Sat Jun 27, 2020 1:48 pm
  • Replies 1
  • Views 679
Re: .htaccess for shutting down one site of multisite

hello
try this code:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.domaina.com$
RewriteCond %{REQUEST_URI} !^/admin
RewriteRule ^(.*) https://www.domainb.com/$1 [L,R]

Jump to post
  • Sat Jun 27, 2020 4:06 am
  • Replies 2
  • Views 573
Re: New opencart web site - bugs

hi
i have some question about counter of downloads in marketplace
he dont up after opencart.com was upgraded
can someone fix it?

Jump to post
  • Mon Feb 06, 2017 3:09 pm
  • Replies 351
  • Views 96510
Re: SSL opencart 2.2.0.0, css file load wrong path.

really $data['base'] = "//mydomain.com"; not help?
are you install any extensions? may be refresh mods? http://opencart.nedorogoi-internet-maga ... esh&token=...

Jump to post
  • Tue Dec 20, 2016 3:48 am
  • Replies 12
  • Views 6525

Page 1 of 1

Search found 20 matches