Show Posts


Messages - abantecart

Pages: 1 ... 179 180 [181] 182 183 ... 202
2701
What is the issue or error?

2702
General Support / Re: can't view web site or admin
« on: November 17, 2012, 02:37:23 PM »
Do you have any records in error log when this problems happen? Admin -> System -> Logs -> Error log


2703
General Support / Re: csv file for updating products
« on: November 16, 2012, 11:50:30 AM »
If you do update, you need to export the same table first, edit and import back. This is the easiest process actuality. Import of new data is more tedious.

Maybe this video will help
&feature=plcp

2704
Configuration / Re: Configuring AbanteCart database...
« on: November 15, 2012, 10:55:22 PM »
Many things are possible that can be related to your server configuration.
Check system/logs/error.txt or your web server log if there is any fingerprint on the issue.

You can always start from beginning, by going to [domain]/install/index.php to start install again.

2705
This looks like a JavaScript related issue. Very strange. Button should show right after you select agree. What browser do you use?

2706
New Features Discussion / Re: New payment option
« on: November 14, 2012, 09:56:29 AM »
What do you need to edit?

To use these payments you need to enable them in Extensions section.

2707
General Discussion / Re: Ebay Alternatives
« on: November 14, 2012, 09:54:44 AM »
Amazon is alternative, but they charge even more I think.

Many choose to build own shopping cart site and advertize on amazon or other paces.

2708
Feedback / Share your success with AbanteCart
« on: November 13, 2012, 01:07:49 PM »
We are welcoming AbanteCart users to let us know about how you use your AbanteCart for your business.

Post your AbanteCart sites and share your success stories with other users 

We will post your feed back on our site.

2709
Extensions and Add-Ons / Faster way to build extensions in AbanteCart
« on: November 13, 2012, 01:02:24 PM »
Attention Extension Developers!

Please try "Extension Developer Tools". These tools will help you build extension faster and avoid dealing with manual process of files and directories creations. You can build language definitions with these tools as well.

Lear more:
http://www.abantecart.com/abantecart-extension-categories/67-utilities/80-abantecart-extension-developer-tools

Any contribution to future expansion of these tools are welcome!!

2710
New Features Discussion / Re: New payment option
« on: November 13, 2012, 10:09:01 AM »
I think default_cheque or default_cod   (Cash On Delivery) will work for you.

2711
Support / Re: Admin Area Issue
« on: November 11, 2012, 10:53:09 AM »
Try to clear cash. http://www.abantecart.com/ecommerce-documentation/57-admin-user-manual/system/cache

There is no way something would be missing unless somebody or something deleted your data or restored older database from backup.

Some steps to check:
1. Run simple select in your database to see if your products are there:
select * from ac_products;  (note: you need to change ac_products to [prefix]_products with your prefix used at installation)
See if your products that you created are there.

2. Check that you use correct URL and you do not access some other store.

3. If you have hosting service or someone else working with you, check if there was no back up restore done at some point.

2712
Support / Re: Admin Area Issue
« on: November 11, 2012, 09:01:45 AM »
Do you have multiple stores? Do you have permission for user to see products? Any filter or search is set in your listing?

2713
General Support / Re: (Action) commands in CSV files?
« on: November 09, 2012, 11:13:51 AM »
Action can be insert, update or delete

Possibly this manual will help you:
http://www.abantecart.com/document_wiki/index.php/Import/Export_AData_class

We are working on better user manual for import/export takes time. We rely on anybody who can help

2714
General Support / Re: Inserting a static banner
« on: November 09, 2012, 11:08:12 AM »
I think this was addressed in 1.1.1

2715
General Support / Re: CSV Resource Library's and Images
« on: November 08, 2012, 12:13:48 PM »
Yes you can import to resource library. There is a small typo in 1 file that you need to change in version 1.1.1 and prior.

Fix:
open file: /admin/model/tool/table_relationships.php
Find line 35:
Code: [Select]
$this->sections['resource_library'] = array(
'id' => 'resource_id',
'relation_ids' => array( 'resource_id', 'type_id' ),

Replace with:
Code: [Select]
$this->sections['resource_library'] = array(
'id' => 'resource_id',
'relation_ids' => array( 'type_id' ),

Steps to import
1. FTP new images to /resources/image/ directory. Do not replace existing
2. Create CSV import file (see example attached)
NOTE: resource.type_id for image type is 1
3. Load CSV 
4. Check Recourse Library for new added images.

Similar any other types can be loaded. In version 1.1.2 resources can be loaded together with products, categories, etc. Improvements are coming
 


Pages: 1 ... 179 180 [181] 182 183 ... 202

Powered by SMFPacks Social Login Mod