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)
- Thu Aug 06, 2020 2:54 pm
- Replies 8
- Views 1508
Re: 1 single category link is http instead of https
@woe1234 check theme settings
and why all links in menu have attr onclick?
- Thu Aug 06, 2020 2:50 pm
- Replies 8
- Views 1089
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 1669
Re: Warning OpenCart Developers: mixmatchmakeup.com Undeserved 1* Review
mixmatchmakeup.com - 502 error
your work? ))
- Fri Jul 17, 2020 5:48 am
- Replies 10
- Views 2047
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
- Fri Jul 17, 2020 5:45 am
- Replies 1
- Views 1467
Re: Opencart admin page 301 Moved Permanently
may be problem with http - https redirect?
are store and admin use https both?
- Thu Jul 16, 2020 3:56 am
- Replies 3
- Views 2365
Re: Replace model for JAN in Wishlist and cart
are you refresh modifications cache?
Jump to post- Thu Jul 16, 2020 3:54 am
- Replies 7
- Views 1315
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 8150
Re: OC Google analytics
go to Extensions -> Analytics -> Google Analytics - edit
and put your code in opened textarea
dont forget status - enabled
- Tue Jul 07, 2020 8:43 pm
- Replies 2
- Views 338
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 8150
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 419
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";
- Tue Jul 07, 2020 4:43 am
- Replies 7
- Views 1863
Re: How long it normally take to upload the OpenCart upload file to the Public HTML fold in a FTP Client Software
use SSH and and it will be your happiness
TAR or ZIP - all site in 1 file - upload faster
- General Discussion
- How long it normally take to upload the OpenCart upload file to the Public HTML fold in a FTP Client Software
- Fri Jul 03, 2020 4:40 am
- Replies 5
- Views 918
Re: Хиты продаж по категориям в табах
уже не актуально?
вижу, что на сайте уже выводится также, как на скриншоте
или это демо информация?
- Fri Jul 03, 2020 4:12 am
- Replies 2
- Views 2182
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
- Fri Jul 03, 2020 4:07 am
- Replies 5
- Views 3367
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)
- Sun Jun 28, 2020 9:44 pm
- Replies 14
- Views 2832
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 939
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]
- Sat Jun 27, 2020 4:06 am
- Replies 2
- Views 743
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?
- Mon Feb 06, 2017 3:09 pm
- Replies 351
- Views 116721
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=...
- Tue Dec 20, 2016 3:48 am
- Replies 12
- Views 7417
Search found 20 matches