Show Posts


Messages - abolabo

Pages: 1 ... 117 118 [119] 120 121 ... 137
1771
Support / Re: address format???
« on: April 01, 2013, 06:43:11 AM »
Data of new account form validates in file
public_html/storefront/model/account/customer.php method validateRegistrationData, line #174

you can remove check for city
Code: [Select]
if ((strlen(utf8_decode($data['city'])) < 3) || (strlen(utf8_decode($data['city'])) > 128)) {
$error['city'] = $this->language->get('error_city');
}
or just comment.
Also you can open file public_html/storefront/controller/pages/account/create.php
and change 'required' => true  by 'required' => false
Code: [Select]
$this->data['form'][ 'city' ] = $form->getFieldHtml( array(
                                            'type' => 'input',
                                            'name' => 'city',
                                            'value' => $this->request->post['city'],
                                           'required' => true ));




1772
General Support / Re: ssl certificate trouble logging in
« on: March 29, 2013, 02:29:58 PM »
hm.. i don't know relation between ssl-certificate and login procedure :-\
ssl-cert is part of webserver side, not abantecart.

Give me details via private message.

1773
Support / Re: Error when changing content
« on: March 29, 2013, 08:19:04 AM »
you have to upgrade your abantecart. this bug was fixed in prior releases.

1774
Support / Re: Unable to login to admin page! please help!
« on: March 27, 2013, 06:01:39 AM »
Unable to login to admin page, can somebody help?


ERROR LOG AS BELOW:-

[Tue Mar 26 21:12:01 2013] [error] [client 175.137.155.26] PHP Deprecated:  Comments starting with '#' are deprecated in /home/decraftg/public_html/php.ini on line 1 in Unknown on line 0

Please open your php.ini in your abantecart directory and replace # sign by ;
P.S. we already fixed it in some release.

1775
General Discussion / Re: has anyone added the authorize.net seal?
« on: March 24, 2013, 11:19:38 AM »
because you pasted that html as text. Use button "source" on js-editor toolbar

1776
https://hplcgcstore.com/resources/image/18/84/6.png
it's not AbanteCart issue.
check permissions

1777
i just registered and all images appeared. Post screenshot with details ....with addressbar and url of opened page

1778
General Support / Re: Help required on upgrade
« on: March 22, 2013, 03:37:10 AM »
 just files without any sql. Just replace.

1779
General Support / Re: were do I find the code subfolder
« on: March 22, 2013, 03:22:41 AM »
I need to know were to find the code subfolder that the upgrade from 1.1 to 1.1.1 is, do i find it in the SQL or file manager, and then were to, there are so many folders
Please tell me step by step where to find the folders so I can upgrade my site, and stop pestering everyone with these questions  :(

code subfolder inside package http://abantecart.googlecode.com/files/abantecart_1.1.1_upgrade_only.tar.gz

it's archive. if you use windows as OS download 7zip for extracting

1780
New Features Discussion / Re: One page checkout
« on: March 22, 2013, 01:15:12 AM »
yes, i can

1781
General Support / Re: Help required on upgrade
« on: March 22, 2013, 01:13:53 AM »
To upgrade cart from v1.1.0 to 1.1.1 download this package, unpack and replace all files of your abantecart by files from "code" subfolder.

To upgrade from 1.1.1 up to 1.1.2 go to abantecart admin section, menu extensions->install extension. Type in field  "abantecart_upgrade_112" and press "go".
The same with upgrade to 1.1.3 and 1.1.4... keys for upgrade abantecart_upgrade_113 and abantecart_upgrade_114.

Do not forget do full backup before start.

1782
General Discussion / Re: change the download link
« on: March 20, 2013, 11:50:37 PM »
Hence, I would like to be able to view the documentation first on how zero payments are handled in the newest version.
i already added this functionality to v.1.1.5.
Now we will checks total amount. If amount is 0 - just confirm order and going to success page. right? :)

1783
Support / Re: Resetting password and user name in control panel
« on: March 20, 2013, 11:45:43 PM »
hello again:)

If you do not receive emails that means you does not set up email preferences of your AbanteCart.
You can do this manually via sql changes. You have to open table your_prefix_"settings" and change values for those keys:
     key name                               value

1. config_mail_protocol            smtp
2. config_mail_host                   ssl://smtp.gmail.com
3. config_smtp_port                   465
4. config_smtp_username       your_user_name@gmail.com
5. config_smtp_password        ********

then go to login page and repeat password recovery procedure.
You have to get email.
If not - i have another way to recovery password but it's harder:)

By the way. Did you saved password into browser's password manager?

1784
Support / Re: How do I sell digital downloads of a PDF?
« on: March 20, 2013, 05:27:27 AM »
The limit in php.ini is 100Mb.

But the problem seems to come from the limit in System|Settings|System where it seems that it can not exceed 8Mb.

I succeeded uploading a smaller zip.

Isn't it possible to uploas larger files or files other than zip files?

Thanks for your help.

"The limit in php.ini is 100Mb." - if you see 8Mb on your settings page that's means limitation 8mb by fact. I added this "note" to see actual limit there.

About file types.
You can to look inside database, table "resource_types" and add some type manually. By default AbanteCart use file types for archives   by regular expression  /.+(zip|rar|gz|7z)$/i
Add your own.

1785
Support / Re: How do I sell digital downloads of a PDF?
« on: March 20, 2013, 04:49:21 AM »
try to create some zip file with size less then 1mb and upload to resource library. Also take a look on settings "max upload size". You have to see limitation  by your php.ini directive , for ex. "2Mb".
You cannot to set max upload size greater then value of this directive. You need to change it first.

Pages: 1 ... 117 118 [119] 120 121 ... 137

Powered by SMFPacks Social Login Mod