Search found 12 matches

Page 1 of 1

Search found 12 matches

Re: Staying with OpenCart

how does Opencart compare or differ from WordPress in its dev model/history? Because, and I say this from a pure user standpoint if OC had WP’s ease of updating and user friendly admin I might never think of leaving. I’ll tell you, it’s the update process and just a few base functions that really l...

Jump to post
  • Mon Sep 24, 2018 4:14 pm
  • Replies 19
  • Views 2368
Re: How do features get decided?

Everything you said sounds good, the only bad thing is the pace of development. It has been so long we had 3.0.2.0 and no movement from there. I am sure opencart makes good money from opencart marketplace, and he should have a nice structure in place by now. Last I knew there is a 4-5 member team i...

Jump to post
  • Wed Sep 19, 2018 7:19 pm
  • Replies 4
  • Views 551
anyone know what this code does?

OpenCart 3.0.2 Anyone know what this code does? if( isset( $this->request->post['sku'] ) ) { $data['sku'] = $this->request->post['sku']; } elseif( !empty( $product_info ) ) { $data['sku'] = $product_info['sku']; } else { $data['sku'] = ''; } ControllerCatalogProduct class's getForm method 1. getForm...

Jump to post
  • Wed Sep 19, 2018 6:13 pm
  • Replies 2
  • Views 254
Re: Can't access images locally?

Open Cart : version 3.0.2

It's product images I uploaded through the OC uploader.

Jump to post
  • Thu Sep 13, 2018 1:31 am
  • Replies 4
  • Views 299
Can't access images locally?

OC3
When I go into my local file explorer and go to image/catalog directory I can't seem to display the .jpg files that were uploaded. It seems that I don't have permission? Does OC do something upon uploading images? Images display fine navigating through the website...

Jump to post
  • Wed Sep 12, 2018 1:00 pm
  • Replies 4
  • Views 299
How do features get decided?

Just wondering how OC decides what features will or will not be in the next release? Is it one person or a committee? If you contribute code that improves a current part of the system (not bug fix, but more like better user experience) how do you know if it'll be accepted or not accepted? do you do ...

Jump to post
  • Tue Sep 11, 2018 7:25 am
  • Replies 4
  • Views 551
Re: TWIG

Thanks, that got me on the right track.

Is there actual documentation of what is accessible? or is it a mater of going through the code and discovering?

So far, I found

$this->url
$this->config

OC developer guide is like a whole 3 pages :\

Jump to post
  • Wed Sep 05, 2018 5:09 pm
  • Replies 4
  • Views 427
Re: Is Bootstrap a requirement?

Can we use BootStrap 4?

Jump to post
  • Wed Sep 05, 2018 5:02 pm
  • Replies 6
  • Views 2446
Re: SQL EXPERT WANTED !

please reply only with verified data, that is: no 'I think', 'maybe' etc.--- probably explains the lack of replies...but I'll pretend not to see that. 1. You should seriously be using dates :p who wants to check emails and corresponding IDs each and everytime 2. With dates you can just do a 6 month...

Jump to post
  • Wed Sep 05, 2018 5:00 pm
  • Replies 4
  • Views 1071
TWIG

I saw that on the contact twig they had {{ store }} and it showed the store name
but when i use {{ store }} in my footer nothing gets displayed.

I must be missing something, do i have to do some sort of setup? can it even be done?

OC3.x

Jump to post
  • Wed Sep 05, 2018 12:25 am
  • Replies 4
  • Views 427
Is Bootstrap a requirement?

Does OpenCart3.x require Bootstrap to be used in order to create your own theme? Can you create a theme that doesn't use Bootstrap?

Jump to post
  • Tue Sep 04, 2018 1:18 am
  • Replies 6
  • Views 2446
Adding Product

When a product gets added, what are the tables that get affected, assuming ever single thing is filled out?

The database tables and the columns in the tables are constant and don't change? or when was the last they changed in terms of name change or column added or removed?

Jump to post
  • Sun Sep 02, 2018 5:48 am
  • Replies 2
  • Views 225

Page 1 of 1

Search found 12 matches