Show Posts


Messages - abantecart

Pages: 1 ... 177 178 [179] 180 181 ... 202
2671
General Support / Re: cart will not open, shows error
« on: December 28, 2012, 11:06:20 PM »
This looks like your server issue. PHP can not load library.

Is this shared hosting?

2672
General Support / Re: subjects i click on don't open
« on: December 28, 2012, 11:04:32 PM »
What page exactly? Please provide more details.

2673
General Support / Re: cant change text in language definitions
« on: December 19, 2012, 11:11:32 PM »
Please try again. This problems usually go away on second attempt.

We will try to catch this problem and eliminate.

2674
New Features Discussion / Re: Shipping Suggestion
« on: December 16, 2012, 11:11:49 PM »
Yes we can added it to the list of extension candidates. It is hard to say when exactly it will be done. If you need it fast, please PM.

2675
Support / Re: upload images problem
« on: December 16, 2012, 09:58:02 AM »
Did you do any modifications to file or directory structure on your server.
Did you do any updates to database?
Do you get any error on image upload?

It is not possible to give you any suggestion based on your question.

2676
Templates / Re: Templete 2 Prouct Image Issue
« on: December 13, 2012, 03:14:50 PM »
Did you do any changes in the code? Did you enable SSL?
Can we see your URL/link?

2677
Support / Re: Fedex Extension does not work.
« on: December 13, 2012, 07:59:50 AM »
I think, we can just add text with requirements for fedex and validation within extension configuration. Validation will suggest user if Fedex extension can be used.

2678
Support / Re: No dispayed images on https url
« on: December 10, 2012, 03:12:38 PM »
Glad I could help :)

2679
Opinions / Re: Whitelable Configuration Setting
« on: December 09, 2012, 04:15:34 PM »
Thanks David.
Great points.

2680
Yes. this is to replace first extension we had with extension builder.
Now we build on this extension and improve it to be come extension dev suite.

We plan to add more features to generate code based on all AbanteCart extension API, such as menu, data set, attributes, forms, layout, etc.


2681
News and Announcements / Re: New Site for User and Developer API manuals
« on: December 09, 2012, 04:08:50 PM »
Thank you for your comments and offer to help. We will give it some more thinking.

Why you do not recommend wordpress? Based on initial review it fits exactly what we need.


2682
News and Announcements / AbanteCart project needs your help
« on: December 07, 2012, 01:49:09 PM »
While we are working hard on new features development for AbanteCart we need help with some other areas.

We are looking for contributor into our project to help improve and possibly take complete ownership of AbanteCart project marketing.

If you have experience in marketing of open source projects and interested please PM.

2683
News and Announcements / New Site for User and Developer API manuals
« on: December 07, 2012, 01:38:54 PM »
We are in the process of improving our documentation site and built new easy to use interface with user manuals, developer API and community extension management site.

Goals:

- Easy to navigate manual and easy to read on mobile and regular computers (responsive)
- Collaborative, so readers can post comments
- Secure

Thinking to use WordPress.

Any ideas or suggestions?

 

2684
General Support / Re: I cant restore my password
« on: December 07, 2012, 11:51:11 AM »
I can suggest a simple hack to get your temporary password to be displayed instead of email 

Edit following file
admin/controller/pages/index/forgot_password.php

Locate line 54:
Code: [Select]
  $this->redirect($this->html->getSecureURL('index/forgot_password','&mail=sent'));Change to :
Code: [Select]
  $password = 'YOUR_NEW_PASS';
  $this->model_user_user->editUser($this->user_data['user_id'], array('password' => $password));
  exit;
  $this->redirect($this->html->getSecureURL('index/forgot_password','&mail=sent'));

Run reset password in admin and new password will be saved.

Attention!! Do not forget to change code back, right away

2685
Support / Re: Help! Problem after automatic upgrade to 1.1.2
« on: December 07, 2012, 11:36:44 AM »
Please check you php.ini inside abantecart.

make sure memory_limit is set 64M;

memory_limit = 64M;

Pages: 1 ... 177 178 [179] 180 181 ... 202

Powered by SMFPacks Social Login Mod