Search found 15 matches

Page 1 of 1

Search found 15 matches

Help with translation from EN to NL

We are looking for a translator for the information pages as "terms and conditions", "about us", "privacy policy" and other parts of the website from English to Dutch. Where can I find one? If anyone is interested, please contact me by sending a CV too. Thanks.

Jump to post
  • Tue Sep 11, 2012 5:36 pm
  • Replies 0
  • Views 447
Re: Why does jQuery work only in the home?

The piece of code I put here is only an example you can cut & paste into an installation of OC 1.4.x because uses two divs already present.

Jump to post
  • Thu Jun 30, 2011 4:03 pm
  • Replies 3
  • Views 731
Re: Why does jQuery work only in the home?

I've tried your solution putting the code in cart.tpl BUT it doesn't work properly. As I said, it works only in the home page and NOT on the other pages.

Jump to post
  • Wed Jun 29, 2011 3:17 pm
  • Replies 3
  • Views 731
Why does jQuery work only in the home?

I put this piece of code in the header.tpl but it works only in the homepage. Why? ??? (I'm using OC 1.4.9.3)

Code: Select all

<script type="text/javascript"> 
$(document).ready(function(){
	$('#module_cart').insertAfter('.box');
});
</script>

Jump to post
  • Tue Jun 28, 2011 3:58 pm
  • Replies 3
  • Views 731
Re: SEO url for products like this: store.com/id_name

Almost solved. Now I can auto-put the id before the name product. Soon I'll post my solution.

Jump to post
  • Fri Mar 18, 2011 7:39 pm
  • Replies 4
  • Views 1269
Re: SEO url for products like this: store.com/id_name

that system almost makes the SEO url classes in OpenCart redundant, because if you have the product id on the url you can set up a rewrite rule to turn them into product pages, doing it in apache rather than php. URLs aren't as friendly though, isn't the point of SEO urls to remove useless info lik...

Jump to post
  • Fri Mar 18, 2011 4:52 pm
  • Replies 4
  • Views 1269
SEO url for products like this: store.com/id_name

______________________________ I opened a topic with the same title in the "General Support" section but I think it's also a good "Feature Request" to discuss, uh? Moderators, feel free to delete one topic if it's against this forum rules to post topics with the same title in dif...

Jump to post
  • Thu Mar 17, 2011 6:37 pm
  • Replies 4
  • Views 1269
SEO url for products like this: store.com/id_name

How to "auto-set" the seo url for products like this: mystore.com/id_product-name i.e.: electronicstore.com/23_tv-plasma-samsung-MX100 instead of the default: mystore.com/category-name/product-name i.e.: electronicstore.com/tv-plasma/tv-plasma-samsung-MX100 The advantages of these solution...

Jump to post
  • Thu Mar 17, 2011 6:25 pm
  • Replies 3
  • Views 1043
Re: [MOD] - Remove All Demo Data

ATTENTION: DO NOT INCLUDE "order_status" into this deleting routine otherwise your history order will not work!!!

Jump to post
  • Wed Mar 16, 2011 6:14 pm
  • Replies 63
  • Views 251264
Re: How to force a language on front store?

I have no idea how to realize such a thing. ??? Do u have any, i2Paq?!?

Jump to post
  • Wed Mar 16, 2011 2:22 am
  • Replies 7
  • Views 3576
Re: How to force a language on front store?

i2Paq wrote: What we are looking for is to have the language already loaded when someone visits domain.co or domain.nl
This so that each different top-level opens just one language and ignores others that are available.
Exactly what I need! ::)

Jump to post
  • Mon Mar 14, 2011 7:40 pm
  • Replies 7
  • Views 3576
Re: How to force a language on front store?

Ok, it works but I can't force google to indicize me with this string on the url. I need to find a way to work also if a visitor browse me as www.mysite.com!
Do u understand?

Jump to post
  • Sun Mar 13, 2011 6:48 am
  • Replies 7
  • Views 3576
Re: Multistore: 1 language fixt per store

I think it's something to change in catalog-->controller-->common-->header.php
There are a lot of lines about language loading, cookies, browser, etc.

Jump to post
  • Sun Mar 13, 2011 2:10 am
  • Replies 7
  • Views 1634
How to force a language on front store?

I want to create a store using a language I am not familiar with (such as swedish) but I want to keep the admin panel in my language, therefore I want to force the language of the front store to this unfamiliar language despite the language of the browser or the IP visitor address. If I set the admi...

Jump to post
  • Sun Mar 13, 2011 1:01 am
  • Replies 7
  • Views 3576

Page 1 of 1

Search found 15 matches