Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

f-Commerce Go has been released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #1  
Old 03-12-2012, 02:42 AM
  soldatov's Avatar 
soldatov soldatov is offline
Moderator
 

X-Cart team
  
Join Date: Apr 2011
Posts: 163
 

Default f-Commerce Go has been released

http://static.x-cart.com/images/products/f_commerce_go.png

We are glad to announce final release of our new “fCommerce Go” module that lets you add X-Cart shopping cart to your business or community Facebook page and use it as a sales channel for your main store.

Some time ago we discontinued FacebookTab module that did the same trick using “FBML technology”. Reason: Facebook quit supporting “FBML technology” since January 01st 2012 and is going to remove it completely in June 2012 (see https://developers.facebook.com/roadmap/).

That’s why we invested in development of “fCommerce Go” module. The new module inherits all the features of the discontinued “FacebookTab” module, adds new ones and uses completely different technology to integrate with Facebook.

fCommerce Go is a subscription service unlike FacebookTab. There are two “fCommerce-Go” plans:
  • Basic plan: it is free and allows to show featured products from the root category on your Facebook fan-page.
  • Silver plan: costs a fee and has many nice features, like “Full store stock”, “Categories browsing and products listing in categories”, ”Products search feature”, and much more.

We have to charge subscription fee for fCommerce Go due to the following reasons:
  • Facebook changes its API regularly and we have to correct our integration module every time in order to keep Facebook integration working as advertised.
  • With new updates of Facebook API new bugs are “released” as well (Facebook beta-tests updates on real users) and we have to deal with them as well.

Those who purchased a FacebookTab module license before Jan 1st 2012 will get one-time 50% discount for the “Sliver” plan. FacebookTab licenses purchased after the January 01 2012 will be exchanged to 6 month free “Silver” fCommerce Go subscription.

Please do not hesitate to ask questions.
Reply With Quote

The following 4 users thank soldatov for this useful post:
am2003 (04-12-2012), Ene (03-12-2012), qualiteam (03-12-2012), totaltec (03-12-2012)
  #2  
Old 03-12-2012, 04:20 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: f-Commerce Go has been released

Great! I think that it's really nice of you guys to offer the free version. This will be all some merchants require. Those that want more, will upgrade and have more capabilities. After you get a few sales from using this module, the Silver plan will pay for itself I'm sure.

Thanks QT.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote

The following 2 users thank totaltec for this useful post:
skot (03-12-2012), xim (03-12-2012)
  #3  
Old 03-12-2012, 05:07 AM
 
xim xim is offline
 

X-Cart team
  
Join Date: Nov 2004
Posts: 677
 

Default Re: f-Commerce Go has been released

And it adapted to the new facebook pages view. Here is the quick link for the demo: https://www.facebook.com/xcart?sk=app_165931960160897
__________________
Sincerely yours, Max Vydrin
Reply With Quote
  #4  
Old 03-12-2012, 07:39 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: f-Commerce Go has been released

Not a social sites fan but it seems like something like this is wanted by many users. Congrats on the release, hopefully it will be good addition for many stores.
By the way a suggestion - if the top static strip is not only for the demo consider moving it to one of the sides - right now is covering the top FB page area.

I can't resist to mention - Replace Facebook with X-Cart below - sounds familiar?

Quote:
We have to charge subscription fee for fCommerce Go due to the following reasons:
  • Facebook changes its API regularly and we have to correct our integration module every time in order to keep Facebook integration working as advertised.
  • With new updates of Facebook API new bugs are “released” as well (Facebook beta-tests updates on real users) and we have to deal with them as well.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #5  
Old 03-13-2012, 02:50 PM
 
mltriebe mltriebe is offline
 

Senior Member
  
Join Date: Mar 2006
Posts: 137
 

Default Re: f-Commerce Go has been released

Anybody else getting this SQL error when exporting orders:

INVALID SQL: 1054 : Unknown column 'WEB1490' in 'where clause'
SQL QUERY FAILURE:SELECT IF(extra_data LIKE '%added_in_facebook%', 1, 0) FROM xcart_order_details WHERE orderid = WEB1490

Mike
__________________
X-Cart 4.3.1
Buy Together Module, AlteredCart
CDSEO Pro
One Page Checkout, AlteredCart
Smart Search, AlteredCart
On Sale, AlteredCart
Reply With Quote
  #6  
Old 03-13-2012, 03:23 PM
 
mltriebe mltriebe is offline
 

Senior Member
  
Join Date: Mar 2006
Posts: 137
 

Default Re: f-Commerce Go has been released

Seems to be related to these lines in the fCommerce_Go config.php file.

// Get the results for current pages
if (defined('IS_XCART_44')) {
$fb_orders = func_query("SELECT $sql_tbl[orders].*, $sql_tbl[customers].id AS existing_userid, $sql_tbl[customers].login, IF($sql_tbl[order_details].extra_data LIKE '%added_in_facebook%', 1, 0) as has_fb_products $search_condition ORDER BY $sort_string LIMIT $first_page, $objects_per_page");
} else {
$fb_orders = func_query("SELECT $sql_tbl[orders].*, IF($sql_tbl[order_details].extra_data LIKE '%added_in_facebook%', 1, 0) as has_fb_products $search_condition ORDER BY $sort_string LIMIT $first_page, $objects_per_page");
}

Mike
__________________
X-Cart 4.3.1
Buy Together Module, AlteredCart
CDSEO Pro
One Page Checkout, AlteredCart
Smart Search, AlteredCart
On Sale, AlteredCart
Reply With Quote
  #7  
Old 03-14-2012, 12:31 AM
  soldatov's Avatar 
soldatov soldatov is offline
Moderator
 

X-Cart team
  
Join Date: Apr 2011
Posts: 163
 

Default Re: f-Commerce Go has been released

Hello Mike,

Just a quick question, if your web-store had a customization related to the orders?
I'm asking because the default X-Cart orderid value type is "integer", but as I see from the SQL-log provided here, the value seems to be a "varchar".

And one more: Do you have same problems with the orders search when the "fCommerce" module is disabled?
Reply With Quote
  #8  
Old 03-14-2012, 01:31 AM
 
mltriebe mltriebe is offline
 

Senior Member
  
Join Date: Mar 2006
Posts: 137
 

Default Re: f-Commerce Go has been released

Quote:
Originally Posted by skot
Hello Mike,

Just a quick question, if your web-store had a customization related to the orders?
I'm asking because the default X-Cart orderid value type is "integer", but as I see from the SQL-log provided here, the value seems to be a "varchar".

And one more: Do you have same problems with the orders search when the "fCommerce" module is disabled?

No mods have been done related to the orders and the error does not occur when the fcommerce is disabled. In fact to export the orders to Quickbooks I have to disable the mod.

I am using X-Cart version 4.3.1, could that be an issue?

Mike
__________________
X-Cart 4.3.1
Buy Together Module, AlteredCart
CDSEO Pro
One Page Checkout, AlteredCart
Smart Search, AlteredCart
On Sale, AlteredCart
Reply With Quote
  #9  
Old 03-22-2012, 12:30 AM
 
supercanon supercanon is offline
 

Member
  
Join Date: Jan 2007
Posts: 28
 

Default Re: f-Commerce Go has been released

Subscription based? No thank you.

What a rip-off, I bought the FB module on 2 Sep 2011.

Sound to me the same as saying that x-cart license has to be subscription based because PHP changes all the time (now in version 5.3 for example).

The right thing to do is to honour the existing licences of FB module with lifetime license. If you want to go subscription based, do it for the new purchases.
__________________
4.1.12 +AOM +SPECIAL OFFERS +FB +JANRAIN
Reply With Quote

The following user thanks supercanon for this useful post:
earthtrack (03-22-2012)
  #10  
Old 03-22-2012, 06:47 AM
 
earthtrack earthtrack is offline
 

Newbie
  
Join Date: Aug 2011
Posts: 8
 

Default Re: f-Commerce Go has been released

I agree with Supercanon, I bought mine Dec 26 2011
No thanks.
__________________
4.4.4
Reply With Quote
Reply
   X-Cart forums > News and Announcements


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:04 PM.

   

 
X-Cart forums © 2001-2020