Search found 26 matches

Search found 26 matches

ChannelAdvisor and Opencart

Has anyone had any experience or luck integrating ChannelAdvisor's inventory management to Opencart? From what I understand ChannelAdvisor's API is fairly robust. Sure stock status sync would be great, but ideally it'd be nice to be able to add new inventory items to Opencart from ChannelAdvisor. I ...

Jump to post
  • Tue Jan 29, 2013 11:28 pm
  • Replies 2
  • Views 4330
Upgrade 1.5.3.1 -> 1.5.5.0 Duplicate SQL Entry Error

I know, I know. No one should upgrade to a release as soon as it comes out, which is why this is on my development box. I just downloaded the latest 1.5.5 from Github and during the upgrade script, I get an error: Notice: Error: Duplicate entry '8-1' for key 'PRIMARY' Error No: 1062 INSERT INTO `cus...

Jump to post
  • Tue Jan 22, 2013 12:05 am
  • Replies 8
  • Views 2521
URL Parameters For Crawlers

Hello all. I've been reviewing my Google crawl stats in webmaster tools for my 2 Opencart sites and I'm getting a lot of duplicate title tags, mostly around the bot seemingly crawling the search pages. So my question is, which Opencart URL parameters can I exclude from the crawler to help this issue...

Jump to post
  • Thu Aug 30, 2012 10:25 pm
  • Replies 2
  • Views 1251
Re: Blank Products in Search Results

Looks like this may have solved the blank product issue, at least for me. Thanks ecoleman.

Jump to post
  • Fri Jul 13, 2012 9:30 pm
  • Replies 3
  • Views 858
Blank Products in Search Results

Hello all. I'm running Opencart 1.5.3.1 and am experiencing some strange things on the search result page. It varies by keyword, but I'm getting some blank rows in search results and can't figure out why. See screenshot. I'm not getting any errors in the error log or in my vqmod log. Any thoughts? I...

Jump to post
  • Tue Jun 26, 2012 6:50 am
  • Replies 3
  • Views 858
Re: [1.5.1.3] New 1.5.x search design causes new problems

I hope I'm not breaking any rules by necro'ing this thread, but after the release of 1.5.3.1 it doesn't appear these fixes have gotten into the code. I manually updated the code as described and my search is still returning some crazy irrelevant results. Has improving the base Opencart search become...

Jump to post
  • Wed Jun 13, 2012 10:09 pm
  • Replies 57
  • Views 23839
Re: [FIXED]Checkout process getting stuck

I'm actually experiencing the same issues as described by the OP (guest checkout won't move past step 4 and checkout new customer register won't pass the first step). I'm seeing it on an internal mirror server that I'm using to test the aftermath by upgrading our shop from 1.5.1.3 to 1.5.3.1. Our 1....

Jump to post
  • Fri Jun 08, 2012 11:52 pm
  • Replies 11
  • Views 1367
Re: [vQmod] Search model, sku, and upc

Hello! This vqmod is great. Would anyone know how to make the UPC field work with more than just numbers? Reason being I'm using the UPC field as a "hidden" tag for older part numbers but apparently the search won't pick up anything unless it's numbers only in the UPC field. I already upda...

Jump to post
  • Tue May 01, 2012 11:19 pm
  • Replies 21
  • Views 20609
Re: Routing Separate Categories to Same Page

You sir, are a king among men. Buying it now.

Jump to post
  • Sun Apr 29, 2012 2:21 am
  • Replies 9
  • Views 1107
Re: [RELEASED] Export/Import tool for OpenCart 1.5.0.x

Ok, so as long as it doesn't time out or blank page me I'm alright? phpinfo shows that the server API is CGI/FastCGI. I just wanted to check and see if there was something else I was missing.

Thanks for the quick response.

Jump to post
  • Thu Apr 26, 2012 5:02 am
  • Replies 544
  • Views 294133
Re: [RELEASED] Export/Import tool for OpenCart 1.5.0.x

First I want to say that this tool has been immensely helpful as long as I've been using Opencart. I recently moved our 1.5.1.3 site from a shared hosting provider to a VPS, and it seems like the time it takes for the export/import tool to generate the backup_categories_products.xls file has quadrup...

Jump to post
  • Thu Apr 26, 2012 2:36 am
  • Replies 544
  • Views 294133
Re: Routing Separate Categories to Same Page

But having 1 category redirected as opposed to 15 (Engine category + subcategories) for each model is pretty huge from a category count standpoint.

Jump to post
  • Tue Apr 24, 2012 12:55 am
  • Replies 9
  • Views 1107
Re: Routing Separate Categories to Same Page

Could I potentially do htaccess redirects? I'm just looking for some way to not overpopulate the site with hundreds of duplicate categories. If I can't have categories with multiple parents and can't do any type of redirect, am I basically out of luck when it comes to Opencart? I'm sure I can't be t...

Jump to post
  • Mon Apr 23, 2012 11:33 pm
  • Replies 9
  • Views 1107
Re: Routing Separate Categories to Same Page

Many models share the same engine, however they do not share the remaining subcategories. I can't just make a category that's 1991-1993 and make it flow properly. For instance: 1991 > Make1 > Model1 > Cable1 1991 > Make1 > Model1 > Engine1 1992 > Make1 > Model1 > Cable2 1992 > Make1 > Model1 > Engin...

Jump to post
  • Sun Apr 22, 2012 11:05 pm
  • Replies 9
  • Views 1107
Routing Separate Categories to Same Page

Hi again forums. I feel like I'm asking a ton of questions but I'm finally getting into the meat of Opencart. Anyway, I'm running a shop on 1.5.1.3 and I'm in the process of building information rich category pages to go along with the products. The issue I have is that many categories share the sam...

Jump to post
  • Sat Apr 21, 2012 4:06 am
  • Replies 9
  • Views 1107
Re: Moving the "Refine Category" Box

Strange. The box formatting went away when I applied the code move to the category.tpl in my theme, but the box formatting works perfectly if I edit the category.tpl in the default theme. I wonder if I have an add-on or something that only looks for the default category.tpl.

Jump to post
  • Sat Apr 21, 2012 1:24 am
  • Replies 5
  • Views 1590
Re: Moving the "Refine Category" Box

Thanks florinsith, I thought I was following the code right but I guess I wasn't. Here's what is happening from a display standpoint though after I move that snippet of code from further down the page to right below the header title. Before the move: http://thejetskistore.com/beforeedit.jpg And afte...

Jump to post
  • Fri Apr 20, 2012 3:57 am
  • Replies 5
  • Views 1590
Moving the "Refine Category" Box

Hello everyone. I'm struggling with trying to move the "Refine Category" box from the bottom of the Category page to the top on 1.5.1.3. Our category pages have pictures and text, then the refine category box goes underneath it, as it should. I'm trying to move that section to right below ...

Jump to post
  • Fri Apr 20, 2012 2:54 am
  • Replies 5
  • Views 1590
Re: Theoretical Category Limit

That's not exactly true Q. Our business is extremely category driven, and because of that we may need categories up to 10 levels deep. That's the issue we're running into. Make > Year > Model > Controls > Cables > Boat Cables > Throttle Cables That's a scenario where we are at least 7 categories dee...

Jump to post
  • Fri Apr 13, 2012 9:08 pm
  • Replies 10
  • Views 2114

Search found 26 matches