News:

AbanteCart v1.4.3 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 - maxter

#196
I wonder how this helps community? My understanding that forum is to help people based on clear explanation of the question.
Given question somewhat can be helpful to others.

If there is an issue that teams need to address, spell it out.
If you share no information, you will get even more frustrated as nobody will help you.
What is the point of this post? Waste of time for everyone who is actually willing to help.
#197
There is not enough memory to process your import. Try to split your import into smaller chunks.

FYI. In upcoming v1.2.11 import process will be improved with task processing and you do not need to break import CSV file into parts.
#198
I believe, there is no such functionality. You can just pass the correct status to auto enable account or have setting on for "Approve New Customers"

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/api/account/create.php#L43
#199
Do you get any errors in the log after you ran import? Check settings for the images in System -> Settings -> Appearance or in the template edit section.
#200
This is a PayPal error

Try to release and then regenerate your API credentials from within the Paypal account.
#201
Configuration / Re: Adding countries and zones
April 02, 2017, 07:12:52 PM
Unfortunately, there is not easy way if you non-technical.
You will need to do SQL insert into your database.

You can locate original database with all countries in here:
https://github.com/abantecart/abantecart-src/blob/master/public_html/install/abantecart_database.sql

Look for:
INSERT INTO `ac_countries`
and
INSERT INTO `ac_country_descriptions`

Do not forget to clear Abantecart cache after direct inserts or updates into database.
#202
I do not think this is possible exactly as you explain.
You can set minimum total money amount for the payment method, but not sure that will help you.

What you need will require some small coding.
Not knowing your technical level, I will give you an idea:

In this file:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/checkout/cart.php

After this line 254:

$cart_products = $this->cart->getProducts();


You can add a check for quantity with something like this:

if (count($cart_products) < 6) {
   $error_msg[] = "Please add more products ......";
}
#203
White screen is indication of your web server or PHP failure.

You need to check 2 log files to identify the error

1. Locate your web server error log and check the end of the file for the error.
Post it here.
Post of the time, it will be missing package on your server or incorrect permission of some file

2. Locate your AbanteCart error log in ../system/logs/error.txt
See what is there at the end of the file.

If there is nothing in those logs, check permissions of main index.php file. It must be 755 or 644 (777 will not work)

#204
Support / Re: Will not update past 1.2.6
April 02, 2017, 06:56:42 PM
Quote from: alevene on April 02, 2017, 02:34:32 PM
I gave up on 1.2.6 as could no longer spend time getting nowhere.
Maybe it is time to let expert do this :)
I can help. I do upgrades almost every day.

Quote from: alevene on April 02, 2017, 02:34:32 PM
Does anyone else have a better way to populate AbanteCart?
I have done some data integrations for AbanteCart, I can help.
#205
Did you double check that all files are uploaded? Try to re-upload and check that there is no error after upload

#206
General Support / Re: .htaccess.txt to .htaccess
February 28, 2017, 12:32:28 PM
Was the question how to move installation one directory up or what to set in .htaccess?
#207
Support / Re: Backup Trouble
February 28, 2017, 12:28:45 PM
First, make sure you configure your domain or access your site with domain that is configured in store settings.

Probably www.greatatlantictrophy.com and not ftp.greatatlantictrophy.com or mail.greatatlantictrophy.com as it say in the log
#208
Customization help / Re: display tax / vat inc & exc
February 28, 2017, 12:25:27 PM
Possibly, stupid question. Why would someone need to show price without tax?

signworks: Is this some regional requirement. In US, requirement to show tax on total.

In my opinion, this would bother/distract customers.
Mentioning on the site that price include x% tax is much better I think.

#209
Customization help / Re: Some questions
February 28, 2017, 12:21:10 PM
I am ready to help
#210
Looks like your FTP did not upload all the files or they have incorrect permissions.

Check this file /customers/b/4/3/myurl/httpd.www/core/lib/debug.php

What hosting do you use? Most hosting already offer click based AbanteCart installation.

Forum Rules Code of conduct
AbanteCart.com 2010 -