Search found 34 matches

Search found 34 matches

Re: Import-export from joomla to opencart problems

This thread is really old but wanted to mention my answer for anyone looking... Considering your using something other then virtuemart called "book library" yes you need to do a custom migration. The trick in doing a CSV or Excel export from your custom shop to Opencart is to: 1) use a rea...

Jump to post
  • Thu Aug 13, 2020 4:24 am
  • Replies 2
  • Views 3863
Re: how to change joomla to opencart?

Hi, I realise this thread is old but a prospective client showed me this and had questions so I provided help and thought others might benefit from it. RE: how to migrate database from joomla to opencart If you do have a shopping cart on Joomla already you need to use a migration tool in order to mi...

Jump to post
  • Thu Aug 13, 2020 2:05 am
  • Replies 4
  • Views 1685
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)

I think this code is meant to remove from cart and add the same things back right after deletion if the current session id has items in the cart with customer_id=0 and now has a customer id. When it adds them back it sets the right customer id and then the previous logged in cart is merged witht he ...

Jump to post
  • Sun Apr 21, 2019 2:36 pm
  • Replies 38
  • Views 22232
Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)

Hi All, Sorry, I have not posted in a while but I think I have a major bug that I just found. Does anyone know if this was reported before and if so can provide the fix? If not I am going to fix it myself quickly. It has to do with having 15+ items in the cart and checking out and registering. The r...

Jump to post
  • Sun Apr 21, 2019 10:31 am
  • Replies 38
  • Views 22232
Re: [SOLVED] emails from web forms blocked by smtp provider

I had that problem too but it turned out for me that it only happened when I used my own email as the customer email when it was going to my email account. For some reason thunderbird or gmail made it reply to nothing when I hit reply but then i used an alternative email of mine and it worked fine. ...

Jump to post
  • Wed Jan 06, 2016 2:58 am
  • Replies 14
  • Views 8673
Re: [SOLVED] emails from web forms blocked by smtp provider

I had this same issue with a client and created this: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=25250 Also if anyone has issues after this is fixed check if your ip is blacklisted: http://mxtoolbox.com/SuperTool.aspx?action=blacklist Remember use your server's...

Jump to post
  • Tue Jan 05, 2016 1:49 pm
  • Replies 14
  • Views 8673
Re: How do I change the reply-to email address?

I know this thread is old but I wanted to share a vqmod I created for this. Try this: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=25250 I just created it because I needed to change the contact form to stop using the customers email as the from address and use th...

Jump to post
  • Tue Jan 05, 2016 12:37 pm
  • Replies 11
  • Views 9213
Re: Google Analytics Expert

Hi Spitos, I found a bug in the vqmod for version OpenCart v2.0x that was causing adwords conversions not to load: google_analytics_expert.xml Around line 1051 $data['ga_adwords'] = $this->config->get('config_adwords'); Should be: $data['ga_adwords'] = $this->config->get('config_ga_adwords); This ca...

Jump to post
  • Sun Nov 15, 2015 9:54 am
  • Replies 156
  • Views 64496
Re: [VQMod] USPS API Update (Latest API Update)

No problem. In coding mistakes/bugs happen all the time. Its not about them not happening its about the response time getting the right fix in. I think you have done well on both counts. Have a great night/day!

Jump to post
  • Fri Jun 05, 2015 3:12 pm
  • Replies 285
  • Views 96870
Re: [VQMod] USPS API Update (Latest API Update)

Im not sure about the error checking...I just know my client was not happy with the $0 (Which showed up as $3 for her because she has a S&H charge) so I told my dev to put in error checking so if it happens again atleast it wont show that method as an option. I think my philosophy is to always c...

Jump to post
  • Fri Jun 05, 2015 2:35 pm
  • Replies 285
  • Views 96870
Re: [VQMod] USPS API Update (Latest API Update)

RE: Also, is anyone else running into an error involving the <CommercialFlag> or <CommercialPlusFlag> tag? It's popping as an invalid tag on my installation. Odd, since it's in the documentation.

Maybe you are not setting the right revision/api version? That is just off the cuff.

Jump to post
  • Fri Jun 05, 2015 2:30 pm
  • Replies 285
  • Views 96870
Re: [VQMod] USPS API Update (Latest API Update)

We came across an issue with the zip not being passed. I did not have time to read recent posts in this thread but it seems some people (henkster) are already responding to this issue. We fixed it this way with a new vqmod as follows but we also added a fix to check for a service error which I think...

Jump to post
  • Fri Jun 05, 2015 1:31 pm
  • Replies 285
  • Views 96870
Re: Slow Open Cart Store Because of Category Data Processing

Im sorry for not responding to the posts that have been made since I created this post. For some reason even though I am subscribed I am not getting notifications of new posts. Thanks platoon for your contribution...I have updated my file in case nobody scrolls and reads further. Also paynechia let ...

Jump to post
  • Sat Dec 20, 2014 10:36 am
  • Replies 16
  • Views 18570
Re: What is the largest shop so far, any scaling issues?

I had this issue too. I created a vqmod to speed things up by caching the categories processing in two files:

http://forum.opencart.com/viewtopic.php ... 11#p500211

Jump to post
  • Fri Jun 06, 2014 10:48 am
  • Replies 85
  • Views 53981
Slow Open Cart Store Because of Category Data Processing

??? Hi, This is not exactly a bug but it is a performance issue for stores with lots of categories. We have a store here: http://www.lynallan.com/ We have a lot of categories in the top menu and also on sub category pages in the right sidebar. We were seeing server side and client side total page lo...

Jump to post
  • Fri Jun 06, 2014 9:58 am
  • Replies 16
  • Views 18570
Re: OpenCart v1.3.2

Thanks TAurus, I did not check for new records...only structure changes. If you already use my instructions to upgrade then run this sql: INSERT INTO `setting` (`setting_id`, `group`, `key`, `value`) VALUES ('', 'config', 'config_stock_display', '0'), ('', 'config', 'config_error_filename', 'error.t...

Jump to post
  • Sun Aug 23, 2009 8:35 am
  • Replies 110
  • Views 74728
Re: Cached Images and Size

Yes, I did realize that the cache rebuilds itself and it only was not working because I tried a sized of "900xnothing". I took a look at the image_resize function in the image helper. I understand why uniform sizes on thumbnails is important but on the larger pictures it ends up making the...

Jump to post
  • Thu Aug 20, 2009 7:00 am
  • Replies 14
  • Views 15960
Cached Images and Size

I am wondering how cached images work. I set my popup product images to 900x900 then I noticed that it adds white space to the image if it is not 900x900 rather then just resize by width only. For example if a photo is 1000x600 open cart will make it 900x900 if you set that in the admin instead of s...

Jump to post
  • Wed Aug 19, 2009 3:21 am
  • Replies 14
  • Views 15960
Re: OpenCart v1.3.2

This is what I use: http://winmerge.org/

It's not an exact science but it will be helpful. But I agree...it should be on the website developer to figure it out. The more overhead the project developer(s) have to do on each release the less new features.

Jump to post
  • Tue Aug 18, 2009 10:49 am
  • Replies 110
  • Views 74728
Re: OpenCart v1.3.2

topgun wrote: Thanks.

Also, how do I go about running that file in phpmyadmin? Is it through the query section?

Yes you can open the sql file and copy and paste into your sql query section or you can upload the sql file in the import section of phpmyadmin. Make sure you back everything up first.

Jump to post
  • Mon Aug 17, 2009 9:34 am
  • Replies 110
  • Views 74728

Search found 34 matches