Show Posts


Messages - abantecart

Pages: 1 ... 184 185 [186] 187 188 ... 202
2776
Support / Re: Can not install any Extensions fro Store
« on: October 12, 2012, 06:34:33 AM »
We are aware of session issue in package installation that cause installation issues. We are preparing new build with the fix for this.

I am not sure if this is related. Please post the extension name.

2777
Support / Re: Template 521
« on: October 12, 2012, 06:31:50 AM »
Quote
I had 3 error messages in the admin panel telling me this
AbanteCart engine cannot find value of language definition with key "text_login" in /home/artwalls/public_html/AbanteCart/extensions/template512/core/template512.php line 58 (rt=setting/setting). Please add it manually in this link of control panel.

These are not errors and do not cause application to fail. These indicates that for some language these definitions are not present. You can add them in System -> Localization -> Language Definitions.
If these are missing for some non-default (English) language they will be copied from English.

2778
Support / Re: 1.10 new installation issue mysl 5.0
« on: October 11, 2012, 10:22:47 PM »
This error indicates that something in configuration of your local MySQL prevents the connection.  Possibly misconfiguration.

Check this
http://www.tech-recipes.com/rx/762/solve-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock/

2779
General Support / Re: Limit orders?
« on: October 10, 2012, 11:04:04 AM »
Currently, there is no way to set a maximum limit on order amount or quantity in the order.

This can be done with changing the code or creating an extension.

2780
General Support / Re: bannner sizes???
« on: October 10, 2012, 08:07:46 AM »
You can use the banner manager to set up banner as image (linked to resource library) or as HTML.
With HTML you will have more control.


2781
General Discussion / Re: COD feature suggestion
« on: October 10, 2012, 07:59:28 AM »
This is a good question. :)
This is business specific requirement I think.

As a customer, in some cases you might want to have item delivered to one address (say home) and have invoice for other address (say business).

I do not think this needs to be limited to single address

2782
General Discussion / Re: DB error
« on: October 10, 2012, 07:56:01 AM »
Please post more details. Error you get and screenshot.

2783
Extension Support / Re: Application Error! Undefined
« on: October 10, 2012, 07:54:36 AM »
For paypal you need to have a public domain for PayPal to respond back after payment is complete.
It is not possible to test PayPal on local host.

Regarding error, it would help to have more details as requested

2784
General Support / Re: Inserting a static banner
« on: October 08, 2012, 10:36:58 PM »
Steps to edit banner on the main page

1. Go to admin -> Design -> Block menu.
2. Locate html_block: home page static banner
3. Click edit

NOTE: This is not just image banner. You can create HTML banner if you want. Image can be included from remote URL or from resource library.

2785
Fresh Installation / Re: Fatal error
« on: October 07, 2012, 03:49:41 PM »
There is a process with installing language for admin and storefront. This process can take a minute or two depending on your server.

What you did with php.ini is correct to increase maximum execution time.

When you install just wait for the install to stop. Do not stop it.

You can make installation fast if you remove 1 line of code:
Open file public_html/install/controller/pages/install.php
Locate line 226 and remove the following code:
   
Code: [Select]
   $language->definitionAutoLoad(1,'all','all','update');
NOTE: Do this before you run installation and it will be blasting fast.
When you start running application it will build language automatically as it use them. 

2786
General Support / Re: Google Analytics
« on: October 05, 2012, 02:25:11 PM »
If you need to hook after the order is created and the transaction is complete you need to hook similar way to ControllerPagesCheckoutSuccess  controller.  This one is call after order is all complete.

You put it into your extension core file class  extensions/strikehawk_ganalytics/core/strikehawk_ganalytics.php

class ExtensionStrikehawk_ganalytics extends Extension {
   
....


2787
Template Support / Re: Template 503 and 512
« on: October 05, 2012, 02:08:00 PM »
From what I know there is an upgrade required. I know Algozone is working on updating these extensions.  You can use contact form on the market place to check with them.



2788
General Discussion / Re: Error message in alerts/admin panel
« on: October 05, 2012, 08:30:24 AM »
Did you get any error during installation? My guess language installation failed. When you install AbanteCart version 1.1 language installation process can take up to 1 minute. Possibly you refreshed the page and it failed.

I suggest you try to install AbanteCart one more time. Delete prior installation.

2789
General Support / Re: how do i upgrade to v 1.1?
« on: October 04, 2012, 10:00:09 AM »
Good point. This is needed only if you do "old fashioned way to upgrade" and run SQL manually. You need to replace 'ac_' with your prefix used on tables.

2790
General Support / Re: Default Storefront homepage disappears after mod
« on: October 03, 2012, 08:32:34 AM »
There is a problem in your SQL statement.

 
Code: [Select]
WHERE product_id IN ()
also, count the braces.

Pages: 1 ... 184 185 [186] 187 188 ... 202

Powered by SMFPacks Social Login Mod