Search found 189 matches

Search found 189 matches

Re: Need a debugger

I'm sure someone will be along to help soon, but if you did want to have another go yourself then it might be worth having a look at Code Lobster and XAMPP: CodeLobster: http://www.codelobster.com/news.html XAMMP: https://www.apachefriends.org/index.html If you install XAMMP so that you can get a co...

Jump to post
  • Fri Oct 03, 2014 10:02 pm
  • Replies 2
  • Views 626
Re: Google Base Product Feed XML errors

Haven't tested or done any reading on Google product feeds so this is a guess: You could try modifying catalog/controller/feed/google_base.php to change how the output is formatted. If you look at the line for the brand, it's calling html_entity_decode on the manufacturer (replacing any unicode char...

Jump to post
  • Tue Sep 23, 2014 6:35 pm
  • Replies 1
  • Views 382
Re: Mod That Turns "No Shipping" Into "Free Shipping"

I'd use a 'free shipping' extension rather than messing with the 'no shipping' option: http://www.opencart.com/index.php?route=extension/extension&filter_license=0&filter_search=free%20shipping (this search is just for the free ones, there are paid free shipping extensions too that may be mo...

Jump to post
  • Tue Sep 23, 2014 6:01 pm
  • Replies 3
  • Views 643
Re: Anyone recognize this scam?

It's the shipping part that's the bulk of the scam (you're helping to launder a stolen cc or some other illegitimate fund and possibly opening yourself up to other fraud, like a dodgy shipping company or a chargeback scam). And as MarketinSG said, you're bypassing the fraud checks of your payment ga...

Jump to post
  • Thu Sep 18, 2014 5:42 pm
  • Replies 11
  • Views 4555
Re: Best Way to Start Over?

What I had to do with an old Opencart installation was: 0. BACK UP ALL THE THINGS! 1. Install a fresh, untainted copy of whichever version you want to move to (not necessarily the latest, just the one you're comfortable with) - go into phpMyAdmin and export the structure of the new database. Now exp...

Jump to post
  • Fri Sep 05, 2014 11:14 pm
  • Replies 1
  • Views 530
Re: Integration with a PHP based Point of Sale

If they're both using MySQL then I don't see why not. I set up a shop for someone that uses OpenCart for the website and talks to their proprietary till/POS with an automated hourly export using "Database Tour" (http://www.databasetour.net for anyone that needs a one-stop client for differ...

Jump to post
  • Fri Sep 05, 2014 10:53 pm
  • Replies 2
  • Views 2059
Re: Slow Website

the same test for your hosting company's website takes a good 5 seconds - maybe consider a better host, or if you're aiming at the American market (where that test is running from), a server that is nearer to them?

Jump to post
  • Fri Sep 05, 2014 10:32 pm
  • Replies 3
  • Views 677
Re: Can't access Admin Panel

If it's been working and just stopped working without any changes having been made - check your server logs, there should be a clue in there. When you say 'the payment section', do you mean a page in Opencart itself is timing out or the payment gateway? What's the URL of the page where it's timing o...

Jump to post
  • Tue Aug 12, 2014 12:03 am
  • Replies 2
  • Views 462
Re: Not Able To Create Information Page

What vQMods do you have installed? Does the problem go away when you disable them?

Jump to post
  • Tue May 20, 2014 12:02 am
  • Replies 3
  • Views 963
Re: Database weirdness after restore

Was it always on 1.5.5.1? That sounds like a structural issue in the database, so maybe part of a previous upgrade/update was missed? Might be worth looking at the ''upgrade' script in the install folder for 1.5.5.1 and make sure it matches up with the structure you have. Maybe also have a look at t...

Jump to post
  • Tue Feb 04, 2014 8:03 pm
  • Replies 3
  • Views 517
Re: Call for quote if outside the UK?

Maybe copy the 'cash on delivery' files?

Jump to post
  • Fri Jan 31, 2014 1:22 am
  • Replies 6
  • Views 1334
Re: vqmod to real core

If you temporarily install vqmod, you can get your mods just how you want them, and then replace the 'real' files with the ones from your vqcache folder (which will have all the mods applied).

Jump to post
  • Mon Jan 27, 2014 5:29 pm
  • Replies 10
  • Views 1349
Re: [solved] Point to current URL from Controller

Not sure that HTTP_REFERER can be trusted. You might be better off/safer finding out the URL of the page and feeding it to your login template. If you have a search, there are a few threads that discuss saving the current page URL to the session or making it a template variable (either one of those ...

Jump to post
  • Thu Jan 23, 2014 9:28 pm
  • Replies 4
  • Views 3088
Re: Shopping Cart Troubles

Could maybe give the quantity td a temporary background colour so that you can see exactly what's wrapping where. Would guess that the td isn't wide enough for the elements - maybe making it a little wider would fix the problem.

Jump to post
  • Thu Jan 23, 2014 12:07 am
  • Replies 2
  • Views 496
Re: SSL= Safe online store

Yes, SSL will keep you safe from everyone apart from governments :)

It is also good for customer confidence - if they see the padlock in the address bar then they feel safe.

Jump to post
  • Tue Jan 21, 2014 5:50 pm
  • Replies 1
  • Views 289
Re: Is it legal to use company logos on my webshop

This is more of a vague answer than a complicated one: If you're at all unsure, any company worth their salt will have a document or a page on their website that shows how, where and under what circumstances their logo/branding can be used. Typically, if you're selling their products then showing a ...

Jump to post
  • Tue Jan 21, 2014 12:33 am
  • Replies 1
  • Views 245
Re: Turn Historical Changes into VQMOD

WinMerge ( http://winmerge.org ) will give you a 'diff' comparison of two files, and you can use it to compare directories - You might be able to script something that generates vqMods from that (or at least, gets you closer to a vQMod). You could also look at version control - GIT ( http://git-scm....

Jump to post
  • Fri Jan 17, 2014 9:30 pm
  • Replies 3
  • Views 617
Re: vQmod not parsing some files

Restarted the server for an unrelated job and suddenly it works perfectly again ::)

Jump to post
  • Fri Jan 17, 2014 9:25 pm
  • Replies 3
  • Views 621

Search found 189 matches