Jump to content



Latest News: (loading..)

willer2k

Member Since 29 Jun 2012
OFFLINE Last Active Mar 26 2013 05:19 PM
-----

Posts I've Made

In Topic: OSC v2.3 to v3, safe to upgrade?

18 March 2013 - 03:09 PM

@DunWeb

Okay, thank you for your help kind sir.

In Topic: OSC v2.3 to v3, safe to upgrade?

18 March 2013 - 01:13 AM

View PostDunWeb, on 18 March 2013 - 01:05 AM, said:

ps.  There will not be an upgrade from 2.3.2 to v3.x.  It will be a NEW build when v3.x is released.


Oh okay. Thanks Chris. :)
Hey, considering you are a developer, are you in anyway involved in the development of v3.x? If so, do you have a very rough idea as to when v3.x will be released? Couple of months? Couple of years?

In Topic: Product Images storage location.

16 November 2012 - 04:05 PM

@JeffroDH

OMG< where were you all my life?!

Thank You boss!! :D

In Topic: New Canada Post E-commerce Shipping Solution Integration

10 September 2012 - 07:04 AM

works fine for me

In Topic: Portuguese chars issues

06 August 2012 - 10:28 PM

@ajgcardoso
Oh dude, I had the exact same issue like a couple of days ago, check out the topic I posted, biancoblu gave me the solution to the issue.
http://forums.oscommerce.com/topic/388528-french-charset-issue/

Basicly, if you chose utf-8, then have all your php files encripted using utf-8 (without BOM), database has to be utf-8.

The best way to do it, is to use HTML entities thou, takes a little longer, but it will never fail regardless of your php encoding, database ect.

So instead of typing out "Comentários", type in "Coment&aacute;rios" and it will display as "Comentários" no matther what.:
Check out this link for a converter:
http://htmlentities.net/