Search found 75 matches

Search found 75 matches

nde

Re: XHTML, CSS, mod_rewrite

I only tested this on 1.1.9, had no time yet to see if it works on the latest too.
But as I understand it should cause problems anyway, but I'm don't remember what exactly...

Jump to post
  • Sun Mar 22, 2009 9:24 am
  • Replies 5
  • Views 1975

nde

Re: Keeping track of all the changes...

I think SVN is enough for a detailed changelog (code). And there's already a static one which is good for new features etc...

And this wouldn't cover the changes you make yourself anyways. A diff tool comes in handy, the best one I've found is Winmerge.

Jump to post
  • Sun Mar 22, 2009 9:23 am
  • Replies 18
  • Views 5170

nde

Re: XHTML, CSS, mod_rewrite

1) I'm working on a valid template for myself and gonna send it to Daniel, then it's up to him... 2) I think it's been discussed numerous times but I can't remember what the problem was. I played with .htaccess a bit: RewriteEngine on RewriteRule ^product_([0-9]+).html$ index.php?route=product/produ...

Jump to post
  • Tue Mar 17, 2009 6:43 pm
  • Replies 5
  • Views 1975

nde

Re: search forum problem

I think all editable content should be grouped in the backend, maybe in a section called content or CMS. Right now it's in various places and some links in the info box are hard coded, some are generated.

Jump to post
  • Tue Mar 17, 2009 3:31 am
  • Replies 11
  • Views 3056

nde

Re: Browsers

Yeah, they got the money and IE6, so make it work for them :D Like I wrote above, imagine your grandma shopping on the net. She probably doesn't care what a browser is. Her IE6 will do the job and her box isn't much more than a virtual typewriter anyways. Also, IE7 can only be installed on XP with S...

Jump to post
  • Sun Mar 15, 2009 11:52 pm
  • Replies 10
  • Views 4704

nde

Re: IE 6

I'll pm you, give me a few days to finnish it.

Jump to post
  • Fri Mar 13, 2009 6:39 am
  • Replies 9
  • Views 3065

nde

Re: Characters not showing!

Best stick with UTF-8 for websites. When you save the files as UTF-8 and tell the browser iso-8859-15 is coming, then something is wrong... Using character entitys for special chars is the best method I think. Standard characters work everywhere, substitute anything above them with html name ID or c...

Jump to post
  • Fri Mar 13, 2009 5:47 am
  • Replies 15
  • Views 4442

nde

Re: IE 6

Daniel, I'm building a 3-column css for the front end that I already tested on every major browser on Windows, Linux and MacOS (works on IE5 and uses no CSS hacks). If you're interested I can send it over when I'm done...

Jump to post
  • Fri Mar 13, 2009 5:36 am
  • Replies 9
  • Views 3065

nde

Re: Browsers

People don't upgrade because they simply don't know how (picture your grandma shopping on the net), or it's not possible for them (they can't alter their box on the job), etc... reasons are endless. But anyway, are you really asking this to the millions of users still using IE6? It's the job of the ...

Jump to post
  • Wed Mar 11, 2009 11:11 am
  • Replies 10
  • Views 4704

nde

Re: Product picture enlargement

that's a jQuery "lightbox" plugin. it's in the following file, but the source is compressed: opencart\catalog\view\javascript\jquery\thickbox\thickbox-compressed.js you can download the script here, translate and put it back to the folder (on line 128): http://jquery.com/demo/thickbox/thic...

Jump to post
  • Tue Mar 10, 2009 10:11 pm
  • Replies 2
  • Views 1713

nde

Re: Why use OpenCart?

It depends on what the user/shop owner needs. Opencart cons: - searches rely on javascript, that's obstrusive - development is not yet finished (so a comparision doesn't make much sense yet) Opencart pros: - it feels rock solid to work with and to build your shop Prestashop cons: - the backend could...

Jump to post
  • Tue Mar 10, 2009 10:02 pm
  • Replies 66
  • Views 32599

nde

Re: Is OC really Search Engine Friendly?

Of course OC is search engine friendly. It's been discussed before, search the forum. Don't hate me but SEO is mostly a buzzword to throw around. Google doesn't care too much about URLs (except the domain name of course). The most important place for keywords to appear is the title tag of the page. ...

Jump to post
  • Tue Mar 10, 2009 9:47 pm
  • Replies 5
  • Views 2729

nde

Re: Characters not showing!

Could be various other things:

a) XML namespace

Code: Select all

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en" xml:lang="en">
b) Encoding of the browser not set to utf-8 or auto-detect

Jump to post
  • Tue Mar 10, 2009 8:37 am
  • Replies 15
  • Views 4442

nde

Re: Sitemap

Oh I didn't read that you already noticed the empty first line. The code of the plugin shouldn't produce whitespace.
Your generated XML works if the first empty line is removed, I just tested and it's well-formed...

Jump to post
  • Tue Mar 10, 2009 8:33 am
  • Replies 7
  • Views 47654

nde

Re: the footer overlap with the content

Is it a fresh install (no modifications)? Are you testing on your local machine? Strange that it goes away after some refreshes. This sounds like the issue is somewhere else. But the store front template has a few bugs/issues, see here: http://forum.opencart.com/viewtopic.php?f=20&t=3129&p=1...

Jump to post
  • Tue Mar 10, 2009 8:29 am
  • Replies 6
  • Views 2683

nde

Re: Link to a specific opencart language page

Just a general question: why would you want Italians to read your pages in english? It seems to me that the way it is right now is quite perfect: any Google search using terms in english redirects native italian speakers to pages in their language (if they exist). Now you want them to read the page ...

Jump to post
  • Tue Mar 10, 2009 8:23 am
  • Replies 25
  • Views 18612

nde

Re: New Members

Fantastic News. Great to hear Open Cart is going "out there" where it should be. @Daniel & Pete, OpenCart has to be a no-brainer for anyone looking for a simple yet powerful e-commerce engine. Can you keep it this way please. Please don't make it complicated like Virtuemart. Please ke...

Jump to post
  • Tue Mar 10, 2009 8:05 am
  • Replies 12
  • Views 6406

nde

Re: Sitemap

The XML declaration MUST be in the first line of an document. Maybe that breaks the page (as things are more strict there). With the DOCTYPE it's not that strict, most browsers just ignore the declaration if it's not on the first line (which is most likely unwanted too since it triggers Quirks mode)...

Jump to post
  • Mon Mar 09, 2009 9:59 am
  • Replies 7
  • Views 47654

nde

Re: Safemode Workaround for Opencart?

You can only switch it off on their premium packages (dedicated servers).

But my advice is to find a better quality host. Many of them support safemode off nowadays, at least via some .htaccess flag.

Jump to post
  • Wed Mar 04, 2009 7:28 pm
  • Replies 4
  • Views 3971

nde

Re: Requests

oh yes, I second that idea.
there could be another field for the stock number after the product option. now when that number reaches 0, simply reflect that in the front end.

Jump to post
  • Wed Mar 04, 2009 7:32 am
  • Replies 6
  • Views 3309

Search found 75 matches