Show Posts


Messages - abantecart

Pages: 1 ... 178 179 [180] 181 182 ... 203
2686
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.

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

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

2689
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.


2690
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.


2691
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.

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

 

2693
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

2694
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;

2695
General Support / Re: I cant restore my password
« on: December 06, 2012, 01:53:36 PM »
Is this for storefront user or admin?

Does your server send emails?

2696
Support / Re: No dispayed images on https url
« on: December 06, 2012, 12:44:13 PM »

2697
Support / Re: No dispayed images on https url
« on: December 06, 2012, 06:28:50 AM »
URL to you site with the problem

2698
Support / Re: No dispayed images on https url
« on: December 05, 2012, 04:14:50 PM »
Make sure that you have SSL (HTTPS) configured correctly and it is pointing to same place as your HTTP does.

If you added images manually to HTML (templates), make sure you use relative paths or abantecart methods to get URL. Hard coded full URLs will not work

Post your link here if you want me to check

2699
Extension Support / Re: How to set a max charge for shipping?
« on: December 04, 2012, 02:15:46 PM »
Thank you for clarification. This will require some programming to implement what you require. There is no this specific rule built in

This will require changes in per-item shipping extension.

2700
This will require customization of the template that lists the products. See templates in directory /storefront/view/default/template/pages/product/

Pages: 1 ... 178 179 [180] 181 182 ... 203

Powered by SMFPacks Social Login Mod