Page 1 of 1
Search found 19 matches
Nesting categories for MySQL
I'm trying to import categories into the DB directly. So I have an array of categories like so: [1] => Array ( [category_id] => 14308 [parent_id] => 14308 [level] => 0 ) [2] => Array ( [category_id] => 179836 [parent_id] => 14308 [level] => 1 ) [3] => Array ( [category_id] => 230022 [parent_id] => 1...
Jump to post- Sat Oct 01, 2016 9:10 pm
- Replies 0
- Views 310
"Make Offer" Extension
Hi, I wonder if there exists an extension for v2.3 that allows logged in customers to make offers on products just like on ebay with a simple manual approve/decline UI in the admin. Ideally it should have auto-accept/decline threshold and some other settings like a buyer can send max n offers per pr...
Jump to post- Thu Sep 15, 2016 9:13 am
- Replies 2
- Views 7707
SEO URLs for non-store pages
Hi, I'm on Nginx and for the most part, opencart works great but I just can't get the non-store URLs to redirect correctly: example.com/index.php?route=common/home example.com/index.php?route=account/register example.com/index.php?route=account/login etc.. Can anyone please share their nginx config ...
Jump to post- Mon Sep 05, 2016 11:52 pm
- Replies 0
- Views 306
Re: Customer report items in cart keep coming back...
How do you expect someone to help when you haven't provided the details? Code, steps to reproduce, URL?
Jump to post- Mon Sep 05, 2016 10:13 am
- Replies 2
- Views 505
Re: OK to modify DB directly?
Manufacturer doesn't have enabled, but it turned out I didn't relate any manufacturer to the store in the manufacturer_to_store table. Done that and all good now, thanks though!
Jump to post- Thu Sep 01, 2016 9:14 pm
- Replies 8
- Views 1365
Re: OK to modify DB directly?
So I added a few Manufacturers directly to DB and although it shows the name fine in the Admin, but the image doesn't show up, not does it show in the frontend:
Error:
Brand not found!
... whereas manufacturers added via admin shows up fine. Am I missing something here?
Thanks
- Thu Sep 01, 2016 9:03 pm
- Replies 8
- Views 1365
Re: OK to modify DB directly?
Ah great, thanks for the confirmation!
No the two databases are not identical. mongodb has tons of other fields, I'm just going to use MPN as the common index between the two and update only price and quantity once the products are in OC, hope that should work without any issues?
- Tue Aug 30, 2016 8:14 pm
- Replies 8
- Views 1365
Re: OK to modify DB directly?
Ah glad to hear that.
Can someone confirm with certainty that its alright to add/update products directly from DB?
Thanks!
- Tue Aug 30, 2016 7:39 pm
- Replies 8
- Views 1365
OK to modify DB directly?
Hi, I've been looking at the architecture to create an extension that connects to both Opencart and my other database (MongoDB) that has the most up-to-date quantity and price information, and syncs data at an interval. However, I was wondering if instead of an extension what if I modify the Opencar...
Jump to post- Tue Aug 30, 2016 6:46 pm
- Replies 8
- Views 1365
Re: Change incl. and ex. tax price position
/shop/catalog/language/english/product/product.php Just as example, out of this: $_['text_tax'] = 'Ex Tax:'; just make this: $_['text_tax'] = '<span style="font-size:18px;color:#F40000;">Ex Tax:</span>'; to get, by example, what you see on the image below.! Good Luck ;) Ernie .. but won't...
Jump to post- Tue Aug 30, 2016 2:03 am
- Replies 9
- Views 3124
Continuous inventory update (programatically)
Hi everyone, I'm just getting started with Opencart so please bear with me. I'm looking to write a module that can add/update products from MongoDB and since this would be done daily for over 3000 products, thats why it has to be an automated process and needs to be done programatically, so using an...
Jump to post- Tue Aug 30, 2016 2:00 am
- Replies 1
- Views 610
Re: PayPal Website Payments Pro Help Please
Like many others, sandbox doesn't work for me as well. Live works.
Jump to post- Fri Aug 26, 2016 9:38 am
- Replies 31
- Views 30700
Re: Just can't install the damned extensions!
Moved to vultr and finally got FTP working. Import/Export Extension installed successfully (phew!) and also activated via Go to System > Users > User Group > Edit Administrator. However, I still don't see anywhere to access the extension under "tools". Am I missing something? Thanks
Jump to post- Fri Aug 26, 2016 12:44 am
- Replies 3
- Views 1636
Re: Fatal error: Class 'DOMDocument' not found ?
FINALLY! I was able to install the extension.
This module should also be in the installation checklist, anyway I can install extensions now, phew!
- Fri Aug 26, 2016 12:32 am
- Replies 2
- Views 3202
Re: Getting error from installing ocmod.zip
Uploaded via FTP, now? How to enable it?
Jump to post- Wed Aug 24, 2016 7:34 pm
- Replies 4
- Views 3356
Just can't install the damned extensions!
Sorry for the title but I've never spent more time on an app figuring out a small thing, in this case, installing extensions! Its incredibly difficult, I can't believe its not been fixed since .. 2014? I tried to enable FTP but since I'm on Amazon EC2 vsftpd has its own issues to I gave up on that. ...
Jump to post- Wed Aug 24, 2016 6:55 pm
- Replies 3
- Views 1636
Re: Permission Denied (13) when installing extensions?
I have the exact same issue and spent a couple hours over it now .. sheesh
I can't even enable ftp on EC2 .. tried vsftpd but all sorts of issues .. so I'm stuck now. This is a major issue really and should be fixed on priority. Atleast enable SFTP instead of just FTP.
- Tue Aug 23, 2016 11:46 pm
- Replies 3
- Views 3699
Modifying admin area
Hi,
I'm trying to make a couple of cosmetic changes to the admin to suit my needs and I need to edit stylesheet.css for it, but I want to make sure my edits are preserved between opencart updates.
So I'm wondering whats the best way to go about it?
Thanks
- Tue Aug 23, 2016 5:45 pm
- Replies 1
- Views 377
Re: [RELEASED] Multilingual Export/Import for OpenCart 2.x
Hi,
First off, thanks for developing and making the plugin available for free!
I just installed it and trying to figure it out. I'm wondering if there are excel templates available to test and see how it works?
Thanks
- Sat Aug 13, 2016 10:00 am
- Replies 1182
- Views 2336844
Search found 19 matches