Show Posts


Messages - Basara

Pages: 1 ... 357 358 [359] 360 361 ... 411
5371
Hello.

I don't think that's a bug... let's see what others think

5372
Shipping Modules / Re: Flat rate
« on: September 29, 2014, 01:35:58 AM »
General Forum Rules
Do not use the word AbanteCart in your user name or screen name in any form or combination.
AbanteCart Forum Rules http://forum.abantecart.com/index.php/topic,2717.0.html

5373
Customer does one of several things,  but all fail:  they re-input the guest info,  and it won't recognize the checkout correctly,  each click goes back to the account login.

Hello.

Can not replicate your issue. Please provide more detailed steps especially "if one edits the shopping cart and fails to click on the update button"
What do you mean edit cart? Add more items or remove product or product quantity change?

5374
Extension Support / Re: PayPal Express Error Log , please help
« on: September 26, 2014, 03:31:44 AM »
Please tell me what is the issue and how to fixed it. ?

Hello. According to PayPal documentation this error appear  "When a user is present during a payment transaction and the payments fails due to a processor decline"
Did you see this issue once or constantly?

5375
Configuration / Re: Mail does not work when sending to gmail
« on: September 25, 2014, 07:13:25 AM »
Hello.

This is Not Abantecart related issues. Please contact your hosting provider.
A common issue with using fsockopen() command is the firewall on your server may not be configured to allow the connection that you are trying to make

5376
General Support / Re: I can'edit my images!
« on: September 25, 2014, 07:09:14 AM »
Hello.

Did you try to clear AbanteCart cache?

5377
General Support / Re: Shipping configuration
« on: September 24, 2014, 06:15:00 AM »
I am looking into becoming an online merchant, and using AbanteCart (which I am currently trying out on my localhost, and is pretty cool so far). My only problem with it so far, is this. I'm looking at the config options for Royal Mail, and this just goes straight over my head. :s
Hello. read rate settings as weight:price,weight2:price2


Also, anyone know how to change the default language/currency/locale to UK? Everything is default at US.

To change AbanteCart localization related settings go to Admin-System-Localization look for Currencies Languages and Location sections

5378
General Support / Re: Can't delete a block
« on: September 22, 2014, 06:10:33 AM »
If you need to report a problem or post a question about some problem in AbanteCart, developers on the forum might ask about last record of errors in the error log.

Error log can be accessed with 2 different methods.

1. Admin Error Log can be accessed at Admin -> System -> Logs -> Error Log.

2. In case you can not access admin you can locate error log directly in the file /system/logs/error.txt

Do not post all the errors or warnings from your log. Try to point only exact error record(s) that is related to the question or problem you report.

5379
General Support / Re: Can't delete a block
« on: September 22, 2014, 02:05:52 AM »
I created a block which I don't really need. I tried to delete it, but it says it can't be deleted because it's in use. I checked all layouts and I don't see any reference to this block. When it tried to turn it off, it says it's NOT in use. I don't understand the contradiction or why I cannot delete it.

Hello.

First off all clear AbanteCart cache. After cache clearing go to layout section and check all template layouts with Block Name.
Then try to delete it again. If error still occur please post latest errors from AbanteCart error log.
Also do you have fresh installed AbanteCart or upgraded version (fresh installed 1.1.9 or upgraded 1.1.8 to 1.1.9)?

5380
General Support / Re: AJAX ERROR - when WWW. isn't in URL
« on: September 19, 2014, 01:38:51 AM »
Hello.

If you want to redirect all non-www requests to your site to the www version, all you need to do is add the following code to your .htaccess file
Code: [Select]
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
This will redirect any requests from http://my-domain.com to http://www.my-domain.com.

5381
Support / Re: Bugs and suggestions
« on: September 18, 2014, 01:53:21 AM »
Next image

Hello. I replicate you issue. It is large price values related. Like 2,588.00
Thank You for your report we will fix this in next version

5382
Development Help Needed / Re: Can we edit the invoice appearance?
« on: September 18, 2014, 01:26:49 AM »
Hello.

Try to modify the invoice template in /storefront/view/default_html5/template/pages/account

5383
Tips and Tricks / Re: Setting store background-image
« on: September 16, 2014, 09:19:54 AM »
Hello.

put inside body rule in the /storefront/view/default_html5/stylesheet/style.css line 4
Code: [Select]
background-image: url("http://demo.abantecart.com/resources/image/18/73/3.png");
Should look like this
Code: [Select]
body {
background-image: url("http://demo.abantecart.com/resources/image/18/73/3.png");
font-family: 'Open Sans', sans-serif;
color: #96979d;
font-size: 13px;
margin: 0;
padding: 0;
}


5384
Support / Re: Help configuring taxes....
« on: September 16, 2014, 02:08:04 AM »
t still cannot get it to charge taxes on the actual item...

Hi.  :)

You need to enable Order Total: Taxes in Admin-Extensions-Order Totals

Note: it is Enabled by default so look like you set it off manually.

5385
Customization help / Re: Admin User Ground / Dashboard
« on: September 16, 2014, 01:34:39 AM »
Hello.

No. Dashboard shown for all admin users as default page.

Pages: 1 ... 357 358 [359] 360 361 ... 411

Powered by SMFPacks Social Login Mod