Show Posts


Messages - abantecart

Pages: 1 ... 185 186 [187] 188 189 ... 203
2791
General Discussion / Re: DB error
« on: October 10, 2012, 07:56:01 AM »
Please post more details. Error you get and screenshot.

2792
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

2793
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.

2794
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. 

2795
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 {
   
....


2796
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.



2797
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.

2798
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.

2799
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.

2800
General Discussion / Re: Error message in alerts/admin panel
« on: October 03, 2012, 08:28:55 AM »
What this indicate that you have missing language parameter "code". It can be add language entries in system -> Localization -> Language Definitions.

What is strange that you are missing "code" entry that is important in the language.
Did you do any modifications?
What language do you use?
What is the core version?

2801
Extension Support / Re: error
« on: October 01, 2012, 10:19:00 AM »
Silence I do not have details about your AbanteCart and your server and can only see the error, my guess you do not have all files copied from original AbanteCart package.

Make sure all files from AbanteCart distribution are present.

Let us know how you install

2802
Tips and Tricks / Re: CSV
« on: September 30, 2012, 07:07:17 PM »
Please be aware that in order to get quick answer or resolution, please ALWAYS provide more details to the problem.

What table you update? What error do you get?

Nobody will be able to help you with simple "Does not work" question.

2803
General Support / Re: Adding language
« on: September 30, 2012, 10:13:20 AM »
There are some updates in the language for version 1.1, but prior version language extension generally will work.

We have Russian Language Extension for prior version.

We will have language updates  to new version 1.1 very soon. 

2804
Extension Support / Re: Shipping Rate not being updated in Store
« on: September 29, 2012, 10:28:21 AM »
We can help, but we need to understand your settings in product that you use.

I just followed what you need in version 1.1 and all works with no problem.

Check the following
- tax rate setting if you have enabled it for shipping in the shipping settings
- in product you purchase, check that you have NO Fixed Shipping Price set up.
- Try to clear whole cache in the store.


2805
General Support / Re: how do i upgrade to v 1.1?
« on: September 28, 2012, 05:12:51 PM »
Forgot to mention. There will be no changes in your data and you will not loose anything

If you or your developers do not touch core files and controllers you will be safe for any future updates. We make sure that all upgrades go smooth.

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

Powered by SMFPacks Social Login Mod