Search found 225 matches

Search found 225 matches

Mod for displaying an upload image?

I'm looking for a MOD that will allow a customer to upload an image, and it will automatically display it over an existing product image. Has anyone seen something that will do this?

Jump to post
  • Mon Mar 25, 2024 4:55 pm
  • Replies 0
  • Views 107
Re: Customer Address defaulting to Store Address?

We've had a few customers, where when they place an order, the county field defaults to the one where our store is located and not the customers. The most recent is a customer who is located in Fife in Scotland, but the order went through with the county as Cambridgeshire - which is where we are bas...

Jump to post
  • Sun Dec 19, 2021 2:48 pm
  • Replies 4
  • Views 415
Customer Address defaulting to Store Address?

OC3.0.3.7 running Journal 3.

If a customer does not enter a County in their address, our store is defaulting to the Store address. Any ideas on how I can stop this?

Jump to post
  • Sat Dec 18, 2021 8:17 pm
  • Replies 4
  • Views 415
Re: OC3.0.2.0 Autocomplete Category not working

As an update. Cloned the site to a new area so I could work on it without impacting the live site. - Removed all extensions. Refreshed all caches. Problem still exists - Disabled all events. Refreshed all caches. Problem still exists - Changed config files to standard versions. Refreshed all caches....

Jump to post
  • Sat Aug 28, 2021 6:36 pm
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

All events are disabled. There are no modifications in the list. Refreshed all caches. Storage folders/sub-folders are set to 755, files are 644 I can't delete the Cache contents. As soon as I do, it fills up every time. Problem still exists. Some of the extensions are still installed as I can see t...

Jump to post
  • Tue Aug 10, 2021 3:08 am
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

OK. All extensions removed. Caches cleared. Category error is still there. Autocomplete error is still there. :crazy:

Jump to post
  • Tue Aug 10, 2021 1:46 am
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

I can't do that at the moment as it will kill the functionality at the front end. We have a category hide function that only shows categories to certain members. if I disable that and others see it - all hell will break loose :-\

Jump to post
  • Tue Aug 10, 2021 1:13 am
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

I assume if I do that the extensions will stop working?

Jump to post
  • Tue Aug 10, 2021 1:04 am
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

I've disabled all events, cleared the SASS, Theme & Browser cache. Still the same error :-\
Category page is not found and autocomplete category not working .

Jump to post
  • Tue Aug 10, 2021 1:00 am
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

This is all of the file: <?php class ControllerEventTheme extends Controller { public function index(&$route, &$args, &$template) { // If there is a template file we render if ($template) { // include and register Twig auto-loader include_once(DIR_SYSTEM . 'library/template/Twig/Autoload...

Jump to post
  • Tue Aug 10, 2021 12:41 am
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

Storage is located outside of public_html. Both config files point to that area. Re-did the permission. Cleared all caches. Checked categories worked. All fine. Refreshed Modifications. Categories error :-\ Error log is now showing: [09-Aug-2021 16:08:28 UTC] PHP Fatal error: Cannot declare class Co...

Jump to post
  • Tue Aug 10, 2021 12:12 am
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

For the moment, I've restored the site back to Wednesday last week - an image that works. Category Autocomplete works fine & we can see the categories.
As long as I don't refresh the Modification cache it all works OK :-\

Jump to post
  • Mon Aug 09, 2021 11:55 pm
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

It's worse than I thought. Just found out that we can't get to the Category pages at all. In admin if we click Catalogue > Categories, we get a 500 Page not found error :-\

Jump to post
  • Mon Aug 09, 2021 11:46 pm
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

OK thanks Straightlight. Appreciate you taking the time to try and help! It seems like every couple of years I have to rebuild the OC install from scratch as something goes wrong ::)

Jump to post
  • Mon Aug 09, 2021 10:38 pm
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

Htaccess & php.ini files are now the default ones from a fresh install. add the .user.ini file also
Cleared all caches
Everything works fine - except the autocomplete on categories.

No idea where to find the apache error log and can't see a reference to it in the php.ini?

Jump to post
  • Mon Aug 09, 2021 10:31 pm
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

php.ini file is now: magic_quotes_gpc = Off; register_globals = Off; default_charset = UTF-8; memory_limit = 64M; max_execution_time = 36000; upload_max_filesize = 999M; safe_mode = Off; mysql.connect_timeout = 20; session.auto_start = Off; session.use_only_cookies = On; session.use_cookies = On; se...

Jump to post
  • Mon Aug 09, 2021 10:10 pm
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

I've no idea what most of those entries are. We've tried lots of extensions over the years & got rid of nearly all of them. So there's probably lots of entries that are invalid now. I'll upload the default file and see from there. htaccess file is below: # AddType x-httpd-php71 .php <IfModule mo...

Jump to post
  • Mon Aug 09, 2021 10:08 pm
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

php.ini file: engine = On zend.ze1_compatibility_mode = Off short_open_tag = On asp_tags = Off precision = 12 y2k_compliance = On output_buffering = Off zlib.output_compression = Off implicit_flush = Off serialize_precision = 100 safe_mode = Off disable_functions = realpath_cache_size=256k expose_ph...

Jump to post
  • Mon Aug 09, 2021 9:58 pm
  • Replies 63
  • Views 3149
Re: OC3.0.2.0 Autocomplete Category not working

Default.php is showing:
// Error
$_['error_display'] = true;
$_['error_log'] = true;
$_['error_filename'] = 'error.log';

Cpanel version is 96.0.14

And the error logs in settings/server are definitely set to on.

Jump to post
  • Mon Aug 09, 2021 9:35 pm
  • Replies 63
  • Views 3149

Search found 225 matches