News:

AbanteCart v1.4.2 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - João Monteiro

#1
How-to questions / Re: Special Characters
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
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
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
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
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 ...~

Forum Rules Code of conduct
AbanteCart.com 2010 -