Re: Image manager - Warning: Directory does not exist!
Thank you very much for your help. In fact, reinstalling to a lower version helped, but I also had to downgrade the php interpreter from 8.3 to 7.4 and now everything works. It's a pity that I didn't check it with the OC 4 version. Maybe this was because the PHP interpreter was too high? Anyway, tha...
Jump to post- Thu May 16, 2024 12:11 am
- Replies 3
- Views 743
[SOLVED] Image manager - Warning: Directory does not exist!
Hello, after installing the clean version of opencart 4.0.2.3, I cannot upload any photos and cannot create new folders. Each time a message appears: "Warning: Directory does not exist!" screen.png In the image manager, I can see the demo folder and file names, but the image thumbnails are...
Jump to post- Wed May 15, 2024 6:56 pm
- Replies 3
- Views 743
Search category is not working properly
OC 2.3.0.2 I would like to create a coupon discount on all jackets in size 104. This requires setting: Jackets> Size 104> boy. Unfortunately, this dynamic search in the coupon does not work properly and there is no chance to find the right category and assign it to the coupon. Is there any solution ...
Jump to post- Wed Feb 15, 2017 3:22 pm
- Replies 0
- Views 414
How can I slow down sending a newsletter?
I use OC 2.3.0.2 I have a problem with my hosting. I can not send more than 50 emails (newsletter) per minute. I found the code in which (I think) I can set it up. ..admin / controller / marketing / contact.php Is it enough to change? From line 136 case 'customer_all': $ Customer_data = array ( 'Sta...
Jump to post- Wed Jan 25, 2017 6:43 am
- Replies 1
- Views 373
Re: Problem editing order by the admin
I know that this can be done but it does not make sense. I can not cancel because the state of storage of the goods changes from 0 to 1. Then the goods will be visible to other customers who might buy it. The problem is that even if I want to change the code or discount store to improve the delivery...
Jump to post- Wed Sep 21, 2016 1:14 pm
- Replies 3
- Views 1102
Problem editing order by the admin
The customer bought a few items of goods at the store. After ordering asked me to order added another shirt. If a customer bought a few items - it's the admin panel constantly displays the information (edition order) that the purchased goods by the customer is no longer available. This is obvious. S...
Jump to post- Mon Sep 19, 2016 2:34 pm
- Replies 3
- Views 1102
Re: Chow to Auto turn off the sold product?
These extensions do not work with the new version of the OC.
I wrote a new topic in section 2.0 OC. Please remove this thread.
- Mon Sep 12, 2016 3:48 am
- Replies 2
- Views 422
Hide out of stock in OC 2.3.0.1
I wrote earlier post on the forum 1.5, however, a problem with the store OC version 2.3.0.1. In my shop there are products in the amount of 1 pieces. I have a problem when someone buys a product because it still appears and misleading customers. Extensions to turn off the product when the amount is ...
Jump to post- Mon Sep 12, 2016 3:45 am
- Replies 1
- Views 215
Chow to Auto turn off the sold product?
I'm using OpenCart version 2.3.0.2
Can be set to products sold - they were no longer displayed on the home page and on the pages of their categories?
My store sells at 1 pc. Each product and for customers is very confusing, manual off products is also bulky.
- Sun Sep 11, 2016 6:37 pm
- Replies 2
- Views 422
Re: Related Products - it does not work properly
I only clean shop version of the installation. I have not installed any additional modules.
I note for example 4 proposals. Saving. Displays properly.
Adding another product. Saving. At this point my previous product displays 20 proposals (which I marked not).
- Sat Nov 28, 2015 5:10 am
- Replies 2
- Views 314
Related Products - it does not work properly
I have installed version 2.1.0.1 I noticed the problem in time to add a new item. ..Tab> Links> Related Products I added only 3 related products, store automatically adds 20 next. I deleted the unnecessary related products, added several more goods and again the same thing. On the product page displ...
Jump to post- Fri Nov 27, 2015 9:06 pm
- Replies 2
- Views 314
Re: Website 1.5.2.1 is too slow
True! Website 1.5.2.1 is veeeeeery slow.
What can I do to run faster?
- Thu May 17, 2012 8:11 pm
- Replies 1
- Views 203
Re: Old image uploader - how change?
yes! I sorted to separate folders. I have 200 new product and i select new images two per two minute. Left list of folders is long and long loading. In version 1.3 I click and go!
Jump to post- Fri Sep 16, 2011 3:12 am
- Replies 5
- Views 628
Old image uploader - how change?
I have OpenCart 1.5.0. My store every day 50-100 added products. There are currently 700 products and there is a problem. I have to wait long until develop a list of images in the Image Manager. Can anyone tell me how can I change the uploading of images as it was in version 1.3?
Jump to post- Thu Sep 15, 2011 5:41 pm
- Replies 5
- Views 628
Re: Image Manager - decreasing sorting?
Whenever I add a picture I have to expand the directory tree.
Can you set the Image Manager that tree has always been expand?
- Mon Aug 22, 2011 5:04 pm
- Replies 8
- Views 2319
Re: Products in the amount of zero problem
thx.
Jump to post- Thu Aug 18, 2011 7:32 pm
- Replies 7
- Views 1149
Products in the amount of zero problem
I have version 1.5.0
Sell goods in quantities of 1 pc
Products in the amount of 0 is still displayed in the store.
Can I set for the sale were not visible in the store?
- Thu Aug 18, 2011 6:55 pm
- Replies 7
- Views 1149
Re: Image Manager - decreasing sorting?
Thx for help, I modify this code if ($directories) { $i = 0; foreach ($directories as $directory) { $json[$i]['data'] = basename($directory); $json[$i]['attributes']['directory'] = substr($directory, strlen(DIR_IMAGE . 'data/')); $children = glob(rtrim($directory, '/') . '/*', GLOB_ONLYDIR); if ($ch...
Jump to post- Thu Aug 18, 2011 6:37 pm
- Replies 8
- Views 2319
Re: Image Manager - decreasing sorting?
I add before:
Code: Select all
if ($files) {
arsort($files);
foreach ($files as $file) {
if (is_file($file)) {
$ext = strrchr($file, '.');
} else {
$ext = '';
}
- Thu Aug 18, 2011 5:44 pm
- Replies 8
- Views 2319
Re: Image Manager - decreasing sorting?
please help!!!
Jump to post- Thu Aug 18, 2011 7:18 am
- Replies 8
- Views 2319