Show Posts


Messages - João Monteiro

Pages: [1]
1
How-to questions / Re: Special Characters
« on: April 26, 2019, 08:18:14 PM »
Found Solution: View/default/template/form/form_open

<form
        id="<?php echo $id ?>"
        <?php if($action) { ?>action="<?php echo $action ?>"<?php } ?>
        accept-charset="ISO-8859-1"
        <?php if($method) { ?>method="<?php echo $method ?>"<?php } ?>
        <?php if($enctype) { ?>enctype="<?php echo $enctype ?>"<?php } ?>
        <?php echo $attr ?>
>

i added this :  accept-charset="ISO-8859-1"


2
How-to questions / Re: Special Characters
« on: April 25, 2019, 01:14:23 PM »
yes you are right in the demo preview. this doesnt happen but in my website this is happening.

should i contact my hosting service?

3
How-to questions / Re: Special Characters
« on: April 24, 2019, 06:42:21 PM »
PS: i tried to change the collation in the db but nothing changes.

I can update data via mysql but cant update in /update_address&customer and  /update_customer.

really aprecciate any help

4
How-to questions / Special Characters
« on: April 24, 2019, 03:55:32 PM »
Hello everyone

Im new to this forum. I'm having some problem with some characters that Portugues people use.
I bought the pt extension but the problem  is not solved still.
I've searched but still didnt got any idea.

So whenever i try to use some special characters like "ã" "á" "ç" , im using this entity codes , &atilde; etc etc . So problem was solved, but now whenever my costumers create their account and they use this special characters. My email order details , come with this problems.

Example : Rua José Antunes Guima

5
How-to questions / How to change mobile Go to
« on: April 24, 2019, 02:50:27 AM »
Hello everyone

Im new in this forum, im trying to change the text where in my mobile site it shows the menu "go to"....

I went to storefront/view/javascript/custom.js

i changed this file and in the line 56 i changed the text to my own..

However its not changing ...~


Pages: [1]

Powered by SMFPacks Social Login Mod