Show Posts


Messages - abantecart

Pages: 1 ... 187 188 [189] 190 191 ... 203
2821
Thank you for reporting this issue.

Please refer to this post for procedures of reporting bugs:
http://forum.abantecart.com/index.php/topic,105.0.html

Thanks

2822
Can you give us an idea what page and task you performed when you noticed this happening?
It is possible happening due to server slow performance at the time or database access issues.
Please check the log file right after this happens and report what you see in the log.

You can locate log in admin -> system -> logs -> error log
or you can access log file on your server in /system/logs/error.txt

2823
General Support / Re: customer log in
« on: September 11, 2012, 08:02:42 AM »
If you refer to guest checkout, AbanteCart has a feature of guest checkout built in. This feature is enabled by default.

2824
General Support / Re: Google Analytics
« on: September 10, 2012, 09:37:24 PM »
Solution #2 was for controller, so it is multi-template solution and will work on any template.

2825
General Support / Re: cannot access admin area
« on: September 10, 2012, 09:35:37 PM »
Let's be on the same page here. Do you we still refer to installation steps?  There 2 sides of the coin here.
1. To make installation easy and pleasant experience
2. To make installation secure and cover all possible aspects for miss configured SSL. Not everyone have SSL configured properly right at the start.

#2 can cause problems in installation if there is SSL issues on the server prior to installation and that effects #1.

For now, to get maximum security at installation, provided data can be temporary and later changed in configuration file, when moved to production. This is discretionary to individual security policy.

Finely, I agree to add option with SSL enabled installation in the future after number of different testes.

2826
General Discussion / Re: Import / Export Design
« on: September 10, 2012, 10:32:29 AM »
Can you please, post or PM your import file. I will check this for you.

There was also a small bug in import part that I fixed for v1.1
We should have this version out later this week. We are working on final QA fixes.

2827
General Discussion / Re: Hard coded folder paths?
« on: September 10, 2012, 10:30:25 AM »
Yes. This is correct.

2828
Tips and Tricks / Re: Hi from Venezuela
« on: September 06, 2012, 08:19:09 AM »
Welcome Nielzen!

Thank you for your contribution to the project.
Feel free to post if you have any questions.

2829
General Support / Re: Google Analytics
« on: September 06, 2012, 08:14:15 AM »
If you need add generic code (show on all pages) into storefront head you can do this 2 ways.

1. Add code to TPL file /storefront/view/default/template/common/head.tpl
This whole file is pulled into <head></head>

2. You can include child block or just code into controller /storefront/controller/common/head.php
This can be done by adding (concatenating) to variable $head

If you need to add some script or CSS to head in some specific page only, you can use addScript or addStyle in that page controller.
These methods will append your script or CSS to the head on on that page.
Example:
Code: [Select]
$this->document->addScript(RDIR_TEMPLATE . 'javascript/jqgrid/js/jquery.jqGrid.min.js');
Code: [Select]
           $this->document->addStyle(array(
                'href' => $this->view->templateResource('/javascript/jquery/star-rating/jquery.rating.css'),
                'rel' => 'stylesheet',
                'media' => 'screen',
            ));


2830
General Discussion / Re: Import / Export Design
« on: September 05, 2012, 04:29:41 PM »
There is a way to make CSV smaller. You can reduce number of related tables in your export request. In case on import, you can also do this in sets per table.

Number of fields also depends how many options use have for products and other attributes.

2831
General Support / Re: Multiple Store Question
« on: August 31, 2012, 11:14:43 PM »
Currently you can manage all stores in one single admin interface.

However, we do have plans to make admin management per store selected  as well as making abantecart multivendor solution


2832
General Discussion / Re: Problems
« on: August 31, 2012, 11:08:48 PM »
Please indicate where do you try to upload the image?

2833
General Support / Re: cannot access admin area
« on: August 30, 2012, 11:01:54 AM »
When you were installing AbanteCart there was a field that was asking for your admin section key.

See image attached.

If you did not edited it this field, admin section will be set to your_admin. It is not recommended to use this name
To access your admin you need to add s=your_admin to the URL
Example: demo.abantecart.com?s=demo_admin

You can locate your admin section key in configuration file located in system/config.php
Look for:
define('ADMIN_PATH', '.....




2834
General Discussion / Re: New and proud of it!
« on: August 30, 2012, 10:50:18 AM »
This forum is only in English.
Please clarify your question

2835
General Support / Re: Showing Length, Width, Height?
« on: August 27, 2012, 06:30:07 PM »
If you need PHP coding help. Please post code extract you have now

Pages: 1 ... 187 188 [189] 190 191 ... 203

Powered by SMFPacks Social Login Mod