Show Posts


Messages - abolabo

Pages: 1 ... 132 133 [134] 135
1996
General Support / Re: "Subtract Stock" not working..
« on: June 22, 2012, 04:07:24 AM »
need decrease to zero?
But what exactly?
Total quantity of product or product option quantity?
i checked - quantity in product option decreased after order confirm.
Please, explain what result you are expecting.

1997
General Support / Re: "Subtract Stock" not working..
« on: June 20, 2012, 07:56:07 AM »
hello
it's a bug

we will fix it in next release.

you can do this manually.
open file core/lib/cart.php in text editor and find this (line 146)

Code: [Select]
if ($option_value_query['subtract'] && (!$option_value_query['quantity'] || ($option_value_query['quantity'] < $quantity))) {
$stock = FALSE;
}
and replace this by

Code: [Select]
if (!$option_value_query['subtract'] && (!$option_value_query['quantity'] || ($option_value_query['quantity'] < $quantity))) {
$stock = FALSE;
}

1999
Extension Support / Re: cannot connect to the extention store
« on: June 17, 2012, 03:41:51 PM »
hello
Where is your abantecart installed?
 i mean desktop or server?
Did you check firewall settings?

2000
Shipping Modules / Re: Multiple shipping modules
« on: June 12, 2012, 06:25:33 AM »
If I have selected/enabled the UPS and USPS shipping modules, what would the customer see when s/he tries to complete the sale?
The customer will choose to checkout and proceed. Which shipping company will the software show the shopper? USPS or UPS?

Should I have only one shipping company configured?

What if you have two companies configured?

Yes. Customer will see radiobuttons to check one of them. In case with payment modules too.

2001
General Support / Re: Can't confirm order
« on: June 07, 2012, 12:31:37 PM »
I clicked on button "confirm order", but page have not redirect on success page.
I tried in other computer, other browser. But it not work.

I chose "Pickup From Store" and "Cash On Delivery"

i tried too. it works correct for me.
Do you use firebug extension for firefox? if not, could you install this stuff and check errors in it's console tab. Also need to look in net tab, XHR subtab. On confirm order you'll ajax request. What it's gets as response?

Also look into firefox menu tools->development->error console. may be there some errors? :\

2002
General Support / Re: Can't confirm order
« on: June 05, 2012, 11:12:06 AM »
if you choose cash on delivery, on button "confirm order" press page will redirects on success page.
I just tested it - it works

2003
Hello.

It's language bug.
You can just add this definition manually in control panel->system->localisation->language definitions
Press "insert" button at right top side and fill form:

section: storefront
block:    mail_order_confirm
key:       text_fax
value1:   Fax:
value2:   Fax:

And press "Save".
Then clean cache in menu section system->cache.

Bugfix of this issue will be in next release.
Thank you.

2004
General Support / Re: blank spot in the middle on products pictures
« on: May 29, 2012, 08:16:49 AM »
How can I make the website stay on center and not to adjust with browser changes? Like how you have it on *http://www.abantecart.com *

update  ac_settings set `value` = '900px' where `key` = 'storefront_width';
and now to change CSS to center it

another issue is  when it loads the products depends on the screen resolution it put blank spot in the middle on products pictures 
i found out that blank spot does not happen for actual listing it happen only when you add some listing from layout like latest or manual product listing or popular.
I also added  height to ".list .list_item" under boxes.css and it resolved the blank spot issue but i am not sure if this is the best way to resolve it   
please, try to check this with product having rating (stars) in lists. It it works well please post solution, help us:)

Also i noticed the custom block does not have the options to change image size and it is defaulted  to 54*54
Can we make the custom block image size to be same as Product List Width and Height or add new option under admin for it

Custom block are different. what exectly custom block type did you used? need more info

2005
Fresh Installation / Re: Cant run install?
« on: May 25, 2012, 08:21:11 AM »
Just a note on this:

The download (v1.01) contains a php.ini file that may conflict with your server php.ini file if you install the store into a sub-directory.  I use Godaddy and had this problem today.  I removed the php.ini from the sub-directory and had no additional issues.


Chris

Hello.
Could you post last lines from your server-log (i mean apache log-file)?
Thanks.

2006
Feedback on My Store / Re: smtp doesn't work
« on: April 23, 2012, 08:13:26 AM »
I too,
I use SMTP Gmail,
but I don't find anywhere to config Use Authentication and SSL,
so it doesn't work.

I have installed Gmail SMTP on Joomla, it works normally.
Of course, have setup Use Authentication and SSL on Joomla.

Please help me..
did you tried
hostname: ssl://smtp.gmail.com
port: 465

?


2007
Upgrade / Re: 0.92 upgrade only mysql update fails
« on: April 13, 2012, 07:19:38 AM »
Hello.
Sorry for delay.

i have tried to upgrade db on my ubuntu linux and all fine.
First of all check this dev.mysql.com/doc/refman/5.0/en/batch-mode.html

you have to:
1 replace db prefix from table names by yours
2. remove all comments from sql (i dont' know why, but different mysql-server versions work strange with it)
3. run in shell
user@user> mysql -D your_database_name -u username -p password < abantecart_database_upgrade.sql


2008
Feedback on My Store / Re: thers is something wrong with the content
« on: April 09, 2012, 05:27:08 AM »
please note, if you have installed abantecart at subfolder of root document directory, for example, http()://www(.)domain(.)com/your_abantecart_dir/ you have to add subfolder name into .htaccess in RewriteBase directive: RewriteBase /your_abantecart_dir/

2009
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)

2010
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?

Pages: 1 ... 132 133 [134] 135

Powered by SMFPacks Social Login Mod