Show Posts


Messages - abolabo

Pages: 1 ... 135 136 [137]
2041
hello.
please post all cookies info after your wrong page load.
Also try to replicate this with disabled firewall or antivirus.
please post memory_limit directive value from yours php.ini
If you have ability please attach session file from temp directory of php (with session_id as name)

2042
I have installed the latest version (1.0) of Abantecart for testing but seem to have a problem with getting the tax total to include the tax for shipping. It seems that it will only add the tax rate you set to the product subtotal. Is this just me?

I have set up the tax zones & have select the flag for shipping in the product option. I have then set the shipping extension options to include the tax rate for the various shipping locations but no matter what you do, it wont add tax to shipping. I have tried most of the populay shipping extensions & get the same results.

I am in the UK & you should have tax(20% in UK) on the products I sell & this must also be added to shipping (Parcelforce in my case). I am VAT registered & need to show the correct tax total for the order.

I hope this is just something I have missed? Has anyone got tax on shipping to work?
Replies appreciated, fantastic ecommerce software, good job guys!

Hello.
I just tried to replicate your case.
So, what i did in control panel:
1. go to menu system->localization->location and there press "INSERT" icon at the heading on right.
2. Fill location name and short description, for example  UK, United Kingdom and press SAVE
3. after save you'll see "location's zone" tab under form. You need to set what zone(s) belongs to your new location (UK) if you need to set tax rates for each of them separetely... or don't if you need to set up tax rate for all zones.
4. go to menu system->localization->tax classes. If you see tax class "taxable good" click "edit" icon. if not - click "insert" icon.
5. then click tab "tax rates" and press green plus icon to add tax rate for your location.
6. in opened form just check "all location's zone" checkbox to set rate for whole kingdom or uncheck and select one of location's zone, write "shipping tax of UK" ad description and set tax rate 20.

7. go to storefront and login. add product in cart and go to checkout.
In right box "order summary" you have to see something like this

1 x Beauty Eau de Parfum
- Fragrance Size 3.4 oz
   $72.00

Sub-Total:    $72.00
Flat Shipping Rate:    $2.00
uk shipping tax 20%:    $14.40
Total:    $94.52


is this your's aim?

2043
Support / Re: Tags with spaces = fail
« on: March 16, 2012, 12:04:09 PM »
Create a product and give it a tag "test tag".  Now visit that products page and click the "test tag" tag, the search results return nothing because space gets turned into %20 in the URL which doesn't get url decoded back for the query..

I imagine other special characters would also fail.  Tags should be stripped of all special characters except only those legal as a tag in a url .

Again this is something I could have fixed for you if there was a git repo..  :)

Yes, was a bug.
Thanks.

2044
Fresh Installation / Re: ADMIN 404 error/problem
« on: March 14, 2012, 12:35:58 PM »
I have loaded and used the ADMIN supplied with Abantecart.  I have logged in and out several times.  Then today it stopped working.  I have not changed anything.  I looked at my files and used
(www)(d0t)mysite(d0t)c0m/abantecart/admin/index(d0t)php as my admin path.  I get nothing back but a 404 error.  I looked at the INDEX.PHP file and I find no difference in all of my copies.
 
<?php
    header('Location: ../index.php');


Before hand, I did do an upload in my phpADMIN using SQL and it reported no errors

I don't know what to do
I want to get back into my ADMIN.

Thanks

Hello.
You don't need index.php in your admin subfolder of AbanteCart.
Just call index.php from cart root folder.
First of all you need to know value of ADMIN_PATH from your system/config.php. As default we propose "your_admin" word but you probably changed it during installation process.
Then type (www)(d0t)mysite(d0t)c0m/abantecart/index(d0t)php?s=value of ADMIN_PATH  (without "admin").

2045
General Discussion / Re: Where are you from, abantecart users?
« on: March 08, 2012, 04:35:29 PM »
Nikolaev, Ukraine

2046
Hello.
You need to take value of constant UNIQUE_ID  from /system/config.php and insert into config of second instance of Abantecart.
 This value using by hash generating function and works as "salt".
it made by security reason. For example, to prevent using md5 collision.

Pages: 1 ... 135 136 [137]

Database Error

Please try again. If you come back to this error screen, report the error to an administrator.