How do you add BC ecommerce features to Muse?

For more a year I see this same question, not one spokesperson from Adobe has given a straightforward answer. Why are you suggesting we go to 3rd party providers like Wazala, Ecwid, Americart to get add on shopping carts to "insert as HTML" on my Muse built website and are paying 38$ a month to host on BC? Both BC and Muse are Adobe products, I don't know the code but I have a reasonable expectations that your products should work together, if I can't add the same shopping cart features from BC to Muse, really all of BC features to Muse why do I need BC in the first place? When is Adobe going to add all the BC widgets to the Muse library? When is BC going to provide the HTML codes for all the BC features that we can copy and paste in the "insert HTML" option on Muse? Why do I have to go to Wazala? Adobe knew when I used Muse I didn't know the code so don't give me some crazy code based solution, I won't understand anyway. That's why I pay for CC and BC for you to provide it. I would appreciate a response. This is stopping me from making money. My muse site is finished, how do I add the shopping cart from BC? Thank you

You can add Google Calender using iframe which Google provides if you go to calender settings.
Once you insert this code in Muse page through Object > Insert HTML , the calender will be displayed on page.
https://support.google.com/calendar/answer/41207?hl=en
Thanks,
Sanjit

Similar Messages

  • How do you add a google calendar to muse web site, that updates are synced

    how do you add a google calendar to muse web site, that updates are synced?

    You can add Google Calender using iframe which Google provides if you go to calender settings.
    Once you insert this code in Muse page through Object > Insert HTML , the calender will be displayed on page.
    https://support.google.com/calendar/answer/41207?hl=en
    Thanks,
    Sanjit

  • How do you add more than one song to library.....

    How do you add more than one song to the library using the "Add File to Library" option? I just upgraded to itunes 7.1.1.5 from an early version and used to be able to do this but now it want let me, it only lets me add one song at a time. I don't want to use the "Add Folder" option because it adds m3u playists and all kinds of things I don't want to be in my library. Is this a glitch? because it doesn't make sense.

    When using the "add file to library" feature, hold down the CNTL (control) button as you pick your songs...
    DON'T RELEASE THE BUTTON UNTIL YOU HAVE SLECTED ALL THE SONGS...
    then just hit hit the button to add them a voila

  • How do you add the Adobe Add-In into Visio 2013?

    I have used Adobe with Visio and created PDFs from older versions of Visio 2010 that have the layers in the PDF.   I am unable to do this with Visio 2013.  Can Adobe Acrobat XI Pro support layers for Visio 2013?   how do you add the Adobe Add-In into Visio 2013?

    Sabian,
    My version of Visio 2013 is 64bit, that because my PC and most of the software is 64bit.  When I try to install the add-in for Visio it had error message of not being compatible.  I try your "Compatible web browers and PDFMaker applicatios" and notice that Visio 2013 64bit in not listed.
    When I try Adobe Acrobat support they told me they don't support Visio 2013 64bit.  They didn't say if or when they were going to support Visio 2013 64bit.  They suggested I use the Acrobat community forum on "Acrobat Feature Requests" and request the add-in for Visio 2013 64bit.  I am not happy with this.
    Do you know of any third party PDF that supports layers for Visio 2013 64bit?

  • How do you add the language of the dictionary in pages for the whole document?

    How do you add the language of the dictionary in pages for the whole document. When I add the british language it does not stay ON for the whole document. It goes back to "none"???? I am using pages 09 version 4.1 (923).

    This is a feature of Numbers.   If you repost on the iWork forum you may get more information.

  • How do you add the contact who sent out a group text?

    How do you add the contact who sent out a group text? Also, how do you reply to the sender without having to reply to everyone in the group text?
    Thanks

    bmm243 wrote:
    Is this feature equip for apple phones?
    No.

  • How do you add Facebook in in mail contacts and calendars

    How do you add Facebook in in mail contacts and calendars

    Facebook integration isn't there yet! This integreation is coming during the fall as it's stated on the features page http://www.apple.com/osx/whats-new/ !

  • How do you add a stock tracker and weather to the notification center?

    How do you add a stock tracker and weather to the notification center?

    You can not. This is only a feature of iOS. It would only be supported via the dashboard on OS X

  • How do you add a grid on the viewer?

    How do you add a grid on the viewer so you can lign up text and whatnot?  Thanks!

    I do just as you outline. It's covered in my article on Alignment Grids: http://forums.adobe.com/message/4319250#4319250
    I also agree that the Snap Tto Grid would be nice, like in Photoshop. I have sent in several Feature Requests for Grids, with full functions, like Snap To, though not recently.
    Hunt

  • How do you add a Spry Collapsible Panel Group?

    How do you add a spry Collapsible Panel Group? When I go to
    the Insert -> Spry there is only a Spry Collapsible Panel
    option, not group. Do I have to download an update? Is there
    something wrong with my install?
    I appreciate any help.

    Hi Lithium,
    The Spry features in Dreamweaver are a subset of the total
    features in the Spry framework. The CP Group is not an option in
    the Insert Bar, but it is pretty simple to write the code for it.
    I am sure you have seen the sample for it:
    http://labs.adobe.com/technologies/spry/samples/collapsiblepanel/CollapsiblePanelGroupSamp le.html

  • How Do You Add Multiple CSS Rules to Text?

    Hi everyone, I have these css rules in my css styles window they are all assigned to some text in a cell on my page.
    .Def14grey4 <body>
    .def14grey4 a:link <a>
    .def14grey4 a:visited <a>
    .def14grey4 a:hover <a>
    .def14grey4 a:active <a>
    .def14grey4 a:focus <a>
    How do you add (all of) these styles to the text in the first place, I know how to add the first one (.Def14grey4), you select the text in the cell and choose the rule from the drop-down menu in the css panel, but how do you add the other ones to some text as well, so that it can have the same link properties.
    Basically I have some more text elsewhere on the page and want to assign these rules to that as well.
    thanks Gareth

    You would want to change your order as shown here -
    .Def14grey4 <body>
    .def14grey4 a:link <a>
    .def14grey4 a:visited <a>
    .def14grey4 a:hover, .def14grey4 a:focus <a>
    .def14grey4 a:active <a>
    That way, the hover and the focus states are equivalent.
    How do you add (all of) these styles to the text in the first place, I know how to add the first one
    You don't really.  The 4 bottom selectors say -
    "find an element with a class of 'def14grey4', and style any link inside that element this way"
    So, <span class="def14grey4"><a href="whatever.html">Whatever</a></span> would get the pseudo-class styles, as would any of the following -
    <span class="def14grey4"><a href="whatever.html">Whatever</a></span>
    <td class="def14grey4"><a href="whatever.html">Whatever</a></td>
    <p class="def14grey4"><a href="whatever.html">Whatever</a></p>
    <body class="def14grey4"><a href="whatever.html">Whatever</a></body>
    <div class="def14grey4"><a href="whatever.html">Whatever</a></div>
    <strong class="def14grey4"><a href="whatever.html">Whatever</a></strong>
    and so on.  These examples assume that there isn't some other more specific rule that would apply to the same links.  You need to study up on the CSS cascade and specificity....

  • How do you add non-Garage band instruments into a Logic project so that you can hear them on playback?

    How do you add non-Garage band instruments (orchestral instruments) into a Logic Pro (8) project so that you can hear those insrtruments' sounds on playback?  I've tried to understand and follow the Logic Pro 8 User Manual, but the process comes off as so complex and the writing so technical that it does not help but only confuses.
    To be precise - I want to add instruments (orchestral) that are not offered in the current Garage band menu which is offered in the Mixer's channel strip menus for Logic Pro 8.  To be clear, the instruments that are offered are Bass / Drum Kits / Guitars / Mallets / Organs / Pianos and Keyboards / Synth Basics / Synth Leads / Synth Pads.  Most of these that I've tried seem to work and give their characteristic sound when placed in a particular channel and playback is clicked. 
    However - there is one orchestra instrument offered in the standard Logic Pro 8 Mixer channel menu and it's the item labelled "Performance - 000 flute 1 or 001 flute 1."  And it is this instrument that presents a problem. When I click on it and choose it from the menu and enter it as the instrument of choice for a specfic channel / track in my Logic Pro project arrangement, when playing back the music for the overall piece this particular track, the flute, does not playback and produce the notes (Midi events) in the track in the sound of the flute.  Instead, nothing comes out at all.  I can't imagine why this does not work.  Any ideas, anyone? Again, when choosing this instrument for a track and clicking the playback no flute sound is forthcoming.  Why not? I have not tried them all, but when most of the other various types of keyboards, such as an electric piano or an organ, are chosen for a track the playback successfully renders the sound of these instruments.  Why then does playback not produce the sound of the flute when it has clearly been chosen to play and sound the Midi events given it?
    Anyway, the overall, larger issue for me is the inability I have to choose and get non-Garageband instruments (largely orchestral) to play the Midi events given on various tracks. If my guess is correct then technically, orchestral instruments not offered in the standard Logic Pro 8 Garageband Mixer channel menu are referred to as external Midi sampled instruments - still, IMHO the process is not clearly spelled out in the User Manual.  The simple step by step process whereby a non-Garage band instrument, say an orchestral instrument, is placed in a channel replete with Midi event (notes) waiting to be played should be easy, logical and given in a simple to follow format, but is not.
    What with all the talk of routes, busses, auxillary channels, GM devices, GM mixers, audio bins, libraries and audio files this Logic Pro User is confused to the max.  Can someone please help me and, in simple English, describe the step by step process whereby presumably external sampled orchestral instruments can be successfully employed, in any given Logic Pro arrangement project, to render their characteristic sounds upon playback?
    On my two Macs, one a laptop and one a much larger Mac, I have any number of the GSO (Garritan Symphony Orceshtra) and Vienna Symphony Orchestra instrument library samples - and yet - I've yet to figure out how to actually get them INTO a Logic Pro project of any kind!  To put this as a question, even as a humble request, how can I make good use of these orchestral sample libraries in a Logic Pro project?  Can someone steer my to a clear resolution of this issue.  I'd sincerely appreciate it!  Thanks all! 
    DavidBacon

    DavidBacon wrote:
    Anyway, the overall, larger issue for me is the inability I have to choose and get non-Garageband instruments (largely orchestral) to play the Midi events given on various tracks. If my guess is correct then technically, orchestral instruments not offered in the standard Logic Pro 8 Garageband Mixer channel menu are referred to as external Midi sampled instruments - still, IMHO the process is not clearly spelled out in the User Manual.  The simple step by step process whereby a non-Garage band instrument, say an orchestral instrument, is placed in a channel replete with Midi event (notes) waiting to be played should be easy, logical and given in a simple to follow format, but is not.
    What with all the talk of routes, busses, auxillary channels, GM devices, GM mixers, audio bins, libraries and audio files this Logic Pro User is confused to the max.
    David,  you understand that this is professional software and is not necessarily meant to be easy but is in fact designed to give the professional user as many choices as possible, that's why it's in the Pro Apps section. You WILL need to learn about buses, GM Devices, Audio Bins, Libraries...etc..etc if you intend to use Logic.
    That said, you are looking in the wrong place in the channel strip.
      May I offer you advice?
    Go here:
    http://documentation.apple.com/en/logicpro/
    Open "Exploring Logic Pro"  (a short PDF Document). Pay special attention to chapter 3. Also pay special attention to the included graphics of the channel strips.
    I encourage you to read the whole document as it will clear up many things... even though it's a Logic 9 document.
    Post back

  • How do you add an iTunes Gift Card & how is it charged?

    Hey all,
    I currently pay for my iTunes downloads direct from my Debit Card. If I add a gift card to my account will the cost of downloads come from that automatically or do I need to let iTunes know thats what I want?
    Also - how do you add the card? I'm probably being totally stupid but can't seem to find an "add credit here" option.
    Help appreciated

    If you redeem an iTunes gift card, the next purchases you make up to the value of the gift card will be made from it automatically. To add the card, click here; this link will open iTunes.
    (34512)

  • How do you add multiple iTunes to Keynote

    How do you add multiple songs from the iTunes to your Keynote presentation?

    Jer&Renee,
    welcome to Apple Discussions.
    It depends where you want them in your presentation.
    Open the Media inspector and choose a playlist. In the list of entries, mark those you want to add to Keynote (use command-click to mark multiple titles not in one block).
    Then drag the marked titles either on a slide or on the small Audio field (looks like a frame) in Document inspector. When you then hover the cursor at the Audio "frame", you'll see the quick info "Multiple Files". You cannot change the order or remove one of the files, but only all of them.

  • How do you add pictures to your photo book after saving it? Can you re-save it to send to blurb?

    How do you add pictures to your photo book once you have saved it? Moreover, can you save it again and send it to Blurb.

    Go back to Library and drag the extra photos into the book collection.

Maybe you are looking for

  • Upgrade of Lightroom 4 with newest Camera Raws possible?

    I'm still on Windows XP. My question: Can I buy Lightroom 4 and update Camera Raw files subsequently? Or is the only chance to use newest camera raws by using Lightroom 5? I want to get access to Olympus EM-5 Raw files (in addition to EOS 5D MII) and

  • ABAP inbound proxy 0:unbounded structure

    Hello Folks In ABAP proxy, how can I read a structure like this and process it for passing to a BAPI. <Material>   <Material No/>    <Mat desc/>    <UOM/> </Material> Here Material is of type 0:unbounded and generates a table type in Proxy. The input

  • ITunes is associating files that do not belong- i.e., Internet Explorer and other programs.  How do I fix?

    When I download iTunes, it takes over programs such as Internet Explorer such that when I double-click on the icons for these programs, I'm taken to iTunes as opposed to the program I selected.  Also, my other programs are now associated with the iTu

  • Check field data type

    Hey, Im trying to determin the value of a JTextField. I want to test if the data in the field is either a) a String b) a Date c) a numeric How would i do this? Any example code of tutorials would be great thanks in advance Dave

  • Dump GETWA_NOT_ASSIGNED assigning a Field Symbol

    i have DATA: W_PROG3(30) VALUE '(SAPLV56U)I_XVTTK[]'. ASSIGN (W_PROG3) TO  is executed i got a dump. Only in this case i got a dump. I hope somebody could help me with this