Show Posts


Messages - abantecart

Pages: 1 ... 186 187 [188] 189 190 ... 203
2806
General Support / Re: how do i upgrade to v 1.1?
« on: September 28, 2012, 05:09:05 PM »
For this purpose we have designed and developed process that allow you to upgrade AbanteCart right in your admin.

You should have gotten a message in your Admin with the link that you can click to upgrade it.

If you do not have message you can go to "Package Installer" In Extension -> Install Extension.
In the input field copy/paste key abantecart_upgrade_110 and click continue.
Follow the upgrade steps.

Note: If you do not have write permission for some files, you can use FTP credentials as will be prompted or change all permissions on needed files to be writable.

This process backs up your system automatically.

For old fashioned way to upgrade:
Download upgrade package from http://code.google.com/p/abantecart/downloads/list
Open archive and copy content of code directory to your AbanteCart directory.
Run included upgrade.sql file in Mysql

This is all.




2807
General Discussion / Re: How to Change Shipping Rate?
« on: September 27, 2012, 10:02:16 PM »
I suggest you upgrade to version 1.1
We had some fixes in this area and good new features.

2808
Languages and Zones / Re: Problems with Russian lang
« on: September 25, 2012, 10:59:46 PM »
This looks like you have very small execution time set.

Try below in .htaccess or php.ini file

php_value max_execution_time 90

2809
General Discussion / Re: How to Change Shipping Rate?
« on: September 25, 2012, 10:48:41 PM »
What is a version of your AbanteCart?

2810
Support / Re: Automatically select shipping method
« on: September 24, 2012, 01:20:41 PM »
This issue is addressed in new version 1.1 that we are preparing for release today.

If you do not want to update and willing to change the code, I can give you instructions on that. I would recommend to update, because there are more issues that are fixed in upcoming version not to mention new features.

2811
Payment Modules / Re: Nochex
« on: September 19, 2012, 10:25:43 AM »
Thank you for this information.

We did not consider Nochex payment yet, but we will add it to consideration list.
Anyone feel free to step in and create an extension for Nochex payment

2812
The correct ink to admin it based on what is set during installation process of the AbanteCart

yourdomainname.com/index.php?s=[your_admin]

[your_admin] is provided during installation and can be located in system/config.php AFTER installation.

Below is INCORRECT
Quote
yourdomainname.com/index.php?rt=index/login&s=your_admin

2813
General Support / Re: Adding language
« on: September 14, 2012, 12:20:46 PM »
At this point we will be releasing version 1.1 in few days. The languages will be updated to v1.1
Current Russian language suppose to be compatible with version 1.0.4

Do you have issues with it?

2814
API Development / Re: Extension Generator Usage?
« on: September 13, 2012, 10:48:50 PM »
Key is used only with marketplace. For manual installations, there is no key needed

2815
API Development / Re: Extension Generator Usage?
« on: September 13, 2012, 09:56:15 AM »
Our goal to get user experience with one button install process that is currently set up in the marketplace.
We try to coordinate with AlgoZone marketplace that all extension go there, but they require extensive QA. This is good in a way, but slows things down.

2816
General Support / Re: Product not being displayed?
« on: September 13, 2012, 09:38:33 AM »
1. Please double check that you have selected correct store for the product
2. Rule of the thumb to clear cache in case something is not updated.


2817
API Development / Re: Extension Generator Usage?
« on: September 12, 2012, 07:08:47 PM »
Download extension archive in here:
http://www.abantecart.com/ecommerce-extensions-marketplace/67-utilities

Open archive and navigate to code/extensions/ directory.
Now copy (FTP) extension_generator directory completely with content to /extensions/ folder on your abantecart.
Last step you can activate/use extension in admin. You will locate it in extension section as any other extension in the system


2818
API Development / Re: Extension Generator Usage?
« on: September 12, 2012, 03:01:10 PM »
Unfortunately, there are no instructions yet. This was experimental, but we have big plans for it. We plan to extend to create developer tools. This will be worked on right after major release v1.1

You can simply click though it and if you have any questions, please post.

2819
General Extensions / Re: Forum title spelling?
« on: September 12, 2012, 02:57:42 PM »
Corrected. Thanks :P

2820
One more thing you can try.
Increase PHP memory limit.
This is located in php.ini file

Change:
memory_limit = 64M;
TO:
memory_limit = 128M;

Pages: 1 ... 186 187 [188] 189 190 ... 203

Powered by SMFPacks Social Login Mod