Show Posts


Messages - abantecart

Pages: 1 ... 173 174 [175] 176 177 ... 202
2611
This template has 2 additional extensions that are listed on the bottom. See image attached.

They need to be enabled.
There is a fix for this that we work on that will be available soon, and in v 1.1.4

2612
What version of AbanteCart do you have?


2613
Fresh Installation / Re: Stuck in Installion Loop
« on: February 10, 2013, 03:57:10 PM »
Would be interesting to know what in PHP does not let you through. Anyway we can debug on your server?

2614
Fresh Installation / Re: Stuck in Installion Loop
« on: February 10, 2013, 08:12:32 AM »
Do you get any error on the screen?

Please also check this file system/logs/error.txt
If there is any error in that file, please post that error.

2615
Tips and Tricks / Re: Left and Right side colors...
« on: February 07, 2013, 05:28:41 PM »
Hello from New Jersey :)

To change header colors on the blocks, you need to replace 3 images. See images attached
You can copy them to directory /storefront/view/default/image/

If you need to edit CSS it is in here:
/storefront/view/default/stylesheet/boxes.css

To add background image, you can edit:
/storefront/view/default/stylesheet/stylesheet.css
Look for:
Code: [Select]
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font: 11px Tahoma,Arial,Helvetica;
    margin: 0;
    padding: 0;
}

2616
Support / Re: The product images can not be enlarged when I click on it.
« on: February 06, 2013, 03:23:50 AM »
I checked couple products and images do open larger.
You will not see images larger if you have initially loaded small image (smaller than thumb nail size)

2617
Support / Re: Order Management - > Reset order and invoive number
« on: February 05, 2013, 04:11:22 AM »
Coming back on item #1. Conceptually it is not very simple to handle stock return. This will require implementation of RMA extension.
It is based on the policy how each merchant handle stock management.
If you cancel the order and stock is returned to the total count, and later you decide to complete the order. What should happen? There is a lot to validate here and it can be a mess.
Clean way to do this is implementing RMA and return process will handle stock return to total.

Any thoughts?

2618
Support / Re: Order Management - > Reset order and invoive number
« on: February 04, 2013, 03:22:13 AM »
1. Good observation. Stock management is a tricky part. I think we will try to add restocking feature into core in next release.

2. For order # you need to reset table accoutrement for orders to start from 1. This needs to be done in your Mysql database.

ALTER TABLE ac_orders AUTO_INCREMENT = 1;
NOTE; ac_orders might be different on your database and you need to delete all records from the table first.

For invoice #, once you delete all orders from above table you can set invoice # to start from 1 in admin -> settings -> checkout.

2619
FAQ & Tutorials / Quick Help Videos
« on: February 04, 2013, 02:58:31 AM »
Sometimes it is easier to see once than read or hear few times :)

We have create few videos with some interesting features in AbanteCart that is hard to explain in a simple way.

Check our youtube videos and subscribe to get updates on new videos added. http://www.youtube.com/user/abantecart/videos?view=0&flow=grid

Auto-translation:
http://www.youtube.com/watch?v=50VZire81S8

Quick search and auto-suggest
http://www.youtube.com/watch?v=sNRsVJMEuk4

Multi-store


And more



2620
Template Support / Re: email alerts for when customers create an account
« on: February 04, 2013, 01:42:56 AM »
Thank you for clarification. We will keep this in mind as feature improvement 

2621
Extension Support / Re: BANK TRANSFER EXTENSION
« on: February 04, 2013, 01:37:41 AM »
Before I get into small argument, I say that BANK TRANSFER will be available in next version 1.1.4 in about 1 week. It is developed.

We can argue that Wire-transfer or bank transfer extensions is important. In my experience of 10+ yeas in eCommerce I had barely see any shopping carts using this payment method.
It could be subject to the county shopping cart will be used at, but it does not make this payment method very important to everyone. 

2622
Support / Re: shipping
« on: February 04, 2013, 01:32:34 AM »
Its only works at payment page. But i get error on shipping page (the page going to nowhere after check the auto select on weight based shipping or any other options) . Need help, thank you

Before we say this is a bug, we need to know what error do you get. Please indicate exactly what settings do you have that cause the error.

Thanks

2623
Extension Support / Re: how to upload the extension?
« on: February 01, 2013, 09:51:06 AM »
Delegation. We are mostly sponsored by AlgoZone and they manage commercial side.  This can change in the future.

2624
Extension Support / Re: how to upload the extension?
« on: February 01, 2013, 05:54:44 AM »
Oh, yes. This would have to go through our partner that supports marketplace.
I think they also in process of updating site to allow resale.

There is a link to register if you go to admin -> Extensions -> Extensions store.
 

2625
Templates / Re: pls what does this error logs mean?
« on: February 01, 2013, 05:51:51 AM »
Yea, just warnings, but we will address this and update the template.  ;)

Pages: 1 ... 173 174 [175] 176 177 ... 202

Powered by SMFPacks Social Login Mod