Business catalyst strings

Hi everyone,
I am trying to make custum  alert messages in Portuguese on a BC website using this code from : Customizing Online Shop Alert Message Strings
and also customize the online shop layout strings like "Shoping cart is empty! continue shooping " and  "1 item(s), Total: €12,00 VIEW CART" 
to "Carrinho de compras vazio! continuar as compras." and "1 item(s), Total:€ 12,00 VER CARRINHO DE COMPRAS"using this piece of code i found somewere here on the forum too:
" <script type="text/javascript">
var ele = GetElementsByClass('cartLink');
if(ele[0])   ele[0].innerHTML = 'O CARRINHO DE COMPRAS EST&Agrave; VAZIO!';// replace with your own message!
  function UpdateProductExtras(c, p, res) {
  document.getElementById('catCartDetails').innerHTML = 'O carrinho de compras est&aacute; vazio! <a href="/catalogos">VOLTAR</a>'; // replace with your own message!
var ele = GetElementsByClass('cartSummaryItem');
if(ele[0])   ele[0].innerHTML = 'Carrinho de compras vazio.';// replace with your own message!
  function UpdateProductExtras(c, p, res) {
  document.getElementById('cartSummaryItem').innerHTML = 'Carrinho de compras vazio.'; // replace with your own message!
var ele = GetElementsByClass('cartSummaryLink');
if(ele[0])   ele[0].innerHTML = 'Ver carrinho de compras >';// replace with your own message!
  function UpdateProductExtras(c, p, res) {
  document.getElementById('cartSummaryLink').innerHTML = 'Ver carrinho de compras >'; // replace with your own message!
</script>"
The piece of code works, but everytime BC fires a pop up window, like wen we add a new product to the shoping cart or wen we hit the empty shoping cart button, they go back to the original strings in English, and only when we refresh the browser or move to another catalog and continue shoping, the messages go back to Portuguese.
How can i Fix this?
The same happens to the pop up window messages from the js file from Customizing Online Shop Alert Message Strings, only change to Portuguese if we refresh the browser.

Yes,
I only found pop up windows posts like:
Customizing Online Shop Alert Message Strings

Similar Messages

  • Adobe Business Catalyst shoping strings

    I am trying to make custum alert messages in Portuguese on a Adobe Business Catalyst website using this code from : Customizing Online Shop Alert Message Strings
    and also customize the online shop layout strings like "Shoping cart is empty! continue shooping " and "1 item(s), Total: €12,00 VIEW CART" to "Carrinho de compras vazio! continuar as compras." and "1 item(s), Total:€ 12,00 VER CARRINHO DE COMPRAS"using this piece of code i found somewere on the Adobe forum too:
    <script type="text/javascript">
       var ele = GetElementsByClass('cartLink');
       if(ele[0])  ele[0].innerHTML = 'O CARRINHO DE COMPRAS EST&Agrave; `enter code here`VAZIO!';// replace with your own message!
       function UpdateProductExtras(c, p, res) {
      document.getElementById('catCartDetails').innerHTML = 'O carrinho de compras est&aacute; vazio! <a href="/catalogos">VOLTAR</a>'; // replace with your own message!
      var ele = GetElementsByClass('cartSummaryItem');
      if(ele[0]) ele[0].innerHTML = 'Carrinho de compras vazio.';// replace with your own message!
      function UpdateProductExtras(c, p, res) {
      document.getElementById('cartSummaryItem').innerHTML = 'Carrinho de compras vazio.'; // replace with your own message!
      }*/This one works but if we click to buy something then this doesn't show: "1 item(s), Total: €12,00 VIEW CART"
       var ele = GetElementsByClass('cartSummaryLink');
       if(ele[0])  ele[0].innerHTML = 'Ver carrinho de compras >';// replace with your own message!
       function UpdateProductExtras(c, p, res) {
      document.getElementById('cartSummaryLink').innerHTML = 'Ver carrinho de compras >'; // replace with your own message!
       </script>
    The piece of code seems to work, but everytime BC fires a pop up window, like wen we add a new product to the shoping cart or wen we hit the empty shoping cart button, they go back to the original strings in English, and only when we refresh the browser or move to another catalog and continue shoping, the messages go back to Portuguese. Can anyone give me a hand on how to Fix this?
    The same happens to the pop up window messages from the js file from Customizing Online Shop Alert Message Strings, they only change to Portuguese if we refresh the browser,every time we make a new action, the pop up window messages go back to english.
    This is the link to the template i am working on.

    There is an AJAX refresh of the DIV when you click certain items, you need to rebind your javascript on the refresh of the content.

  • Adobe Business Catalyst online shoping strings

    I am trying to make custum alert messages in Portuguese on a Adobe Business Catalyst website using this code from : Customizing Online Shop Alert Message Strings
    and also customize the online shop layout strings like "Shoping cart is empty! continue shooping " and "1 item(s), Total: €12,00 VIEW CART" to "Carrinho de compras vazio! continuar as compras." and "1 item(s), Total:€ 12,00 VER CARRINHO DE COMPRAS"using this piece of code i found somewere on the Adobe forum too:
    <script type="text/javascript">
       var ele = GetElementsByClass('cartLink');
       if(ele[0])  ele[0].innerHTML = 'O CARRINHO DE COMPRAS EST&Agrave; `enter code here`VAZIO!';// replace with your own message!
       function UpdateProductExtras(c, p, res) {
      document.getElementById('catCartDetails').innerHTML = 'O carrinho de compras est&aacute; vazio! <a href="/catalogos">VOLTAR</a>'; // replace with your own message!
      var ele = GetElementsByClass('cartSummaryItem');
      if(ele[0]) ele[0].innerHTML = 'Carrinho de compras vazio.';// replace with your own message!
      function UpdateProductExtras(c, p, res) {
      document.getElementById('cartSummaryItem').innerHTML = 'Carrinho de compras vazio.'; // replace with your own message!
      }*/This one works but if we click to buy something then this doesn't show: "1 item(s), Total: €12,00 VIEW CART"
       var ele = GetElementsByClass('cartSummaryLink');
       if(ele[0])  ele[0].innerHTML = 'Ver carrinho de compras >';// replace with your own message!
       function UpdateProductExtras(c, p, res) {
      document.getElementById('cartSummaryLink').innerHTML = 'Ver carrinho de compras >'; // replace with your own message!
       </script>
    The piece of code seems to work, but everytime BC fires a pop up window, like wen we add a new product to the shoping cart or wen we hit the empty shoping cart button, they go back to the original strings in English, and only when we refresh the browser or move to another catalog and continue shoping, the messages go back to Portuguese. Can anyone give me a hand on how to Fix this?
    The same happens to the pop up window messages from the js file from Customizing Online Shop Alert Message Strings, they only change to Portuguese if we refresh the browser,every time we make a new action, the pop up window messages go back to english.
    This is the link to the template i am working on.

    Hi Machinette,
    I am trying to do the same as i did on the shopping cart sumary from the example you showed me with a tpl template {tag_cataloguelist template="/subcatalogos.tpl"}
    at
    AZUL E BRANCO
    for the subcatalogs
    This is the teplate:
    <ul class="catalogueList">
        <li class="catalogueItemNotFound">Este catálogo não tem sub-catalogos.</li>
        <li class="catalogueItem">
      <div class="shop-catalogue clear">
         <h5>{tag_name}</h5>
         <div class="image">{tag_image}</div>
      </div>
    </li>
    </ul>
    it shows the subcatalogs but on other product pages were there are no subcatalogs it still shows the message in English.
    why is it not working? why is it still showing :"This catalog has no sub-catalogs."
    I also did the same to the tagremove product from the shopping cart with a tpl
    <td>{tag_productremovelink template="remover.tpl"}</td>
    tpl
    <div class="productitemcell">
        <a href="#" onclick="UpdateItemQuantity(0,239333,302814,9135038,227051,'','PT');return false;">Remover</a>
    </div>
    and nothing,  what am i missing here?

  • I need urgent help in business catalyst SOAP api for [Product_UpdateInsert] operation.

    Hi Everyone, I am new in Business Catalyst, but, my company is working with BC for a while. I have a task to import external data (such as catalogue, products, orders, shopping cart etc) to business catalyst native tables via SOAP api. I am able to use "Product_ListRetrieve" function that gave me products from BC. Now I want to insert and update product list, for which the api call is "Product_UpdateInsert". I am not being able to feed in even a single record. I need any code (jquery, php, javascript, java etc) as a sample, that works with SOAP api for this function. It is very urgent. Please help me. Thanks in advance. I have tried with the code below, but I am getting bugs (format not valid):
    try
         $soapfileurlUpdate="https://worldsecuresystems.com/catalystwebservice/catalystecommercewebservice.asmx?wsdl";
         $soap_clientUpdate = new SoapClient($soapfileurlUpdate);
         $array_of_products=array("Products",
      array("productId"=>"1128",
       "productCode"=>"1128",
               "productName"=>"Bostik 1128  Heat Transfer Sealer (thermo Putty) 460g Cartridge",
               "description"=>"Bostik 1128  Heat Transfer Sealer (thermo Putty) 460g Cartridge",
               "smallImage"=>"images/products/TEMUFF-7_New.jpg",
               "largeImage"=>"/images/products/TEMUFF-7.jpg",
               "cataloguesArray"=>array("DUCTS"), //array("string"=>"DUCTS"),
               "pricesSaleArray"=>array("US/9.95"),//array("string"=>"US/9.95"),
               "pricesRetailArray"=>array("US/9.95"),
               "pricesWholesaleArray"=>array("US/5.00"),
               "wholesaleTaxCodeArray"=>array("US/0.00"),
               "taxCodeArray"=>array("GB/VAT"),
               "groupProducts"=>array(""),
               "groupProductsDescriptions"=>array(""),
               "supplierEntityId"=>"1",
               "supplierCommission"=>"2",
               "weight"=>"20",
               "relatedProducts"=>array(""),
               "tags"=>"",
               "unitType"=>"",
               "minUnits"=>"1",
               "maxUnits"=>"2",
               "inStock"=>"10",
               "onOrder"=>"0",
               "reOrder"=>"0",
               "inventoryControl"=>"true",
               "canPreOrder"=>"0",
               "custom1"=>"",
               "custom2"=>"",
               "custom3"=>"",
               "custom4"=>"",
               "popletImages"=>"",
               "enabled"=>"true",
               "deleted"=>"false",
               "captureDetails"=>"true",
               "downloadLimitCount"=>"22",
               "limitDownloadsToIP"=>"0",
               "isOnSale"=>"true",
               "hideIfNoStock"=>"false",
               "productAttributes"=>"Size*|5|N:Small|,Medium|,Large|;Color*|5|N:Red|,Wh",
               "isGiftVoucher"=>"false",
               "enableDropShipping"=>"true",
               "productWeight"=>"20",
               "productWidth"=>"20",
               "productHeight"=>"29",
               "productDepth"=>"20",
               "excludeFromSearch"=>"0",
               "productTitle"=>"Bostik 1128  Heat Transfer Sealer (thermo Putty) 460g Cartridge",
               "cycletypeId"=>"1",
               "cycletypeCount"=>"1",
               "slug"=>"item-1",
               "hasVariations"=>"false",
               //"variations"=>array("ProductVariation"=>"true"),
               "roleResponsible"=>"",
               "metaDescription"=>""));
      echo "SOAP Data To Be Inserted:<br/>";
      var_dump($array_of_products);
      $vectUpdate = array("soap_version"   => SOAP_1_2,
                     "username"=>$soapusername,
                     "password" => $soappassword,
                     "siteId"=> $soapsiteid,
                     "productList"=>$array_of_products);
      $quoteUpdate = $soap_clientUpdate->Product_UpdateInsert($vectUpdate);
         $status = 1;
      echo "BC side is updated.";
      catch (SoapFault $sf)
         $errorlogText=date("Y-m-d h:i:s A"). "=> Error occurred while inserting data to business catalyst. \r\n";
      echo $errorlogText. " See log for errors.\r\n";
      echo $sf->getTrace();
      //fwrite($errorLogFile,$errorlogText. "Error Dump: ". $sf->getMessage());
      return;

    Hi BCMan, Thanks for replying. Yes, the error is from BC side. The format was invalid. I fixed the issue today. Actually, I was pushing data from my PHP server to BC host system using SOAP api. I am still getting format errors, but I am able to insert data into products table.
    One more question if you don't mind. Is it possible to use JQuery/Javascript to push data into BC tables in real time (while browsing products table) using customized pages? There are documents to solve this. However, I could not find examples of how I could fetch data from JSON file using JQuery and then populate products/catalog/order tables.
    I appreciate your help.
    Thank you.

  • Business Catalyst Architecture Template Homepage Hero Slider

    I am trying to get the homepage hero slider to fade instead of the default which is a slide transition. I am using a free template offered by Business Catalyst called Architecture, and have not changed or added anything to the script. Here is the url for the template Home Page
    //FlexSlider: Default Settings
      $.flexslider.defaults = {
        namespace: "flex-",             //{NEW} String: Prefix string attached to the class of every element generated by the plugin
        selector: ".slides > li",       //{NEW} Selector: Must match a simple pattern. '{container} > {slide}' -- Ignore pattern at your own peril
        animation: "fade",              //String: Select your animation type, "fade" or "slide"
        easing: "swing",               //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported!
        direction: "horizontal",        //String: Select the sliding direction, "horizontal" or "vertical"
        reverse: false,                 //{NEW} Boolean: Reverse the animation direction
        animationLoop: true,             //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
        smoothHeight: false,            //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode
        startAt: 0,                     //Integer: The slide that the slider should start on. Array notation (0 = first slide)
        slideshow: true,                //Boolean: Animate slider automatically
        slideshowSpeed: 7000,           //Integer: Set the speed of the slideshow cycling, in milliseconds
        animationSpeed: 600,            //Integer: Set the speed of animations, in milliseconds
        initDelay: 0,                   //{NEW} Integer: Set an initialization delay, in milliseconds
        randomize: false,
    Thanks
    Chris

    Okay, i figured out what it is. Might be a bug, not sure. If i create a template using dreamweaver and create editable areas, the only true editable area is the {page_content}. What's buggy is that when i download a page based on a template (page.html) through dreamweaver, it will download the page and in the code view it will show you the dreamweaver template and the editable areas you set. These cannot be changed. When you download page.html using a different FTP program, you will actually get the true contents of the page. So for example, if i enter
    <p>The</p>
    using BC adding a page and select a template, when downloaded through a different FTP client, the page will look like this:
    <p>The</p>
    When downloading through DW the page will look like the template:
    <html>
    <body>
    <!--TemplateEdit--><!--TemplateEnd-->
    more code
    <p>The</p>
    more template code
    <!--TemplateEdit--><!--TemplateEnd-->
    </body>
    </html>
    In the second example, you can't actually add anything in the editableAreas. Don't know why DW does that. Any ideas?

  • Creative Cloud and existing Business Catalyst partners - FAQ

    This FAQ will cover topics related to Creative Cloud, for existing Business Catalyst users.
    How can I signup for Creative Cloud?
         Your Business Catalyst account should have been already updated right now with your Adobe ID. If you haven’t updated it yet, visit the Adobe ID – Business Catalyst account update FAQ.
    What benefits do I get with Creative Cloud ?
         In addition to acccess to all Creative Suite programs, Lightroom and others in one place, a Creative Cloud membership enables you to host up to five Business Catalyst websites. These sites will be webBasics sites. For a full comparison between plans, see this page. If you purchase Muse or Dreamweaver as individual products in Creative Cloud, you can host one Business Catalyst website for each of them. 
    My web design shop has several employees, each with their own Business Catalyst login with access our Partner Portal. Do we need Adobe IDs for each of our employees?
        Yes. Since these users are partner users, they need to use an Adobe ID. Visit the Adobe ID – Business Catalyst account update FAQ for more details
    I have a paid website that I want to host using my Creative Cloud subscription. Can I do this?
         This is not possible. You need to create a new webBasics temporary website in Business Catalyst and push it live.
    Can I move a trial/live Creative Cloud site under a different Creative Cloud subscription?
          This is not possible right now.
    Do I get any discount if I upgrade a Creative Cloud website to a higher Business Catalyst plan such as webMarketing or webCommerce?
          Currently there are no upgrade discounts for Creative Cloud members.
    What are the limitations of the webBasics websites that come with Business Catalyst and Creative Cloud membership?
         You will be limited to 100 MB of storage and 1 additional user (such as your customer). You will not get email, SMS or newsletters for this web plan.
    Can I buy more users? Can I buy more space? Can I buy email?
         We are working on creating this workflow but at this point we don’t have an exact release date for this feature.
    How can I upgrade the webBasics websites that come with Creative Cloud to a higher Business Catalyst plan?
         We are working on creating this workflow but at this point we don’t have an exact release date for this feature.
    Do I get any discount for purchasing more websites if I am a Creative Cloud subscriber?
         Right now there is no discount for Creative Cloud members.
    If I am an existing Paid Partner and I have a few employees for whom I paid Creative Cloud subscriptions, how many websites can I claim?
         You will have 5 websites for each employee. However, you will pay different licenses for all of them. Before purchasing these licenses, please contact Adobe Support to add these users to your partner portal. After you have added users to your partner portal, you will be able to access all the websites from it.
    *NOTE: If you have already add employees to your partner portal, then everything will work automatically.
    If you don’t want to access all your websites from the same Partner Portal, you don’t have to do anything.
    How can I set permissions for my employees regarding these websites? What permissions can I set?
          This will be part of a later Creative Cloud that will be launched this year.
    What happens if I cancel or stop paying my Creative Cloud subscription?
         Each live website (among the free websites under your Creative Cloud subscription) will stay live for an additional 30 days. This gives you time to decide whether you want to keep the site(s) live or remove them.  You will be prompted to upgrade your website to a regular Business Catalyst site plan.
         After 30 days, your website will enter in temporary mode. When entering the temporary mode, your custom domain name will be removed from the website. In order to reactivate it, pay for your website directly with Business Catalyst.
         If you are inactive on a temporary website, it will automatically be deleted.
    === Dreamweaver CS6 FAQ ===
    I have logged in on Dreamweaver CS6 and I cannot see my partner site. How can I edit it?
    This is a known issue. For paid partners (Standard or Premium) you can use the workaround described below:
    export one of your sites as an .ste file
    Open the .ste file in another text editor, and modify it
    Replace the :
    httpaddress with your partner's site URL address
    secureURL with your partner site secure URL
    siteid with the site ID of your partner site
    Save the .ste file with another name
    Import this .ste file into Dreamwaver, choose a local root folder
    Please take a look at Brad's blog post here for more detailed steps on how to import your partner site in Dreamweaver.
    I'm trying to login to Dreamweaver CS6 with my Business Catalyst credentials, and it doesn't work. What credentials do I need?
         You can login to Dreamweaver CS6 with your Adobe ID. If you haven't merged your BC account with an Adobe ID account, you'll need to merge it and then you should be able to login.
    How do I access sites in Dreamweaver with an Adobe ID other than the one linked to my Creative Cloud or Dreamweaver subscription?
          Dreamweaver defaults to using the Adobe ID from your subscription to avoid the inconvenience of logging in multiple times. To use a different ID, just click the "Logout" button in the lower-right hand corner of the Business Catalyst panel and log in with a different Adobe ID:
    You'll need to have a file open in an existing BC site for the "Logout" button to be visible. Logging out will not affect the Adobe ID used in conjunction with your Dreamweaver subscription. To change the Adobe ID for your subscription, click Help -> Deactivate.

    At this point the upgrade workflow is not functional just yet, as mentioned here: http://forums.adobe.com/docs/DOC-2153
    So the webBasics Creative Cloud cannot be upgraded directly  to the webBasics+ level for now.
    But a workaround for this case would be to re-publish your Dreamweaver/Muse project (I suppose you've used one of these solutions to build the site in the first place, right?) in a new trial/temporary site  -> let us know what is the URL of that site (don't push it live) -> we will change the site plan from our backend to webBasics+ -> you will be able to publish it using the webBasics+ site plan.
    Please note that this is going to be a separate charge, besides your Creative Cloud subscription. The monthly fee for webBasics+ will be $12.21/month, as mentioned here: http://www.adobe.com/products/business-catalyst/buying-guide-subscriptions.html
    Another way to use the webBasics+ plan would be to simply trigger a new trial site here: https://syd.worldsecuresystems.com/PartnerPortal/FreeTrialSignup.aspx#splash with the same Adobe ID as the one used to buy the Creative Cloud subscription and  take that site live separately.

  • Photo Gallery thumbnails in business catalyst render in different sizes in different browsers

    Photo Gallery thumbnails in business catalyst render in different sizes in safari and chrome but are fine in firefox. What is the issue with Safari? I have tried the different algorithm options such as fill_proportional etc and firefox is the only browser that displays correctly. I thought safari was the most standards compatible browser - what's the problem here?

    Hi,
    If you have seperate XML file but with the same basic structure then you can change the XML a Spry dataset refers to and regenerate the spry region without reloading the full page.
    So on my photo gallery page I can change the album the photos are shown from via the seturl sprydata function as below.  dsPhotos being my Spry dataset that points to the relevant XML dataset with my image references and captions etc.  My XML is actually dynamically generated from Picasa RSS feeds (and RSS feeds are XML) but the principle will be the same with your static XML.
    First I add an event listener for when someone clicks on an album (the li tag within my div with the id "albums" holds a photo and title for each album.)
    function Albums()
    var myalbums = Spry.$$("#albums li", "TabbedPanels1")
    var rows = dsAlbums.getData();
    var setListener = function( element, value )
      Spry.Utils.addEventListener( element, "click", function(){ showAlbum( value ); },false );
    for( var i = 0, length = myalbums.length; i < length; i++ )
      setListener( myalbums[i], i );
    Then this is the code which changes the photo album to be shown. (when the user clicks the relevant album)
    function showAlbum(i)
    pauseShow();
    pImage = 'No';
    var rows = dsAlbums.getData();
    var albumid = rows[i]["albumid"];
    var url = "xml/PicasaAphotoFeed.asp?albumid=" + albumid;
    dsPhotos.setURL(url);
    dsPhotos.loadData();
    var rowcount = dsAlbums.getRowCount() - 1;
    var nextalbum;
    var navnext;
    var n;
    The page is here www.thehmc.co.uk/photo5.html is you want to see it in context.
    In your case showAlbum would switch between Frank.xml or Wolfie.xml depending on how you decide to name your xml datasets.
    Regards
    Phil

  • Help with code for inserting horizontal scroll bar in photo gallery in Business Catalyst site?

    Hi,
    I am using Business Catalyst and Dreamweaver to create a trial site.
    I am not sure if this is the correct forum to post this request but anyway I have inserted a photo gallery module at the bottom of the sidebar in the homepage of my test site.
    Can anyone advise on whether jquery or any other code can be inserted into the page or module code that will replace the "next" hyperlink below the first 4 photos with a horizontal scroll bar at bottom of the gallery so users can just scroll through all 12 images ?
    Kind Regards, Matt.
    http://craftime-bs6.businesscatalyst.com/

    Alyssa,
    Have you tried putting this rule back as it was originally:
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto; /*was 9px*/
        color: #EF9CCF;
        background-color: #FFF;
    That is, changing your 9px back to auto.
    And giving  us a link (as you did) is much better than printing out the code for us! Thanks!
    Beth

  • What is up with the Help and Support Section for Business Catalyst?

    It has been very difficult for my customers and myself to access the help and support section of the site for Business Catalyst issues as we are constantly diverted to non-related Abode issues. The portal for support on Business Catalyst issue needs to be ISOLATED from ADOBE's main support section. It is bad enough that there are so many issues to deal with, but to add all the issues for all the applications is simply impossible to decipher and discover a solution.
    Before the Adobe integration on the Cloud services it was much more simpler, wiith a much more efficient and cleaner layout, now every page looks like its generated by a bot that doesn't understand what I am looking for. Even the actual URL of the page is hidden so I can't even book mark it without opening the frame in a new window. My clients will not know how to do that.
    Simplify plesase!
    Teejay

    Teejay,
    Yes we are looking into this very thing and hope to improve this very soon.  Not only making things a bit clearer but also a central location for all your BC support needs. 
    Kind regards,
    -Sidney

  • How do I link my Creative Cloud account with Business Catalyst Web Hosting service?

    Hello,
    I'm having difficulty understanding how to access the Business Catalyst service. I have attempted to log in directly to businesscatalyst.com/admin but continue to receive an error login message stating that my username and password are not recognized. I was not able to create a new business catalyst website via Dreamweaver either, despite having successfully logged into my Adobe Cloud account.
    The only way I was able to set-up a website for use with Business Catalyst was by logging in via http://www.adobe.com/products/business-catalyst.html, and pressing the "try now" button, which allowed me to create a demo site. This also allowed me to log into BC, but when I attempted to upgrade the site from a trial to the webbasic service, I am asked for a payment method.
    I understand that the creative cloud service includes basic web hosting for up to 5 sites and should work seamlessly with DW or Muse, or using the InContext editing options provided via browser, but I am unable to truly access any of this content. Am I doing something wrong here?
    Thank you

    Please approach our support and supply them with your Adobe ID and the site URL you want to take live and they will do this for you in couple of minutes.
    Cheers,
    -m

  • Why do emails from Business Catalyst site not show up on iPhone?

    I have an email setup on my own Business Catalyst website with a few alias's. The email account is setup in my Outlook 07 Windows 7 64 pro desktop, and I can send and receive emails from all of the alias's and the main email. However I am noticing that on some emails from clients, I get the email on my desktop Outlook 07, but it never shows up on my iPhone.
    EXAMPLE: Today I received an email at 12:57pm. It shows on my desktop. But never showed up on my iPhone. Once I saw this I forwarded the message from my desktop to the same email address that my client had sent his email to. Once I did that I did get the forwarded email of the original email on my iPhone. And yes, I have received other emails from the same client email address before on several occasions.
    Problem is that I left my office at 12:15 and did not see this 12:57 email until I got back to the office much later in the day.  And thus, ending my day very badly due to.....???      A) the Business Catalyst email I have setup is not setup correctly  B) my email settings in my iPhone is not setup correctly.
    Wondering if anybody else has experienced the same issue and figured out what step was missed.

    Hi bluetaildesign,
    Not sure how is that working on one instance but not other. Can you please try to use mail.b.hostedemail.com as incoming and/or outgoing mail server on iphone and try again. This hostname has the SSL certificate installed on it and can be used for transferring the emails in a secured manner. 
    Hope that helps!
    Kind Regards,

  • Updated to Adobe Muse 2014 this morning and have worked in it for the last 8 hours. Now when I try to publish the updated site to Business Catalyst for my client to preview it crashes everytime. I have tried just publishing altered files only, then tried

    Updated to Adobe Muse 2014 this morning and have worked in it for the last 8 hours. Now when I try to publish the updated site to Business Catalyst for my client to preview it crashes everytime. I have tried just publishing altered files only, then tried the whole site again, and then tried publishing as a new site altogether. Thought I would then try to export as HTML in the hope of uploading the files via an FTP client and Muse crashes and locks up again. I am extremely stressed about this as I am in the last few days of of website I have been working on now with no issues since December. We are due to go live and my client needs to see it. I am desperate for an answer. It is not looking good. I am on an Apple Mac and have not had any isses publishing it for the last 6 months. Not very happy to say the least. Need desperate help.

    Hi Zak, I got onto Adobe Customer Care Live Chat this morning and gave them the error message. After some trouble shooting with them it appears the older archived file of the site still publishes. I have now reverted back to the old file and copied and pasted out of the new file and from some ideas given to me by support I am now able to publish to Business Catalyst. It seems there was something corrupt within the new pages added yesterday. I have no idea if this would have still happened if I hadn't updated but I am glad it wasn't a Muse specific problem. I am loving using Muse and the support from Adobe has been excellent. Thanks everyone. By the way I do love the new version and apart from this hick up that lost me a few hours, aged me some more and gave me grey hair I really love Muse. Thanks again.

  • How do I make it so my client can edit Links in business catalyst when they create new pages?

    Okay so essentially I have built a site in Muse uploaded to business catalyst and I've setup a site template so that the client can create new pages as each new course arrives, but how do I get the link from the homepage to link to the new page? basically I need the link to be editable.
    What would be ideal is a kind of portfolio layout where there is a thumbnail and a new page but for my client to be able to add a new project adn it would create a thumbnail on the homepage and a new page that he can edit. Does anyone know of something like that possible in Business catalyst?

    Hi
    Editing with Business Catalyst only works with image or text editing , we cannot add new page or page items using in browser editing.
    However, you can manage the site from BC end when your client and login to admin and add pages, modify etc, but if you re-publish the site from Muse then then changes will be overwritten.
    Thanks,
    Sanjit

  • How do I transfer website from one business catalyst user to another?

    Our Company website is currently being hosted on our web designers business catalyst in one of his 5 free slots. We want to transfer it to our own business catalyst so we can upgrade it to web marketing and maintain it ourselves. How do I do this? Thanks in advance!

    If you are a paid partner contact support and they can guide you through the steps to transfer a site. If you are a free partner then there is no way to switch sites from one user to another, as sites cannot be transfered to a free partners. However, you could transfer all of the files over and re-launch your website. Would take a little bit of work but is doable.

  • How do I connect with Business Catalyst through my CC account

    I have a CC account.  How do I access Business Catalyst to use the free web basic sites that come with the plan?

    You need to create site and publish from DW/Muse on Business Catalyst, the sites would be published as trial sites. Then you can login to site admin and push the site live.
    For more details , please refer here :
    http://helpx.adobe.com/dreamweaver/using/dreamweaver-business-catalyst.html
    http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-dreamweaver-cs6-creating-and-publishing-sites/
    http://tv.adobe.com/watch/learn-muse/publishing-your-site-to-business-catalyst/
    http://helpx.adobe.com/business-catalyst/using/business-catalyst-muse-users.html
    Thanks,
    Sanjit

Maybe you are looking for

  • How do I add a song to my favorites Playlist without removing that playlist from iCloud

    I just purchased a song on my computer and tried to copy the song into my "favorite songs" playlist but I get a warning that adding the song to the playlist will remove the playlist from iCloud and will only be available on the computer.  I don't und

  • View issue

    Hi All, could you please some one assist for my query, i am trying to create View, here is my query and want to get these result two more columns I want to B_S_Ratio: If B>S then Abs(B Volume /S Volume) , else if S>B then ( S Volume / B Volume) in th

  • Delete namespace

    I am facing one issue ,i have tried to remove all the name space of the request xml before it going to MQ,and i am able to delete successfully,by using xquery function ,when i execute the proxy from sbconsole payload ,its working fine,but when i call

  • I cannot open PDF files

    Hallo, I cannot open PDF files. I download them, when I try to open, the message with damaged file and cannot be repared appears on my screen.I did delete and install Adobe Reader, but I have the same problem. Can anyone help?

  • Quicktime Causes Computer to Slow Down/Lock Up

    Hello, for the past few days, I've encountered an odd problem with Quicktime. When I try loading .mov and .m4v files, Quicktime will cause my computer to lockup for a few seconds then go back to normal. If I attempt to even move the window around, my