Search found 157 matches

by s_ismail
Wed May 05, 2010 6:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Transfering from Zen Cart, User Passwords?
Replies: 10
Views: 8006

Re: Transfering from Zen Cart, User Passwords?

First try to find which algorithm they are using to encrypt passswords then do some google search to decrypt password using that algorithm.
by s_ismail
Wed May 05, 2010 6:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Timeout during Search
Replies: 5
Views: 2957

Re: Timeout during Search

You may extend your request time out by going on AbleCommerce Store-->web.Config File -->Finding this section ' <httpRuntime maxRequestLength="4096"/>' and replacing by this
'<httpRuntime executionTimeout="9000" maxRequestLength="4096" />' etc.
by s_ismail
Wed May 05, 2010 5:46 am
Forum: 7.0 DataPort
Topic: DataPort for inventory import
Replies: 3
Views: 4506

Re: DataPort for inventory import

You may write a code script in ablecommerce Store. In that script you can connect your database (from where you want to pick inventory details) with ablecommerce store database to update variants inventories.
by s_ismail
Wed May 05, 2010 5:24 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Menu Tabs will not align properly
Replies: 4
Views: 4255

Re: Menu Tabs will not align properly

try width and hieght in %(percentage) instead of pixels.hopefuly it will work fine.
by s_ismail
Wed May 05, 2010 5:05 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: New facebook Open Graph Feature
Replies: 44
Views: 141054

Re: New facebook Open Graph Feature

Can you explain what type of functionality you require using facebook Open Graph Feature?
by s_ismail
Tue May 04, 2010 5:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Facebook Connect
Replies: 10
Views: 6593

Re: Facebook Connect

Our FaceBook 'Product Share' module for AbleCommerce has been released.You can check it out here on
http://www.plugables.com/FaceBook-Share-P18.aspx or
http://blog.plugables.com/
by s_ismail
Mon Nov 23, 2009 5:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Facebook Connect
Replies: 10
Views: 6593

Re: Facebook Connect

Yes this is possible, We made a plug-in that makes use of facebook connect here at plugables which isn't released yet basically needs some testing stuff.