• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Need information on the art of the possible with Business Catalyst

Community Beginner ,
Aug 01, 2014 Aug 01, 2014

Copy link to clipboard

Copied

Hi

My wife is setting up an online Business that will sell downloadable language resources (for learning foreign languages). These will include worksheets, soundfiles, and also animations (that are being done by a separate animator).

I am a 'rusty' Java developer and have said that I would do the IT for her.

We have purchased an Adobe Creative Cloud subscription as she is doing the worksheets in InDesign, and they will be sold as PDF's.

I have mocked up the beginnings of a website with Muse, but was intending to use that for getting the look and feel right, then replicating it in Java and HTML5.

However, today I started looking a Business Catalyst and seeing what it could do, but I am confused about it.

  • Would I be able to sell downloadable items using the eCommerce features?
  • Can I set up a mock shop on the free BC site?
  • How much does the eCommerce upgrade actually cost? Like I said, we are a Creative Cloud subscriber.
  • There will be some features that I will need to code, perhaps talking to another database, I understand that you can call out from the app to your own webservices etc?

Thanks for any help.

matt

TOPICS
Newbie Corner

Views

617

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 01, 2014 Aug 01, 2014

Copy link to clipboard

Copied

Hi Matt,

BC sounds like a good solution for you from the little bit you shared.

Do you mean javascript or java? Java doesn't run on BC as FYI.

Here are your answers:

  • Would I be able to sell downloadable items using the eCommerce features?

Yes you can. BC allows you to have media downloads for purchase.

  • Can I set up a mock shop on the free BC site?

Yes, you can start a free trial site that will allow you build and try out BC. Once you are ready to go live with the site you would pay to upgrade the site to a live site.

  • How much does the eCommerce upgrade actually cost? Like I said, we are a Creative Cloud subscriber.

The price is $38.88 per month (USA pricing. AU differs - more info here on pricing: US Monthly Pricing | Adobe Business Catalyst ) with Creative Cloud you have five basic sites with BC but to "upgrade" you pay the regular price for BC sites.

  • There will be some features that I will need to code, perhaps talking to another database, I understand that you can call out from the app to your own webservices etc?

There are APIs that allow you to talk to other services and send information back to BC.

You can find more answers by reading the KB: BC Help & support

On a side note, if you need help getting started with Business Catalyst I would happily offer my services. Send me a PM if you need additional help.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 01, 2014 Aug 01, 2014

Copy link to clipboard

Copied

Hi there,

You can not use Java on Business Catalyst. BC is a closed platform so you do not have access to the server side coding. You can only use javascript, html, css and the API access on BC.

Muse is an entry design tool to build more basic sites with BC so it has limited functionality over what BC can actually do.

To add what Lynda has said...

To clear up first - The creative cloud sites are the only basic BC version. You can not use eCommerce features etc. You have to setup a true BC site as Lynda mentions or upgrade.

- You can only have one file per product as a downloadable product, so if you have a pack, these have to be a zip file for example. Files can be no more then 250mb in size.

- Api endpoints: Developer reference

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 02, 2014 Aug 02, 2014

Copy link to clipboard

Copied

Many thanks for the advice here. I was interested until I saw the cost. I am in the UK and this is £60 per month, so probably double what you would pay in the USA. This is just not worth it at the moment for us.

Looks like I will be coding it all myself

kind regards

matt         

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 02, 2014 Aug 02, 2014

Copy link to clipboard

Copied

Not on BC you wont. You do not have access to the server side code so you will only have the features available in the free Creative Cloud site. So you will have to look at another platform and hosting.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

Hi Liam - that is what I meant Thanks again for the advice.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

Java no, Javascript yes, they are a little different but if you can do Java you should be able to pickup Javascript, it's much more OO these days so you shouldn't have an issue. Allow me to give you my 2 cents on your questions (the first 3 have been answered already):

> There will be some features that I will need to code, perhaps talking to another database, I understand that you can call out from the app to your own webservices etc?

You can talk to any other website as long as you do it via Javascript or utilize BC's webapp functionality which is pretty much like a database. If you want to access a 3rd party server either use JSONP or do a straight <script src="http://yourserver.com"></script> include in your HTML and pass data back and forth including re-writing the page on BC. You can also access the entire webservices API clientside if you have your own middle man server (set up a free server with Amazon AWS - 1 year is free) and again pass the data back and forth via Javascript or JSONP.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

All your content and information will be rendered in the dom not direct though with those methods above. So keep that in mind if you are considering having actual content on the page and looking to have SEO benefits with what your doing.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

This isn't 2004, google renders the final page's DOM HTML before indexing it otherwise baiting the google bot with fake info would be too easy.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

We focus quite a lot on SEO and Marketing TheBCMan, I could provide a heap of information in that regard in terms of ranking, performance ranking and rendered content and what all that effects your listing in google. End of the day - It matters and its easy to prove.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

As another note on that, why do you think BC has spent time putting in the JSON stuff with BC.Next and liquid?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

So people don't moan is my guess.... but at the end of the day you have your opinion and I have mine.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

From what I've seen, there is nothing BC can do that will stop partners from moaning.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

I am not running off opinion, actual fact and google and the legend that is Matt C.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 03, 2014 Aug 03, 2014

Copy link to clipboard

Copied

Very easy to run a test yourself if you want to see it.

Make two new pages, one javascript pulling in json data and one with the same content inline.

The inline page will rank massively higher then the other and if large content in the json it wont render in the results at all.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 04, 2014 Aug 04, 2014

Copy link to clipboard

Copied

LATEST

To expand now I got a bit of time on the above for others..

Not saying No SEO with javascript loaded content as Google has elements to detect it but it still factors into ranking.

You can not just ajax json, you wont get any ranking. You have to sacrifice some performance in terms of asynchronous loading so google can pick things up, you have to do certain schema setup, you still need to do a snapshot and the amount of content loading is a factor as google stops ranking considerations so far in. 2 of the recommended elements for this by google is not even possible in BC, so its never going to be that effective.

Will that ever be better then inline content? Defiantly not and anyone reading this, do  not let anyone say otherwise, its a simple fact that content is king and the faster you present that in the right structured format the better and that content will always rank higher then something dynamic.

If it is the only option - sure, you got to accept that, but it is important to keep in mind what you need and what negative and positive things come out of all solutions.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines